public class LayoutPageTemplateStructureRelWrapper extends BaseModelWrapper<LayoutPageTemplateStructureRel> implements LayoutPageTemplateStructureRel, ModelWrapper<LayoutPageTemplateStructureRel>
This class is a wrapper for LayoutPageTemplateStructureRel.
LayoutPageTemplateStructureRel,
Serialized FormmodelLAYOUT_PAGE_TEMPLATE_STRUCTURE_REL_ID_ACCESSOR| Constructor and Description |
|---|
LayoutPageTemplateStructureRelWrapper(LayoutPageTemplateStructureRel 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.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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.
|
StagedModelType |
getStagedModelType() |
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 |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
protected LayoutPageTemplateStructureRelWrapper |
wrap(LayoutPageTemplateStructureRel layoutPageTemplateStructureRel) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclonegetModelClass, getModelClassNamegetWrappedModelpublic LayoutPageTemplateStructureRelWrapper(LayoutPageTemplateStructureRel layoutPageTemplateStructureRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutPageTemplateStructureRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<LayoutPageTemplateStructureRel>public long getCompanyId()
getCompanyId in interface LayoutPageTemplateStructureRelModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface LayoutPageTemplateStructureRelModelgetCreateDate in interface AuditedModelgetCreateDate in interface StagedModelpublic java.lang.String getData()
getData in interface LayoutPageTemplateStructureRelModelpublic long getGroupId()
getGroupId in interface LayoutPageTemplateStructureRelModelgetGroupId in interface GroupedModelpublic long getLayoutPageTemplateStructureId()
getLayoutPageTemplateStructureId in interface LayoutPageTemplateStructureRelModelpublic long getLayoutPageTemplateStructureRelId()
getLayoutPageTemplateStructureRelId in interface LayoutPageTemplateStructureRelModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface LayoutPageTemplateStructureRelModelgetModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelpublic long getMvccVersion()
getMvccVersion in interface LayoutPageTemplateStructureRelModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface LayoutPageTemplateStructureRelModelpublic long getSegmentsExperienceId()
getSegmentsExperienceId in interface LayoutPageTemplateStructureRelModelpublic long getUserId()
getUserId in interface LayoutPageTemplateStructureRelModelgetUserId in interface AuditedModelpublic java.lang.String getUserName()
getUserName in interface LayoutPageTemplateStructureRelModelgetUserName in interface AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface LayoutPageTemplateStructureRelModelgetUserUuid in interface AuditedModelpublic java.lang.String getUuid()
getUuid in interface LayoutPageTemplateStructureRelModelgetUuid in interface StagedModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface LayoutPageTemplateStructureRelModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this layout page template structure relpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface LayoutPageTemplateStructureRelModelsetCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this layout page template structure relpublic void setData(java.lang.String data)
setData in interface LayoutPageTemplateStructureRelModeldata - the data of this layout page template structure relpublic void setGroupId(long groupId)
setGroupId in interface LayoutPageTemplateStructureRelModelsetGroupId in interface GroupedModelgroupId - the group ID of this layout page template structure relpublic void setLayoutPageTemplateStructureId(long layoutPageTemplateStructureId)
setLayoutPageTemplateStructureId in interface LayoutPageTemplateStructureRelModellayoutPageTemplateStructureId - the layout page template structure ID of this layout page template structure relpublic void setLayoutPageTemplateStructureRelId(long layoutPageTemplateStructureRelId)
setLayoutPageTemplateStructureRelId in interface LayoutPageTemplateStructureRelModellayoutPageTemplateStructureRelId - the layout page template structure rel ID of this layout page template structure relpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface LayoutPageTemplateStructureRelModelsetModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this layout page template structure relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface LayoutPageTemplateStructureRelModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this layout page template structure relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface LayoutPageTemplateStructureRelModelprimaryKey - the primary key of this layout page template structure relpublic void setSegmentsExperienceId(long segmentsExperienceId)
setSegmentsExperienceId in interface LayoutPageTemplateStructureRelModelsegmentsExperienceId - the segments experience ID of this layout page template structure relpublic void setUserId(long userId)
setUserId in interface LayoutPageTemplateStructureRelModelsetUserId in interface AuditedModeluserId - the user ID of this layout page template structure relpublic void setUserName(java.lang.String userName)
setUserName in interface LayoutPageTemplateStructureRelModelsetUserName in interface AuditedModeluserName - the user name of this layout page template structure relpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface LayoutPageTemplateStructureRelModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this layout page template structure relpublic void setUuid(java.lang.String uuid)
setUuid in interface LayoutPageTemplateStructureRelModelsetUuid in interface StagedModeluuid - the uuid of this layout page template structure relpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected LayoutPageTemplateStructureRelWrapper wrap(LayoutPageTemplateStructureRel layoutPageTemplateStructureRel)
wrap in class BaseModelWrapper<LayoutPageTemplateStructureRel>