Class LayoutPageTemplateStructureWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutPageTemplateStructure>
com.liferay.layout.page.template.model.LayoutPageTemplateStructureWrapper
- All Implemented Interfaces:
LayoutPageTemplateStructure
,LayoutPageTemplateStructureModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<LayoutPageTemplateStructure>
,com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutPageTemplateStructure>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<LayoutPageTemplateStructure>
,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
,Serializable
,Cloneable
,Comparable<LayoutPageTemplateStructure>
public class LayoutPageTemplateStructureWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutPageTemplateStructure>
implements LayoutPageTemplateStructure, com.liferay.portal.kernel.model.ModelWrapper<LayoutPageTemplateStructure>
This class is a wrapper for LayoutPageTemplateStructure
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.layout.page.template.model.LayoutPageTemplateStructure
LAYOUT_PAGE_TEMPLATE_STRUCTURE_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutPageTemplateStructureWrapper
(LayoutPageTemplateStructure layoutPageTemplateStructure) -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this layout page template structure.Returns the create date of this layout page template structure.long
Returns the ct collection ID of this layout page template structure.getData
(long segmentsExperienceId) long
Returns the group ID of this layout page template structure.long
Returns the layout page template structure ID of this layout page template structure.Returns the modified date of this layout page template structure.long
Returns the mvcc version of this layout page template structure.long
getPlid()
Returns the plid of this layout page template structure.long
Returns the primary key of this layout page template structure.com.liferay.exportimport.kernel.lar.StagedModelType
long
Returns the user ID of this layout page template structure.Returns the user name of this layout page template structure.Returns the user uuid of this layout page template structure.getUuid()
Returns the uuid of this layout page template structure.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this layout page template structure.void
setCreateDate
(Date createDate) Sets the create date of this layout page template structure.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this layout page template structure.void
setGroupId
(long groupId) Sets the group ID of this layout page template structure.void
setLayoutPageTemplateStructureId
(long layoutPageTemplateStructureId) Sets the layout page template structure ID of this layout page template structure.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this layout page template structure.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this layout page template structure.void
setPlid
(long plid) Sets the plid of this layout page template structure.void
setPrimaryKey
(long primaryKey) Sets the primary key of this layout page template structure.void
setUserId
(long userId) Sets the user ID of this layout page template structure.void
setUserName
(String userName) Sets the user name of this layout page template structure.void
setUserUuid
(String userUuid) Sets the user uuid of this layout page template structure.void
Sets the uuid of this layout page template structure.protected LayoutPageTemplateStructureWrapper
wrap
(LayoutPageTemplateStructure layoutPageTemplateStructure) 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
-
LayoutPageTemplateStructureWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutPageTemplateStructure>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutPageTemplateStructure>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutPageTemplateStructure>
- Specified by:
cloneWithOriginalValues
in interfaceLayoutPageTemplateStructureModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this layout page template structure.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceLayoutPageTemplateStructureModel
- 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 layout page template structure
-
getCreateDate
Returns the create date of this layout page template structure.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceLayoutPageTemplateStructureModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this layout page template structure
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this layout page template structure.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutPageTemplateStructure>
- Specified by:
getCtCollectionId
in interfaceLayoutPageTemplateStructureModel
- Returns:
- the ct collection ID of this layout page template structure
-
getData
- Specified by:
getData
in interfaceLayoutPageTemplateStructure
-
getData
- Specified by:
getData
in interfaceLayoutPageTemplateStructure
-
getDefaultSegmentsExperienceData
- Specified by:
getDefaultSegmentsExperienceData
in interfaceLayoutPageTemplateStructure
-
getGroupId
public long getGroupId()Returns the group ID of this layout page template structure.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceLayoutPageTemplateStructureModel
- Returns:
- the group ID of this layout page template structure
-
getLayoutPageTemplateStructureId
public long getLayoutPageTemplateStructureId()Returns the layout page template structure ID of this layout page template structure.- Specified by:
getLayoutPageTemplateStructureId
in interfaceLayoutPageTemplateStructureModel
- Returns:
- the layout page template structure ID of this layout page template structure
-
getModifiedDate
Returns the modified date of this layout page template structure.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceLayoutPageTemplateStructureModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this layout page template structure
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this layout page template structure.- Specified by:
getMvccVersion
in interfaceLayoutPageTemplateStructureModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this layout page template structure
-
getPlid
public long getPlid()Returns the plid of this layout page template structure.- Specified by:
getPlid
in interfaceLayoutPageTemplateStructureModel
- Returns:
- the plid of this layout page template structure
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this layout page template structure.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutPageTemplateStructure>
- Specified by:
getPrimaryKey
in interfaceLayoutPageTemplateStructureModel
- Returns:
- the primary key of this layout page template structure
-
getUserId
public long getUserId()Returns the user ID of this layout page template structure.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceLayoutPageTemplateStructureModel
- Returns:
- the user ID of this layout page template structure
-
getUserName
Returns the user name of this layout page template structure.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceLayoutPageTemplateStructureModel
- Returns:
- the user name of this layout page template structure
-
getUserUuid
Returns the user uuid of this layout page template structure.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceLayoutPageTemplateStructureModel
- Returns:
- the user uuid of this layout page template structure
-
getUuid
Returns the uuid of this layout page template structure.- Specified by:
getUuid
in interfaceLayoutPageTemplateStructureModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this layout page template structure
-
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 layout page template structure.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceLayoutPageTemplateStructureModel
- 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 layout page template structure
-
setCreateDate
Sets the create date of this layout page template structure.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceLayoutPageTemplateStructureModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this layout page template structure
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout page template structure.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutPageTemplateStructure>
- Specified by:
setCtCollectionId
in interfaceLayoutPageTemplateStructureModel
- Parameters:
ctCollectionId
- the ct collection ID of this layout page template structure
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this layout page template structure.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceLayoutPageTemplateStructureModel
- Parameters:
groupId
- the group ID of this layout page template structure
-
setLayoutPageTemplateStructureId
public void setLayoutPageTemplateStructureId(long layoutPageTemplateStructureId) Sets the layout page template structure ID of this layout page template structure.- Specified by:
setLayoutPageTemplateStructureId
in interfaceLayoutPageTemplateStructureModel
- Parameters:
layoutPageTemplateStructureId
- the layout page template structure ID of this layout page template structure
-
setModifiedDate
Sets the modified date of this layout page template structure.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceLayoutPageTemplateStructureModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this layout page template structure
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout page template structure.- Specified by:
setMvccVersion
in interfaceLayoutPageTemplateStructureModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this layout page template structure
-
setPlid
public void setPlid(long plid) Sets the plid of this layout page template structure.- Specified by:
setPlid
in interfaceLayoutPageTemplateStructureModel
- Parameters:
plid
- the plid of this layout page template structure
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this layout page template structure.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutPageTemplateStructure>
- Specified by:
setPrimaryKey
in interfaceLayoutPageTemplateStructureModel
- Parameters:
primaryKey
- the primary key of this layout page template structure
-
setUserId
public void setUserId(long userId) Sets the user ID of this layout page template structure.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceLayoutPageTemplateStructureModel
- Parameters:
userId
- the user ID of this layout page template structure
-
setUserName
Sets the user name of this layout page template structure.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceLayoutPageTemplateStructureModel
- Parameters:
userName
- the user name of this layout page template structure
-
setUserUuid
Sets the user uuid of this layout page template structure.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceLayoutPageTemplateStructureModel
- Parameters:
userUuid
- the user uuid of this layout page template structure
-
setUuid
Sets the uuid of this layout page template structure.- Specified by:
setUuid
in interfaceLayoutPageTemplateStructureModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this layout page template structure
-
toXmlString
- Specified by:
toXmlString
in interfaceLayoutPageTemplateStructureModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutPageTemplateStructure>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutPageTemplateStructure>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
protected LayoutPageTemplateStructureWrapper wrap(LayoutPageTemplateStructure layoutPageTemplateStructure) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutPageTemplateStructure>
-