Class LayoutPageTemplateStructureRelWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutPageTemplateStructureRel>
com.liferay.layout.page.template.model.LayoutPageTemplateStructureRelWrapper
- All Implemented Interfaces:
LayoutPageTemplateStructureRel
,LayoutPageTemplateStructureRelModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<LayoutPageTemplateStructureRel>
,com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutPageTemplateStructureRel>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<LayoutPageTemplateStructureRel>
,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<LayoutPageTemplateStructureRel>
public class LayoutPageTemplateStructureRelWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutPageTemplateStructureRel>
implements LayoutPageTemplateStructureRel, com.liferay.portal.kernel.model.ModelWrapper<LayoutPageTemplateStructureRel>
This class is a wrapper for LayoutPageTemplateStructureRel
.
- 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.LayoutPageTemplateStructureRel
LAYOUT_PAGE_TEMPLATE_STRUCTURE_REL_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutPageTemplateStructureRelWrapper
(LayoutPageTemplateStructureRel layoutPageTemplateStructureRel) -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this layout page template structure rel.Returns the create date of this layout page template structure rel.long
Returns the ct collection ID of this layout page template structure rel.getData()
Returns the data of this layout page template structure rel.long
Returns the group ID of this layout page template structure rel.Returns the last publish date of this layout page template structure rel.long
Returns the layout page template structure ID of this layout page template structure rel.long
Returns the layout page template structure rel ID of this layout page template structure rel.Returns the modified date of this layout page template structure rel.long
Returns the mvcc version of this layout page template structure rel.long
Returns the primary key of this layout page template structure rel.long
Returns the segments experience ID of this layout page template structure rel.com.liferay.exportimport.kernel.lar.StagedModelType
int
Returns the status of this layout page template structure rel.long
Returns the status by user ID of this layout page template structure rel.Returns the status by user name of this layout page template structure rel.Returns the status by user uuid of this layout page template structure rel.Returns the status date of this layout page template structure rel.long
Returns the user ID of this layout page template structure rel.Returns the user name of this layout page template structure rel.Returns the user uuid of this layout page template structure rel.getUuid()
Returns the uuid of this layout page template structure rel.boolean
Returnstrue
if this layout page template structure rel is approved.boolean
isDenied()
Returnstrue
if this layout page template structure rel is denied.boolean
isDraft()
Returnstrue
if this layout page template structure rel is a draft.boolean
Returnstrue
if this layout page template structure rel is expired.boolean
Returnstrue
if this layout page template structure rel is inactive.boolean
Returnstrue
if this layout page template structure rel is incomplete.boolean
Returnstrue
if this layout page template structure rel is pending.boolean
Returnstrue
if this layout page template structure rel is scheduled.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this layout page template structure rel.void
setCreateDate
(Date createDate) Sets the create date of this layout page template structure rel.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this layout page template structure rel.void
Sets the data of this layout page template structure rel.void
setGroupId
(long groupId) Sets the group ID of this layout page template structure rel.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this layout page template structure rel.void
setLayoutPageTemplateStructureId
(long layoutPageTemplateStructureId) Sets the layout page template structure ID of this layout page template structure rel.void
setLayoutPageTemplateStructureRelId
(long layoutPageTemplateStructureRelId) Sets the layout page template structure rel ID of this layout page template structure rel.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this layout page template structure rel.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this layout page template structure rel.void
setPrimaryKey
(long primaryKey) Sets the primary key of this layout page template structure rel.void
setSegmentsExperienceId
(long segmentsExperienceId) Sets the segments experience ID of this layout page template structure rel.void
setStatus
(int status) Sets the status of this layout page template structure rel.void
setStatusByUserId
(long statusByUserId) Sets the status by user ID of this layout page template structure rel.void
setStatusByUserName
(String statusByUserName) Sets the status by user name of this layout page template structure rel.void
setStatusByUserUuid
(String statusByUserUuid) Sets the status by user uuid of this layout page template structure rel.void
setStatusDate
(Date statusDate) Sets the status date of this layout page template structure rel.void
setUserId
(long userId) Sets the user ID of this layout page template structure rel.void
setUserName
(String userName) Sets the user name of this layout page template structure rel.void
setUserUuid
(String userUuid) Sets the user uuid of this layout page template structure rel.void
Sets the uuid of this layout page template structure rel.protected LayoutPageTemplateStructureRelWrapper
wrap
(LayoutPageTemplateStructureRel layoutPageTemplateStructureRel) 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
-
LayoutPageTemplateStructureRelWrapper
public LayoutPageTemplateStructureRelWrapper(LayoutPageTemplateStructureRel layoutPageTemplateStructureRel)
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutPageTemplateStructureRel>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutPageTemplateStructureRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutPageTemplateStructureRel>
- Specified by:
cloneWithOriginalValues
in interfaceLayoutPageTemplateStructureRelModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this layout page template structure rel.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceLayoutPageTemplateStructureRelModel
- 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 rel
-
getCreateDate
Returns the create date of this layout page template structure rel.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this layout page template structure rel
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this layout page template structure rel.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutPageTemplateStructureRel>
- Specified by:
getCtCollectionId
in interfaceLayoutPageTemplateStructureRelModel
- Returns:
- the ct collection ID of this layout page template structure rel
-
getData
Returns the data of this layout page template structure rel.- Specified by:
getData
in interfaceLayoutPageTemplateStructureRelModel
- Returns:
- the data of this layout page template structure rel
-
getGroupId
public long getGroupId()Returns the group ID of this layout page template structure rel.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceLayoutPageTemplateStructureRelModel
- Returns:
- the group ID of this layout page template structure rel
-
getLastPublishDate
Returns the last publish date of this layout page template structure rel.- Specified by:
getLastPublishDate
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Returns:
- the last publish date of this layout page template structure rel
-
getLayoutPageTemplateStructureId
public long getLayoutPageTemplateStructureId()Returns the layout page template structure ID of this layout page template structure rel.- Specified by:
getLayoutPageTemplateStructureId
in interfaceLayoutPageTemplateStructureRelModel
- Returns:
- the layout page template structure ID of this layout page template structure rel
-
getLayoutPageTemplateStructureRelId
public long getLayoutPageTemplateStructureRelId()Returns the layout page template structure rel ID of this layout page template structure rel.- Specified by:
getLayoutPageTemplateStructureRelId
in interfaceLayoutPageTemplateStructureRelModel
- Returns:
- the layout page template structure rel ID of this layout page template structure rel
-
getModifiedDate
Returns the modified date of this layout page template structure rel.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this layout page template structure rel
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this layout page template structure rel.- Specified by:
getMvccVersion
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this layout page template structure rel
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this layout page template structure rel.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutPageTemplateStructureRel>
- Specified by:
getPrimaryKey
in interfaceLayoutPageTemplateStructureRelModel
- Returns:
- the primary key of this layout page template structure rel
-
getSegmentsExperienceId
public long getSegmentsExperienceId()Returns the segments experience ID of this layout page template structure rel.- Specified by:
getSegmentsExperienceId
in interfaceLayoutPageTemplateStructureRelModel
- Returns:
- the segments experience ID of this layout page template structure rel
-
getStatus
public int getStatus()Returns the status of this layout page template structure rel.- Specified by:
getStatus
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
getStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status of this layout page template structure rel
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this layout page template structure rel.- Specified by:
getStatusByUserId
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
getStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user ID of this layout page template structure rel
-
getStatusByUserName
Returns the status by user name of this layout page template structure rel.- Specified by:
getStatusByUserName
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
getStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user name of this layout page template structure rel
-
getStatusByUserUuid
Returns the status by user uuid of this layout page template structure rel.- Specified by:
getStatusByUserUuid
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
getStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user uuid of this layout page template structure rel
-
getStatusDate
Returns the status date of this layout page template structure rel.- Specified by:
getStatusDate
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
getStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status date of this layout page template structure rel
-
getUserId
public long getUserId()Returns the user ID of this layout page template structure rel.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceLayoutPageTemplateStructureRelModel
- Returns:
- the user ID of this layout page template structure rel
-
getUserName
Returns the user name of this layout page template structure rel.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceLayoutPageTemplateStructureRelModel
- Returns:
- the user name of this layout page template structure rel
-
getUserUuid
Returns the user uuid of this layout page template structure rel.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceLayoutPageTemplateStructureRelModel
- Returns:
- the user uuid of this layout page template structure rel
-
getUuid
Returns the uuid of this layout page template structure rel.- Specified by:
getUuid
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this layout page template structure rel
-
isApproved
public boolean isApproved()Returnstrue
if this layout page template structure rel is approved.- Specified by:
isApproved
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
isApproved
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this layout page template structure rel is approved;false
otherwise
-
isDenied
public boolean isDenied()Returnstrue
if this layout page template structure rel is denied.- Specified by:
isDenied
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
isDenied
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this layout page template structure rel is denied;false
otherwise
-
isDraft
public boolean isDraft()Returnstrue
if this layout page template structure rel is a draft.- Specified by:
isDraft
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
isDraft
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this layout page template structure rel is a draft;false
otherwise
-
isExpired
public boolean isExpired()Returnstrue
if this layout page template structure rel is expired.- Specified by:
isExpired
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
isExpired
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this layout page template structure rel is expired;false
otherwise
-
isInactive
public boolean isInactive()Returnstrue
if this layout page template structure rel is inactive.- Specified by:
isInactive
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
isInactive
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this layout page template structure rel is inactive;false
otherwise
-
isIncomplete
public boolean isIncomplete()Returnstrue
if this layout page template structure rel is incomplete.- Specified by:
isIncomplete
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
isIncomplete
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this layout page template structure rel is incomplete;false
otherwise
-
isPending
public boolean isPending()Returnstrue
if this layout page template structure rel is pending.- Specified by:
isPending
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
isPending
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this layout page template structure rel is pending;false
otherwise
-
isScheduled
public boolean isScheduled()Returnstrue
if this layout page template structure rel is scheduled.- Specified by:
isScheduled
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
isScheduled
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this layout page template structure rel 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 layout page template structure rel.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceLayoutPageTemplateStructureRelModel
- 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 rel
-
setCreateDate
Sets the create date of this layout page template structure rel.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this layout page template structure rel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout page template structure rel.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutPageTemplateStructureRel>
- Specified by:
setCtCollectionId
in interfaceLayoutPageTemplateStructureRelModel
- Parameters:
ctCollectionId
- the ct collection ID of this layout page template structure rel
-
setData
Sets the data of this layout page template structure rel.- Specified by:
setData
in interfaceLayoutPageTemplateStructureRelModel
- Parameters:
data
- the data of this layout page template structure rel
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this layout page template structure rel.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceLayoutPageTemplateStructureRelModel
- Parameters:
groupId
- the group ID of this layout page template structure rel
-
setLastPublishDate
Sets the last publish date of this layout page template structure rel.- Specified by:
setLastPublishDate
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this layout page template structure rel
-
setLayoutPageTemplateStructureId
public void setLayoutPageTemplateStructureId(long layoutPageTemplateStructureId) Sets the layout page template structure ID of this layout page template structure rel.- Specified by:
setLayoutPageTemplateStructureId
in interfaceLayoutPageTemplateStructureRelModel
- Parameters:
layoutPageTemplateStructureId
- the layout page template structure ID of this layout page template structure rel
-
setLayoutPageTemplateStructureRelId
public void setLayoutPageTemplateStructureRelId(long layoutPageTemplateStructureRelId) Sets the layout page template structure rel ID of this layout page template structure rel.- Specified by:
setLayoutPageTemplateStructureRelId
in interfaceLayoutPageTemplateStructureRelModel
- Parameters:
layoutPageTemplateStructureRelId
- the layout page template structure rel ID of this layout page template structure rel
-
setModifiedDate
Sets the modified date of this layout page template structure rel.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this layout page template structure rel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout page template structure rel.- Specified by:
setMvccVersion
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this layout page template structure rel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this layout page template structure rel.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutPageTemplateStructureRel>
- Specified by:
setPrimaryKey
in interfaceLayoutPageTemplateStructureRelModel
- Parameters:
primaryKey
- the primary key of this layout page template structure rel
-
setSegmentsExperienceId
public void setSegmentsExperienceId(long segmentsExperienceId) Sets the segments experience ID of this layout page template structure rel.- Specified by:
setSegmentsExperienceId
in interfaceLayoutPageTemplateStructureRelModel
- Parameters:
segmentsExperienceId
- the segments experience ID of this layout page template structure rel
-
setStatus
public void setStatus(int status) Sets the status of this layout page template structure rel.- Specified by:
setStatus
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
setStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
status
- the status of this layout page template structure rel
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this layout page template structure rel.- Specified by:
setStatusByUserId
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
setStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserId
- the status by user ID of this layout page template structure rel
-
setStatusByUserName
Sets the status by user name of this layout page template structure rel.- Specified by:
setStatusByUserName
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
setStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserName
- the status by user name of this layout page template structure rel
-
setStatusByUserUuid
Sets the status by user uuid of this layout page template structure rel.- Specified by:
setStatusByUserUuid
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
setStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserUuid
- the status by user uuid of this layout page template structure rel
-
setStatusDate
Sets the status date of this layout page template structure rel.- Specified by:
setStatusDate
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
setStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusDate
- the status date of this layout page template structure rel
-
setUserId
public void setUserId(long userId) Sets the user ID of this layout page template structure rel.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceLayoutPageTemplateStructureRelModel
- Parameters:
userId
- the user ID of this layout page template structure rel
-
setUserName
Sets the user name of this layout page template structure rel.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceLayoutPageTemplateStructureRelModel
- Parameters:
userName
- the user name of this layout page template structure rel
-
setUserUuid
Sets the user uuid of this layout page template structure rel.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceLayoutPageTemplateStructureRelModel
- Parameters:
userUuid
- the user uuid of this layout page template structure rel
-
setUuid
Sets the uuid of this layout page template structure rel.- Specified by:
setUuid
in interfaceLayoutPageTemplateStructureRelModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this layout page template structure rel
-
toXmlString
- Specified by:
toXmlString
in interfaceLayoutPageTemplateStructureRelModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutPageTemplateStructureRel>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<LayoutPageTemplateStructureRel, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutPageTemplateStructureRel>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
protected LayoutPageTemplateStructureRelWrapper wrap(LayoutPageTemplateStructureRel layoutPageTemplateStructureRel) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutPageTemplateStructureRel>
-