Class CPDisplayLayoutWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDisplayLayout>
com.liferay.commerce.product.model.CPDisplayLayoutWrapper
- All Implemented Interfaces:
CPDisplayLayout
,CPDisplayLayoutModel
,com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CPDisplayLayout>
,com.liferay.portal.kernel.model.change.tracking.CTModel<CPDisplayLayout>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<CPDisplayLayout>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
,com.liferay.portal.kernel.model.TypedModel
,Serializable
,Cloneable
,Comparable<CPDisplayLayout>
public class CPDisplayLayoutWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDisplayLayout>
implements CPDisplayLayout, com.liferay.portal.kernel.model.ModelWrapper<CPDisplayLayout>
This class is a wrapper for CPDisplayLayout
.
- 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.CPDisplayLayout
CP_DISPLAY_LAYOUT_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.asset.kernel.model.AssetCategory
com.liferay.portal.kernel.model.Layout
Returns the fully qualified class name of this cp display layout.long
Returns the class name ID of this cp display layout.long
Returns the class pk of this cp display layout.long
Returns the company ID of this cp display layout.long
Returns the cp display layout ID of this cp display layout.Returns the create date of this cp display layout.long
Returns the ct collection ID of this cp display layout.long
Returns the group ID of this cp display layout.Returns the layout page template entry uuid of this cp display layout.Returns the layout uuid of this cp display layout.Returns the modified date of this cp display layout.long
Returns the mvcc version of this cp display layout.long
Returns the primary key of this cp display layout.com.liferay.exportimport.kernel.lar.StagedModelType
long
Returns the user ID of this cp display layout.Returns the user name of this cp display layout.Returns the user uuid of this cp display layout.getUuid()
Returns the uuid of this cp display layout.void
persist()
void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this cp display layout.void
setClassPK
(long classPK) Sets the class pk of this cp display layout.void
setCompanyId
(long companyId) Sets the company ID of this cp display layout.void
setCPDisplayLayoutId
(long CPDisplayLayoutId) Sets the cp display layout ID of this cp display layout.void
setCreateDate
(Date createDate) Sets the create date of this cp display layout.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this cp display layout.void
setGroupId
(long groupId) Sets the group ID of this cp display layout.void
setLayoutPageTemplateEntryUuid
(String layoutPageTemplateEntryUuid) Sets the layout page template entry uuid of this cp display layout.void
setLayoutUuid
(String layoutUuid) Sets the layout uuid of this cp display layout.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this cp display layout.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this cp display layout.void
setPrimaryKey
(long primaryKey) Sets the primary key of this cp display layout.void
setUserId
(long userId) Sets the user ID of this cp display layout.void
setUserName
(String userName) Sets the user name of this cp display layout.void
setUserUuid
(String userUuid) Sets the user uuid of this cp display layout.void
Sets the uuid of this cp display layout.protected CPDisplayLayoutWrapper
wrap
(CPDisplayLayout cpDisplayLayout) 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
-
CPDisplayLayoutWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDisplayLayout>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDisplayLayout>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDisplayLayout>
- Specified by:
cloneWithOriginalValues
in interfaceCPDisplayLayoutModel
-
fetchAssetCategory
public com.liferay.asset.kernel.model.AssetCategory fetchAssetCategory()- Specified by:
fetchAssetCategory
in interfaceCPDisplayLayout
-
fetchCPDefinition
- Specified by:
fetchCPDefinition
in interfaceCPDisplayLayout
-
fetchLayout
public com.liferay.portal.kernel.model.Layout fetchLayout()- Specified by:
fetchLayout
in interfaceCPDisplayLayout
-
getClassName
Returns the fully qualified class name of this cp display layout.- Specified by:
getClassName
in interfaceCPDisplayLayoutModel
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the fully qualified class name of this cp display layout
-
getClassNameId
public long getClassNameId()Returns the class name ID of this cp display layout.- Specified by:
getClassNameId
in interfaceCPDisplayLayoutModel
- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the class name ID of this cp display layout
-
getClassPK
public long getClassPK()Returns the class pk of this cp display layout.- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
getClassPK
in interfaceCPDisplayLayoutModel
- Returns:
- the class pk of this cp display layout
-
getCompanyId
public long getCompanyId()Returns the company ID of this cp display layout.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCPDisplayLayoutModel
- 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 display layout
-
getCPDisplayLayoutId
public long getCPDisplayLayoutId()Returns the cp display layout ID of this cp display layout.- Specified by:
getCPDisplayLayoutId
in interfaceCPDisplayLayoutModel
- Returns:
- the cp display layout ID of this cp display layout
-
getCreateDate
Returns the create date of this cp display layout.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCPDisplayLayoutModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this cp display layout
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this cp display layout.- Specified by:
getCtCollectionId
in interfaceCPDisplayLayoutModel
- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDisplayLayout>
- Returns:
- the ct collection ID of this cp display layout
-
getGroupId
public long getGroupId()Returns the group ID of this cp display layout.- Specified by:
getGroupId
in interfaceCPDisplayLayoutModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this cp display layout
-
getLayoutPageTemplateEntryUuid
Returns the layout page template entry uuid of this cp display layout.- Specified by:
getLayoutPageTemplateEntryUuid
in interfaceCPDisplayLayoutModel
- Returns:
- the layout page template entry uuid of this cp display layout
-
getLayoutUuid
Returns the layout uuid of this cp display layout.- Specified by:
getLayoutUuid
in interfaceCPDisplayLayoutModel
- Returns:
- the layout uuid of this cp display layout
-
getModifiedDate
Returns the modified date of this cp display layout.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCPDisplayLayoutModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this cp display layout
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this cp display layout.- Specified by:
getMvccVersion
in interfaceCPDisplayLayoutModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this cp display layout
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this cp display layout.- Specified by:
getPrimaryKey
in interfaceCPDisplayLayoutModel
- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDisplayLayout>
- Returns:
- the primary key of this cp display layout
-
getUserId
public long getUserId()Returns the user ID of this cp display layout.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCPDisplayLayoutModel
- Returns:
- the user ID of this cp display layout
-
getUserName
Returns the user name of this cp display layout.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCPDisplayLayoutModel
- Returns:
- the user name of this cp display layout
-
getUserUuid
Returns the user uuid of this cp display layout.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCPDisplayLayoutModel
- Returns:
- the user uuid of this cp display layout
-
getUuid
Returns the uuid of this cp display layout.- Specified by:
getUuid
in interfaceCPDisplayLayoutModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this cp display layout
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
- Specified by:
setClassName
in interfaceCPDisplayLayoutModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this cp display layout.- Specified by:
setClassNameId
in interfaceCPDisplayLayoutModel
- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Parameters:
classNameId
- the class name ID of this cp display layout
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this cp display layout.- Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
setClassPK
in interfaceCPDisplayLayoutModel
- Parameters:
classPK
- the class pk of this cp display layout
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this cp display layout.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCPDisplayLayoutModel
- 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 display layout
-
setCPDisplayLayoutId
public void setCPDisplayLayoutId(long CPDisplayLayoutId) Sets the cp display layout ID of this cp display layout.- Specified by:
setCPDisplayLayoutId
in interfaceCPDisplayLayoutModel
- Parameters:
CPDisplayLayoutId
- the cp display layout ID of this cp display layout
-
setCreateDate
Sets the create date of this cp display layout.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCPDisplayLayoutModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this cp display layout
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cp display layout.- Specified by:
setCtCollectionId
in interfaceCPDisplayLayoutModel
- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDisplayLayout>
- Parameters:
ctCollectionId
- the ct collection ID of this cp display layout
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this cp display layout.- Specified by:
setGroupId
in interfaceCPDisplayLayoutModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this cp display layout
-
setLayoutPageTemplateEntryUuid
Sets the layout page template entry uuid of this cp display layout.- Specified by:
setLayoutPageTemplateEntryUuid
in interfaceCPDisplayLayoutModel
- Parameters:
layoutPageTemplateEntryUuid
- the layout page template entry uuid of this cp display layout
-
setLayoutUuid
Sets the layout uuid of this cp display layout.- Specified by:
setLayoutUuid
in interfaceCPDisplayLayoutModel
- Parameters:
layoutUuid
- the layout uuid of this cp display layout
-
setModifiedDate
Sets the modified date of this cp display layout.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCPDisplayLayoutModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this cp display layout
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this cp display layout.- Specified by:
setMvccVersion
in interfaceCPDisplayLayoutModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this cp display layout
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this cp display layout.- Specified by:
setPrimaryKey
in interfaceCPDisplayLayoutModel
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPDisplayLayout>
- Parameters:
primaryKey
- the primary key of this cp display layout
-
setUserId
public void setUserId(long userId) Sets the user ID of this cp display layout.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCPDisplayLayoutModel
- Parameters:
userId
- the user ID of this cp display layout
-
setUserName
Sets the user name of this cp display layout.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCPDisplayLayoutModel
- Parameters:
userName
- the user name of this cp display layout
-
setUserUuid
Sets the user uuid of this cp display layout.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCPDisplayLayoutModel
- Parameters:
userUuid
- the user uuid of this cp display layout
-
setUuid
Sets the uuid of this cp display layout.- Specified by:
setUuid
in interfaceCPDisplayLayoutModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this cp display layout
-
toXmlString
- Specified by:
toXmlString
in interfaceCPDisplayLayoutModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDisplayLayout>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<CPDisplayLayout>
-
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<CPDisplayLayout>
-