@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 ddm structure layout.
|
java.util.Date |
getCreateDate()
Returns the create date of this ddm structure layout.
|
DDMFormLayout |
getDDMFormLayout() |
java.lang.String |
getDefinition()
Returns the definition of this ddm structure layout.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this ddm 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 ddm structure layout.
|
long |
getPrimaryKey()
Returns the primary key of this ddm structure layout.
|
java.io.Serializable |
getPrimaryKeyObj() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getStructureLayoutId()
Returns the structure layout ID of this ddm structure layout.
|
long |
getStructureVersionId()
Returns the structure version ID of this ddm structure layout.
|
long |
getUserId()
Returns the user ID of this ddm structure layout.
|
java.lang.String |
getUserName()
Returns the user name of this ddm structure layout.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ddm structure layout.
|
java.lang.String |
getUuid()
Returns the uuid of this ddm 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 ddm structure layout.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ddm structure layout.
|
void |
setDefinition(java.lang.String definition)
Sets the definition of this ddm 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 ddm 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 ddm structure layout.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddm structure layout.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStructureLayoutId(long structureLayoutId)
Sets the structure layout ID of this ddm structure layout.
|
void |
setStructureVersionId(long structureVersionId)
Sets the structure version ID of this ddm structure layout.
|
void |
setUserId(long userId)
Sets the user ID of this ddm structure layout.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this ddm structure layout.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ddm structure layout.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this ddm 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.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public 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 DDMStructureLayout
public DDMStructureLayout toEscapedModel()
toEscapedModel
in interface DDMStructureLayoutModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
public DDMStructureLayout toUnescapedModel()
toUnescapedModel
in interface DDMStructureLayoutModel
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
public boolean isCachedModel()
isCachedModel
in interface DDMStructureLayoutModel
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
public boolean isEscapedModel()
isEscapedModel
in interface DDMStructureLayoutModel
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
public boolean isNew()
isNew
in interface DDMStructureLayoutModel
isNew
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface DDMStructureLayoutModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
public com.liferay.portal.kernel.model.CacheModel<DDMStructureLayout> toCacheModel()
toCacheModel
in interface DDMStructureLayoutModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
public int compareTo(DDMStructureLayout ddmStructureLayout)
compareTo
in interface DDMStructureLayoutModel
compareTo
in interface java.lang.Comparable<DDMStructureLayout>
public int hashCode()
hashCode
in interface DDMStructureLayoutModel
hashCode
in class java.lang.Object
public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface DDMStructureLayoutModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.Object clone()
clone
in interface DDMStructureLayoutModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
clone
in interface com.liferay.portal.kernel.model.StagedModel
clone
in class java.lang.Object
public java.lang.String getDefinition()
getDefinition
in interface DDMStructureLayoutModel
public java.lang.String getUserName()
getUserName
in interface DDMStructureLayoutModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface DDMStructureLayoutModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUuid()
getUuid
in interface DDMStructureLayoutModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public java.lang.String toString()
toString
in interface DDMStructureLayoutModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface DDMStructureLayoutModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
public java.util.Date getCreateDate()
getCreateDate
in interface DDMStructureLayoutModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface DDMStructureLayoutModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getCompanyId()
getCompanyId
in interface DDMStructureLayoutModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public long getGroupId()
getGroupId
in interface DDMStructureLayoutModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public long getPrimaryKey()
getPrimaryKey
in interface DDMStructureLayoutModel
public long getStructureLayoutId()
getStructureLayoutId
in interface DDMStructureLayoutModel
public long getStructureVersionId()
getStructureVersionId
in interface DDMStructureLayoutModel
public long getUserId()
getUserId
in interface DDMStructureLayoutModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCachedModel(boolean cachedModel)
setCachedModel
in interface DDMStructureLayoutModel
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
public void setCompanyId(long companyId)
setCompanyId
in interface DDMStructureLayoutModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this ddm structure layoutpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface DDMStructureLayoutModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this ddm structure layoutpublic void setDefinition(java.lang.String definition)
setDefinition
in interface DDMStructureLayoutModel
definition
- the definition of this ddm structure layoutpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface DDMStructureLayoutModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface DDMStructureLayoutModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface DDMStructureLayoutModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
public void setGroupId(long groupId)
setGroupId
in interface DDMStructureLayoutModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this ddm structure layoutpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface DDMStructureLayoutModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this ddm structure layoutpublic void setNew(boolean n)
setNew
in interface DDMStructureLayoutModel
setNew
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface DDMStructureLayoutModel
primaryKey
- the primary key of this ddm structure layoutpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface DDMStructureLayoutModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setStructureLayoutId(long structureLayoutId)
setStructureLayoutId
in interface DDMStructureLayoutModel
structureLayoutId
- the structure layout ID of this ddm structure layoutpublic void setStructureVersionId(long structureVersionId)
setStructureVersionId
in interface DDMStructureLayoutModel
structureVersionId
- the structure version ID of this ddm structure layoutpublic void setUserId(long userId)
setUserId
in interface DDMStructureLayoutModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this ddm structure layoutpublic void setUserName(java.lang.String userName)
setUserName
in interface DDMStructureLayoutModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this ddm structure layoutpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface DDMStructureLayoutModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this ddm structure layoutpublic void setUuid(java.lang.String uuid)
setUuid
in interface DDMStructureLayoutModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this ddm structure layoutpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
public 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>