@ProviderType public interface LayoutPageTemplateStructureRelModel extends BaseModel<LayoutPageTemplateStructureRel>, GroupedModel, MVCCModel, ShardedModel, StagedAuditedModel
This interface and its corresponding implementation com.liferay.layout.page.template.model.impl.LayoutPageTemplateStructureRelModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.layout.page.template.model.impl.LayoutPageTemplateStructureRelImpl.
LayoutPageTemplateStructureRel| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this layout page template structure rel.
|
java.util.Date |
getCreateDate()
Returns the create date of this layout page template structure rel.
|
java.lang.String |
getData()
Returns the data of this layout page template structure rel.
|
long |
getGroupId()
Returns the group ID of this layout page template structure rel.
|
long |
getLayoutPageTemplateStructureId()
Returns the layout page template structure ID of this layout page template structure rel.
|
long |
getLayoutPageTemplateStructureRelId()
Returns the layout page template structure rel ID of this layout page template structure rel.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this layout page template structure rel.
|
long |
getMvccVersion()
Returns the mvcc version of this layout page template structure rel.
|
long |
getPrimaryKey()
Returns the primary key of this layout page template structure rel.
|
long |
getSegmentsExperienceId()
Returns the segments experience ID of this layout page template structure rel.
|
long |
getUserId()
Returns the user ID of this layout page template structure rel.
|
java.lang.String |
getUserName()
Returns the user name of this layout page template structure rel.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this layout page template structure rel.
|
java.lang.String |
getUuid()
Returns the uuid of this layout page template structure rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this layout page template structure rel.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this layout page template structure rel.
|
void |
setData(java.lang.String data)
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 |
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 |
setModifiedDate(java.util.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 |
setUserId(long userId)
Sets the user ID of this layout page template structure rel.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this layout page template structure rel.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this layout page template structure rel.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this layout page template structure rel.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclone, getStagedModelTypegetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this layout page template structure rellong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this layout page template structure rel@AutoEscape java.lang.String getUuid()
getUuid in interface StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface StagedModeluuid - the uuid of this layout page template structure rellong getLayoutPageTemplateStructureRelId()
void setLayoutPageTemplateStructureRelId(long layoutPageTemplateStructureRelId)
layoutPageTemplateStructureRelId - the layout page template structure rel ID of this layout page template structure rellong getGroupId()
getGroupId in interface GroupedModelvoid setGroupId(long groupId)
setGroupId in interface GroupedModelgroupId - the group ID of this layout page template structure rellong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this layout page template structure rellong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this layout page template structure reljava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this layout page template structure rel@AutoEscape java.lang.String getUserName()
getUserName in interface AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface AuditedModeluserName - the user name of this layout page template structure reljava.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this layout page template structure reljava.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this layout page template structure rellong getLayoutPageTemplateStructureId()
void setLayoutPageTemplateStructureId(long layoutPageTemplateStructureId)
layoutPageTemplateStructureId - the layout page template structure ID of this layout page template structure rellong getSegmentsExperienceId()
void setSegmentsExperienceId(long segmentsExperienceId)
segmentsExperienceId - the segments experience ID of this layout page template structure rel@AutoEscape java.lang.String getData()
void setData(java.lang.String data)
data - the data of this layout page template structure rel