@ProviderType public class DDMStructureLayoutWrapper extends java.lang.Object implements DDMStructureLayout, com.liferay.portal.kernel.model.ModelWrapper<DDMStructureLayout>
This class is a wrapper for DDMStructureLayout.
DDMStructureLayout,
Serialized FormSTRUCTURE_LAYOUT_ID_ACCESSOR| Constructor and Description |
|---|
DDMStructureLayoutWrapper(DDMStructureLayout ddmStructureLayout) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(DDMStructureLayout ddmStructureLayout) |
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Returns the company ID of this d d m structure layout.
|
java.util.Date |
getCreateDate()
Returns the create date of this d d m structure layout.
|
DDMFormLayout |
getDDMFormLayout() |
java.lang.String |
getDefinition()
Returns the definition of this d d m structure layout.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this d d m structure layout.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this d d m structure layout.
|
long |
getPrimaryKey()
Returns the primary key of this d d m structure layout.
|
java.io.Serializable |
getPrimaryKeyObj() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getStructureLayoutId()
Returns the structure layout ID of this d d m structure layout.
|
long |
getStructureVersionId()
Returns the structure version ID of this d d m structure layout.
|
long |
getUserId()
Returns the user ID of this d d m structure layout.
|
java.lang.String |
getUserName()
Returns the user name of this d d m structure layout.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this d d m structure layout.
|
java.lang.String |
getUuid()
Returns the uuid of this d d m structure layout.
|
DDMStructureLayout |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this d d m structure layout.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this d d m structure layout.
|
void |
setDefinition(java.lang.String definition)
Sets the definition of this d d m structure layout.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this d d m structure layout.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this d d m structure layout.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this d d m structure layout.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStructureLayoutId(long structureLayoutId)
Sets the structure layout ID of this d d m structure layout.
|
void |
setStructureVersionId(long structureVersionId)
Sets the structure version ID of this d d m structure layout.
|
void |
setUserId(long userId)
Sets the user ID of this d d m structure layout.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this d d m structure layout.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this d d m structure layout.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this d d m structure layout.
|
com.liferay.portal.kernel.model.CacheModel<DDMStructureLayout> |
toCacheModel() |
DDMStructureLayout |
toEscapedModel() |
java.lang.String |
toString() |
DDMStructureLayout |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public DDMStructureLayoutWrapper(DDMStructureLayout ddmStructureLayout)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public DDMFormLayout getDDMFormLayout()
getDDMFormLayout in interface DDMStructureLayoutpublic DDMStructureLayout toEscapedModel()
toEscapedModel in interface DDMStructureLayoutModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public DDMStructureLayout toUnescapedModel()
toUnescapedModel in interface DDMStructureLayoutModeltoUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public boolean isCachedModel()
isCachedModel in interface DDMStructureLayoutModelisCachedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public boolean isEscapedModel()
isEscapedModel in interface DDMStructureLayoutModelisEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public boolean isNew()
isNew in interface DDMStructureLayoutModelisNew in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface DDMStructureLayoutModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelpublic com.liferay.portal.kernel.model.CacheModel<DDMStructureLayout> toCacheModel()
toCacheModel in interface DDMStructureLayoutModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public int compareTo(DDMStructureLayout ddmStructureLayout)
compareTo in interface DDMStructureLayoutModelcompareTo in interface java.lang.Comparable<DDMStructureLayout>public int hashCode()
hashCode in interface DDMStructureLayoutModelhashCode in class java.lang.Objectpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface DDMStructureLayoutModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.Object clone()
clone in interface DDMStructureLayoutModelclone in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>clone in interface com.liferay.portal.kernel.model.StagedModelclone in class java.lang.Objectpublic java.lang.String getDefinition()
getDefinition in interface DDMStructureLayoutModelpublic java.lang.String getUserName()
getUserName in interface DDMStructureLayoutModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface DDMStructureLayoutModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface DDMStructureLayoutModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic java.lang.String toString()
toString in interface DDMStructureLayoutModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface DDMStructureLayoutModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public java.util.Date getCreateDate()
getCreateDate in interface DDMStructureLayoutModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface DDMStructureLayoutModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getCompanyId()
getCompanyId in interface DDMStructureLayoutModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic long getGroupId()
getGroupId in interface DDMStructureLayoutModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic long getPrimaryKey()
getPrimaryKey in interface DDMStructureLayoutModelpublic long getStructureLayoutId()
getStructureLayoutId in interface DDMStructureLayoutModelpublic long getStructureVersionId()
getStructureVersionId in interface DDMStructureLayoutModelpublic long getUserId()
getUserId in interface DDMStructureLayoutModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface DDMStructureLayoutModelsetCachedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public void setCompanyId(long companyId)
setCompanyId in interface DDMStructureLayoutModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this d d m structure layoutpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface DDMStructureLayoutModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this d d m structure layoutpublic void setDefinition(java.lang.String definition)
setDefinition in interface DDMStructureLayoutModeldefinition - the definition of this d d m structure layoutpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface DDMStructureLayoutModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface DDMStructureLayoutModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface DDMStructureLayoutModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public void setGroupId(long groupId)
setGroupId in interface DDMStructureLayoutModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this d d m structure layoutpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface DDMStructureLayoutModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this d d m structure layoutpublic void setNew(boolean n)
setNew in interface DDMStructureLayoutModelsetNew in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDMStructureLayoutModelprimaryKey - the primary key of this d d m structure layoutpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface DDMStructureLayoutModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setStructureLayoutId(long structureLayoutId)
setStructureLayoutId in interface DDMStructureLayoutModelstructureLayoutId - the structure layout ID of this d d m structure layoutpublic void setStructureVersionId(long structureVersionId)
setStructureVersionId in interface DDMStructureLayoutModelstructureVersionId - the structure version ID of this d d m structure layoutpublic void setUserId(long userId)
setUserId in interface DDMStructureLayoutModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this d d m structure layoutpublic void setUserName(java.lang.String userName)
setUserName in interface DDMStructureLayoutModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this d d m structure layoutpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface DDMStructureLayoutModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this d d m structure layoutpublic void setUuid(java.lang.String uuid)
setUuid in interface DDMStructureLayoutModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this d d m structure layoutpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelpublic DDMStructureLayout getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<DDMStructureLayout>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>