Class CPDefinitionLinkWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionLink>
com.liferay.commerce.product.model.CPDefinitionLinkWrapper
- All Implemented Interfaces:
CPDefinitionLink,CPDefinitionLinkModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CPDefinitionLink>,com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLink>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<CPDefinitionLink>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.WorkflowedModel,Serializable,Cloneable,Comparable<CPDefinitionLink>
public class CPDefinitionLinkWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionLink>
implements CPDefinitionLink, com.liferay.portal.kernel.model.ModelWrapper<CPDefinitionLink>
This class is a wrapper for CPDefinitionLink.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.commerce.product.model.CPDefinitionLink
CP_DEFINITION_LINK_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this cp definition link.longReturns the cp definition ID of this cp definition link.longReturns the cp definition link ID of this cp definition link.longReturns the c product ID of this cp definition link.Returns the create date of this cp definition link.longReturns the ct collection ID of this cp definition link.Returns the display date of this cp definition link.Returns the expiration date of this cp definition link.longReturns the group ID of this cp definition link.Returns the last publish date of this cp definition link.Returns the modified date of this cp definition link.longReturns the mvcc version of this cp definition link.longReturns the primary key of this cp definition link.doubleReturns the priority of this cp definition link.com.liferay.exportimport.kernel.lar.StagedModelTypeintReturns the status of this cp definition link.longReturns the status by user ID of this cp definition link.Returns the status by user name of this cp definition link.Returns the status by user uuid of this cp definition link.Returns the status date of this cp definition link.getType()Returns the type of this cp definition link.longReturns the user ID of this cp definition link.Returns the user name of this cp definition link.Returns the user uuid of this cp definition link.getUuid()Returns the uuid of this cp definition link.booleanReturnstrueif this cp definition link is approved.booleanisDenied()Returnstrueif this cp definition link is denied.booleanisDraft()Returnstrueif this cp definition link is a draft.booleanReturnstrueif this cp definition link is expired.booleanReturnstrueif this cp definition link is inactive.booleanReturnstrueif this cp definition link is incomplete.booleanReturnstrueif this cp definition link is pending.booleanReturnstrueif this cp definition link is scheduled.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this cp definition link.voidsetCPDefinitionId(long CPDefinitionId) Sets the cp definition ID of this cp definition link.voidsetCPDefinitionLinkId(long CPDefinitionLinkId) Sets the cp definition link ID of this cp definition link.voidsetCProductId(long CProductId) Sets the c product ID of this cp definition link.voidsetCreateDate(Date createDate) Sets the create date of this cp definition link.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cp definition link.voidsetDisplayDate(Date displayDate) Sets the display date of this cp definition link.voidsetExpirationDate(Date expirationDate) Sets the expiration date of this cp definition link.voidsetGroupId(long groupId) Sets the group ID of this cp definition link.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this cp definition link.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this cp definition link.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this cp definition link.voidsetPrimaryKey(long primaryKey) Sets the primary key of this cp definition link.voidsetPriority(double priority) Sets the priority of this cp definition link.voidsetStatus(int status) Sets the status of this cp definition link.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this cp definition link.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this cp definition link.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this cp definition link.voidsetStatusDate(Date statusDate) Sets the status date of this cp definition link.voidSets the type of this cp definition link.voidsetUserId(long userId) Sets the user ID of this cp definition link.voidsetUserName(String userName) Sets the user name of this cp definition link.voidsetUserUuid(String userUuid) Sets the user uuid of this cp definition link.voidSets the uuid of this cp definition link.protected CPDefinitionLinkWrapperwrap(CPDefinitionLink cpDefinitionLink) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CPDefinitionLinkWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLink>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLink>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLink>- Specified by:
cloneWithOriginalValuesin interfaceCPDefinitionLinkModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this cp definition link.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCPDefinitionLinkModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this cp definition link
-
getCPDefinition
- Specified by:
getCPDefinitionin interfaceCPDefinitionLink
-
getCPDefinitionId
public long getCPDefinitionId()Returns the cp definition ID of this cp definition link.- Specified by:
getCPDefinitionIdin interfaceCPDefinitionLinkModel- Returns:
- the cp definition ID of this cp definition link
-
getCPDefinitionLinkId
public long getCPDefinitionLinkId()Returns the cp definition link ID of this cp definition link.- Specified by:
getCPDefinitionLinkIdin interfaceCPDefinitionLinkModel- Returns:
- the cp definition link ID of this cp definition link
-
getCProduct
- Specified by:
getCProductin interfaceCPDefinitionLink
-
getCProductId
public long getCProductId()Returns the c product ID of this cp definition link.- Specified by:
getCProductIdin interfaceCPDefinitionLinkModel- Returns:
- the c product ID of this cp definition link
-
getCProductName
- Specified by:
getCProductNamein interfaceCPDefinitionLink
-
getCreateDate
Returns the create date of this cp definition link.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCPDefinitionLinkModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this cp definition link
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this cp definition link.- Specified by:
getCtCollectionIdin interfaceCPDefinitionLinkModel- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLink>- Returns:
- the ct collection ID of this cp definition link
-
getDisplayDate
Returns the display date of this cp definition link.- Specified by:
getDisplayDatein interfaceCPDefinitionLinkModel- Returns:
- the display date of this cp definition link
-
getExpirationDate
Returns the expiration date of this cp definition link.- Specified by:
getExpirationDatein interfaceCPDefinitionLinkModel- Returns:
- the expiration date of this cp definition link
-
getGroupId
public long getGroupId()Returns the group ID of this cp definition link.- Specified by:
getGroupIdin interfaceCPDefinitionLinkModel- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this cp definition link
-
getLastPublishDate
Returns the last publish date of this cp definition link.- Specified by:
getLastPublishDatein interfaceCPDefinitionLinkModel- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Returns:
- the last publish date of this cp definition link
-
getModifiedDate
Returns the modified date of this cp definition link.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCPDefinitionLinkModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this cp definition link
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this cp definition link.- Specified by:
getMvccVersionin interfaceCPDefinitionLinkModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this cp definition link
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this cp definition link.- Specified by:
getPrimaryKeyin interfaceCPDefinitionLinkModel- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLink>- Returns:
- the primary key of this cp definition link
-
getPriority
public double getPriority()Returns the priority of this cp definition link.- Specified by:
getPriorityin interfaceCPDefinitionLinkModel- Returns:
- the priority of this cp definition link
-
getStatus
public int getStatus()Returns the status of this cp definition link.- Specified by:
getStatusin interfaceCPDefinitionLinkModel- Specified by:
getStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status of this cp definition link
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this cp definition link.- Specified by:
getStatusByUserIdin interfaceCPDefinitionLinkModel- Specified by:
getStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user ID of this cp definition link
-
getStatusByUserName
Returns the status by user name of this cp definition link.- Specified by:
getStatusByUserNamein interfaceCPDefinitionLinkModel- Specified by:
getStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user name of this cp definition link
-
getStatusByUserUuid
Returns the status by user uuid of this cp definition link.- Specified by:
getStatusByUserUuidin interfaceCPDefinitionLinkModel- Specified by:
getStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user uuid of this cp definition link
-
getStatusDate
Returns the status date of this cp definition link.- Specified by:
getStatusDatein interfaceCPDefinitionLinkModel- Specified by:
getStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status date of this cp definition link
-
getType
Returns the type of this cp definition link.- Specified by:
getTypein interfaceCPDefinitionLinkModel- Returns:
- the type of this cp definition link
-
getUserId
public long getUserId()Returns the user ID of this cp definition link.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCPDefinitionLinkModel- Returns:
- the user ID of this cp definition link
-
getUserName
Returns the user name of this cp definition link.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCPDefinitionLinkModel- Returns:
- the user name of this cp definition link
-
getUserUuid
Returns the user uuid of this cp definition link.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCPDefinitionLinkModel- Returns:
- the user uuid of this cp definition link
-
getUuid
Returns the uuid of this cp definition link.- Specified by:
getUuidin interfaceCPDefinitionLinkModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this cp definition link
-
isApproved
public boolean isApproved()Returnstrueif this cp definition link is approved.- Specified by:
isApprovedin interfaceCPDefinitionLinkModel- Specified by:
isApprovedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp definition link is approved;falseotherwise
-
isDenied
public boolean isDenied()Returnstrueif this cp definition link is denied.- Specified by:
isDeniedin interfaceCPDefinitionLinkModel- Specified by:
isDeniedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp definition link is denied;falseotherwise
-
isDraft
public boolean isDraft()Returnstrueif this cp definition link is a draft.- Specified by:
isDraftin interfaceCPDefinitionLinkModel- Specified by:
isDraftin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp definition link is a draft;falseotherwise
-
isExpired
public boolean isExpired()Returnstrueif this cp definition link is expired.- Specified by:
isExpiredin interfaceCPDefinitionLinkModel- Specified by:
isExpiredin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp definition link is expired;falseotherwise
-
isInactive
public boolean isInactive()Returnstrueif this cp definition link is inactive.- Specified by:
isInactivein interfaceCPDefinitionLinkModel- Specified by:
isInactivein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp definition link is inactive;falseotherwise
-
isIncomplete
public boolean isIncomplete()Returnstrueif this cp definition link is incomplete.- Specified by:
isIncompletein interfaceCPDefinitionLinkModel- Specified by:
isIncompletein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp definition link is incomplete;falseotherwise
-
isPending
public boolean isPending()Returnstrueif this cp definition link is pending.- Specified by:
isPendingin interfaceCPDefinitionLinkModel- Specified by:
isPendingin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp definition link is pending;falseotherwise
-
isScheduled
public boolean isScheduled()Returnstrueif this cp definition link is scheduled.- Specified by:
isScheduledin interfaceCPDefinitionLinkModel- Specified by:
isScheduledin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp definition link is scheduled;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this cp definition link.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCPDefinitionLinkModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this cp definition link
-
setCPDefinitionId
public void setCPDefinitionId(long CPDefinitionId) Sets the cp definition ID of this cp definition link.- Specified by:
setCPDefinitionIdin interfaceCPDefinitionLinkModel- Parameters:
CPDefinitionId- the cp definition ID of this cp definition link
-
setCPDefinitionLinkId
public void setCPDefinitionLinkId(long CPDefinitionLinkId) Sets the cp definition link ID of this cp definition link.- Specified by:
setCPDefinitionLinkIdin interfaceCPDefinitionLinkModel- Parameters:
CPDefinitionLinkId- the cp definition link ID of this cp definition link
-
setCProductId
public void setCProductId(long CProductId) Sets the c product ID of this cp definition link.- Specified by:
setCProductIdin interfaceCPDefinitionLinkModel- Parameters:
CProductId- the c product ID of this cp definition link
-
setCreateDate
Sets the create date of this cp definition link.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCPDefinitionLinkModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this cp definition link
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cp definition link.- Specified by:
setCtCollectionIdin interfaceCPDefinitionLinkModel- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLink>- Parameters:
ctCollectionId- the ct collection ID of this cp definition link
-
setDisplayDate
Sets the display date of this cp definition link.- Specified by:
setDisplayDatein interfaceCPDefinitionLinkModel- Parameters:
displayDate- the display date of this cp definition link
-
setExpirationDate
Sets the expiration date of this cp definition link.- Specified by:
setExpirationDatein interfaceCPDefinitionLinkModel- Parameters:
expirationDate- the expiration date of this cp definition link
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this cp definition link.- Specified by:
setGroupIdin interfaceCPDefinitionLinkModel- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this cp definition link
-
setLastPublishDate
Sets the last publish date of this cp definition link.- Specified by:
setLastPublishDatein interfaceCPDefinitionLinkModel- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this cp definition link
-
setModifiedDate
Sets the modified date of this cp definition link.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCPDefinitionLinkModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this cp definition link
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this cp definition link.- Specified by:
setMvccVersionin interfaceCPDefinitionLinkModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this cp definition link
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this cp definition link.- Specified by:
setPrimaryKeyin interfaceCPDefinitionLinkModel- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionLink>- Parameters:
primaryKey- the primary key of this cp definition link
-
setPriority
public void setPriority(double priority) Sets the priority of this cp definition link.- Specified by:
setPriorityin interfaceCPDefinitionLinkModel- Parameters:
priority- the priority of this cp definition link
-
setStatus
public void setStatus(int status) Sets the status of this cp definition link.- Specified by:
setStatusin interfaceCPDefinitionLinkModel- Specified by:
setStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
status- the status of this cp definition link
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this cp definition link.- Specified by:
setStatusByUserIdin interfaceCPDefinitionLinkModel- Specified by:
setStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserId- the status by user ID of this cp definition link
-
setStatusByUserName
Sets the status by user name of this cp definition link.- Specified by:
setStatusByUserNamein interfaceCPDefinitionLinkModel- Specified by:
setStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserName- the status by user name of this cp definition link
-
setStatusByUserUuid
Sets the status by user uuid of this cp definition link.- Specified by:
setStatusByUserUuidin interfaceCPDefinitionLinkModel- Specified by:
setStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserUuid- the status by user uuid of this cp definition link
-
setStatusDate
Sets the status date of this cp definition link.- Specified by:
setStatusDatein interfaceCPDefinitionLinkModel- Specified by:
setStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusDate- the status date of this cp definition link
-
setType
Sets the type of this cp definition link.- Specified by:
setTypein interfaceCPDefinitionLinkModel- Parameters:
type- the type of this cp definition link
-
setUserId
public void setUserId(long userId) Sets the user ID of this cp definition link.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCPDefinitionLinkModel- Parameters:
userId- the user ID of this cp definition link
-
setUserName
Sets the user name of this cp definition link.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCPDefinitionLinkModel- Parameters:
userName- the user name of this cp definition link
-
setUserUuid
Sets the user uuid of this cp definition link.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCPDefinitionLinkModel- Parameters:
userUuid- the user uuid of this cp definition link
-
setUuid
Sets the uuid of this cp definition link.- Specified by:
setUuidin interfaceCPDefinitionLinkModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this cp definition link
-
toXmlString
- Specified by:
toXmlStringin interfaceCPDefinitionLinkModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLink>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLink>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionLink>
-