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
model
Fields inherited from interface com.liferay.commerce.product.model.CPDefinitionLink
CP_DEFINITION_LINK_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this cp definition link.long
Returns the cp definition ID of this cp definition link.long
Returns the cp definition link ID of this cp definition link.long
Returns the c product ID of this cp definition link.Returns the create date of this cp definition link.long
Returns 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.long
Returns 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.long
Returns the mvcc version of this cp definition link.long
Returns the primary key of this cp definition link.double
Returns the priority of this cp definition link.com.liferay.exportimport.kernel.lar.StagedModelType
int
Returns the status of this cp definition link.long
Returns 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.long
Returns 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.boolean
Returnstrue
if this cp definition link is approved.boolean
isDenied()
Returnstrue
if this cp definition link is denied.boolean
isDraft()
Returnstrue
if this cp definition link is a draft.boolean
Returnstrue
if this cp definition link is expired.boolean
Returnstrue
if this cp definition link is inactive.boolean
Returnstrue
if this cp definition link is incomplete.boolean
Returnstrue
if this cp definition link is pending.boolean
Returnstrue
if this cp definition link is scheduled.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this cp definition link.void
setCPDefinitionId
(long CPDefinitionId) Sets the cp definition ID of this cp definition link.void
setCPDefinitionLinkId
(long CPDefinitionLinkId) Sets the cp definition link ID of this cp definition link.void
setCProductId
(long CProductId) Sets the c product ID of this cp definition link.void
setCreateDate
(Date createDate) Sets the create date of this cp definition link.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this cp definition link.void
setDisplayDate
(Date displayDate) Sets the display date of this cp definition link.void
setExpirationDate
(Date expirationDate) Sets the expiration date of this cp definition link.void
setGroupId
(long groupId) Sets the group ID of this cp definition link.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this cp definition link.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this cp definition link.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this cp definition link.void
setPrimaryKey
(long primaryKey) Sets the primary key of this cp definition link.void
setPriority
(double priority) Sets the priority of this cp definition link.void
setStatus
(int status) Sets the status of this cp definition link.void
setStatusByUserId
(long statusByUserId) Sets the status by user ID of this cp definition link.void
setStatusByUserName
(String statusByUserName) Sets the status by user name of this cp definition link.void
setStatusByUserUuid
(String statusByUserUuid) Sets the status by user uuid of this cp definition link.void
setStatusDate
(Date statusDate) Sets the status date of this cp definition link.void
Sets the type of this cp definition link.void
setUserId
(long userId) Sets the user ID of this cp definition link.void
setUserName
(String userName) Sets the user name of this cp definition link.void
setUserUuid
(String userUuid) Sets the user uuid of this cp definition link.void
Sets the uuid of this cp definition link.protected CPDefinitionLinkWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CPDefinitionLinkWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLink>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLink>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLink>
- Specified by:
cloneWithOriginalValues
in interfaceCPDefinitionLinkModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this cp definition link.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCPDefinitionLinkModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this cp definition link
-
getCPDefinition
- Specified by:
getCPDefinition
in interfaceCPDefinitionLink
-
getCPDefinitionId
public long getCPDefinitionId()Returns the cp definition ID of this cp definition link.- Specified by:
getCPDefinitionId
in 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:
getCPDefinitionLinkId
in interfaceCPDefinitionLinkModel
- Returns:
- the cp definition link ID of this cp definition link
-
getCProduct
- Specified by:
getCProduct
in interfaceCPDefinitionLink
-
getCProductId
public long getCProductId()Returns the c product ID of this cp definition link.- Specified by:
getCProductId
in interfaceCPDefinitionLinkModel
- Returns:
- the c product ID of this cp definition link
-
getCProductName
- Specified by:
getCProductName
in interfaceCPDefinitionLink
-
getCreateDate
Returns the create date of this cp definition link.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCPDefinitionLinkModel
- Specified by:
getCreateDate
in 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:
getCtCollectionId
in interfaceCPDefinitionLinkModel
- Specified by:
getCtCollectionId
in 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:
getDisplayDate
in interfaceCPDefinitionLinkModel
- Returns:
- the display date of this cp definition link
-
getExpirationDate
Returns the expiration date of this cp definition link.- Specified by:
getExpirationDate
in 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:
getGroupId
in interfaceCPDefinitionLinkModel
- Specified by:
getGroupId
in 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:
getLastPublishDate
in interfaceCPDefinitionLinkModel
- Specified by:
getLastPublishDate
in 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:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCPDefinitionLinkModel
- Specified by:
getModifiedDate
in 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:
getMvccVersion
in interfaceCPDefinitionLinkModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in interfaceCPDefinitionLinkModel
- Specified by:
getPrimaryKey
in 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:
getPriority
in interfaceCPDefinitionLinkModel
- Returns:
- the priority of this cp definition link
-
getStatus
public int getStatus()Returns the status of this cp definition link.- Specified by:
getStatus
in interfaceCPDefinitionLinkModel
- Specified by:
getStatus
in 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:
getStatusByUserId
in interfaceCPDefinitionLinkModel
- Specified by:
getStatusByUserId
in 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:
getStatusByUserName
in interfaceCPDefinitionLinkModel
- Specified by:
getStatusByUserName
in 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:
getStatusByUserUuid
in interfaceCPDefinitionLinkModel
- Specified by:
getStatusByUserUuid
in 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:
getStatusDate
in interfaceCPDefinitionLinkModel
- Specified by:
getStatusDate
in 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:
getType
in interfaceCPDefinitionLinkModel
- Returns:
- the type of this cp definition link
-
getUserId
public long getUserId()Returns the user ID of this cp definition link.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCPDefinitionLinkModel
- Returns:
- the user ID of this cp definition link
-
getUserName
Returns the user name of this cp definition link.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCPDefinitionLinkModel
- Returns:
- the user name of this cp definition link
-
getUserUuid
Returns the user uuid of this cp definition link.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCPDefinitionLinkModel
- Returns:
- the user uuid of this cp definition link
-
getUuid
Returns the uuid of this cp definition link.- Specified by:
getUuid
in interfaceCPDefinitionLinkModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this cp definition link
-
isApproved
public boolean isApproved()Returnstrue
if this cp definition link is approved.- Specified by:
isApproved
in interfaceCPDefinitionLinkModel
- Specified by:
isApproved
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp definition link is approved;false
otherwise
-
isDenied
public boolean isDenied()Returnstrue
if this cp definition link is denied.- Specified by:
isDenied
in interfaceCPDefinitionLinkModel
- Specified by:
isDenied
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp definition link is denied;false
otherwise
-
isDraft
public boolean isDraft()Returnstrue
if this cp definition link is a draft.- Specified by:
isDraft
in interfaceCPDefinitionLinkModel
- Specified by:
isDraft
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp definition link is a draft;false
otherwise
-
isExpired
public boolean isExpired()Returnstrue
if this cp definition link is expired.- Specified by:
isExpired
in interfaceCPDefinitionLinkModel
- Specified by:
isExpired
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp definition link is expired;false
otherwise
-
isInactive
public boolean isInactive()Returnstrue
if this cp definition link is inactive.- Specified by:
isInactive
in interfaceCPDefinitionLinkModel
- Specified by:
isInactive
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp definition link is inactive;false
otherwise
-
isIncomplete
public boolean isIncomplete()Returnstrue
if this cp definition link is incomplete.- Specified by:
isIncomplete
in interfaceCPDefinitionLinkModel
- Specified by:
isIncomplete
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp definition link is incomplete;false
otherwise
-
isPending
public boolean isPending()Returnstrue
if this cp definition link is pending.- Specified by:
isPending
in interfaceCPDefinitionLinkModel
- Specified by:
isPending
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp definition link is pending;false
otherwise
-
isScheduled
public boolean isScheduled()Returnstrue
if this cp definition link is scheduled.- Specified by:
isScheduled
in interfaceCPDefinitionLinkModel
- Specified by:
isScheduled
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp definition link is scheduled;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this cp definition link.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCPDefinitionLinkModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in 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:
setCPDefinitionId
in 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:
setCPDefinitionLinkId
in 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:
setCProductId
in interfaceCPDefinitionLinkModel
- Parameters:
CProductId
- the c product ID of this cp definition link
-
setCreateDate
Sets the create date of this cp definition link.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCPDefinitionLinkModel
- Specified by:
setCreateDate
in 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:
setCtCollectionId
in interfaceCPDefinitionLinkModel
- Specified by:
setCtCollectionId
in 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:
setDisplayDate
in interfaceCPDefinitionLinkModel
- Parameters:
displayDate
- the display date of this cp definition link
-
setExpirationDate
Sets the expiration date of this cp definition link.- Specified by:
setExpirationDate
in 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:
setGroupId
in interfaceCPDefinitionLinkModel
- Specified by:
setGroupId
in 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:
setLastPublishDate
in interfaceCPDefinitionLinkModel
- Specified by:
setLastPublishDate
in 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:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCPDefinitionLinkModel
- Specified by:
setModifiedDate
in 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:
setMvccVersion
in interfaceCPDefinitionLinkModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in interfaceCPDefinitionLinkModel
- Specified by:
setPrimaryKey
in 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:
setPriority
in 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:
setStatus
in interfaceCPDefinitionLinkModel
- Specified by:
setStatus
in 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:
setStatusByUserId
in interfaceCPDefinitionLinkModel
- Specified by:
setStatusByUserId
in 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:
setStatusByUserName
in interfaceCPDefinitionLinkModel
- Specified by:
setStatusByUserName
in 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:
setStatusByUserUuid
in interfaceCPDefinitionLinkModel
- Specified by:
setStatusByUserUuid
in 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:
setStatusDate
in interfaceCPDefinitionLinkModel
- Specified by:
setStatusDate
in 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:
setType
in 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:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCPDefinitionLinkModel
- Parameters:
userId
- the user ID of this cp definition link
-
setUserName
Sets the user name of this cp definition link.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCPDefinitionLinkModel
- Parameters:
userName
- the user name of this cp definition link
-
setUserUuid
Sets the user uuid of this cp definition link.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCPDefinitionLinkModel
- Parameters:
userUuid
- the user uuid of this cp definition link
-
setUuid
Sets the uuid of this cp definition link.- Specified by:
setUuid
in interfaceCPDefinitionLinkModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this cp definition link
-
toXmlString
- Specified by:
toXmlString
in interfaceCPDefinitionLinkModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLink>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionLink>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionLink>
-