public class ObjectLayoutRowWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectLayoutRow> implements com.liferay.portal.kernel.model.ModelWrapper<ObjectLayoutRow>, ObjectLayoutRow
This class is a wrapper for ObjectLayoutRow
.
ObjectLayoutRow
,
Serialized FormOBJECT_LAYOUT_ROW_ID_ACCESSOR
Constructor and Description |
---|
ObjectLayoutRowWrapper(ObjectLayoutRow objectLayoutRow) |
Modifier and Type | Method and Description |
---|---|
ObjectLayoutRow |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this object layout row.
|
java.util.Date |
getCreateDate()
Returns the create date of this object layout row.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this object layout row.
|
long |
getMvccVersion()
Returns the mvcc version of this object layout row.
|
long |
getObjectLayoutBoxId()
Returns the object layout box ID of this object layout row.
|
java.util.List<ObjectLayoutColumn> |
getObjectLayoutColumns() |
long |
getObjectLayoutRowId()
Returns the object layout row ID of this object layout row.
|
long |
getPrimaryKey()
Returns the primary key of this object layout row.
|
int |
getPriority()
Returns the priority of this object layout row.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this object layout row.
|
java.lang.String |
getUserName()
Returns the user name of this object layout row.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this object layout row.
|
java.lang.String |
getUuid()
Returns the uuid of this object layout row.
|
void |
setCompanyId(long companyId)
Sets the company ID of this object layout row.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this object layout row.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this object layout row.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this object layout row.
|
void |
setObjectLayoutBoxId(long objectLayoutBoxId)
Sets the object layout box ID of this object layout row.
|
void |
setObjectLayoutColumns(java.util.List<ObjectLayoutColumn> objectLayoutColumns) |
void |
setObjectLayoutRowId(long objectLayoutRowId)
Sets the object layout row ID of this object layout row.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this object layout row.
|
void |
setPriority(int priority)
Sets the priority of this object layout row.
|
void |
setUserId(long userId)
Sets the user ID of this object layout row.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this object layout row.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this object layout row.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this object layout row.
|
protected ObjectLayoutRowWrapper |
wrap(ObjectLayoutRow objectLayoutRow) |
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, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public ObjectLayoutRowWrapper(ObjectLayoutRow objectLayoutRow)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<ObjectLayoutRow>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<ObjectLayoutRow>
public ObjectLayoutRow cloneWithOriginalValues()
cloneWithOriginalValues
in interface ObjectLayoutRowModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<ObjectLayoutRow>
public long getCompanyId()
getCompanyId
in interface ObjectLayoutRowModel
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 java.util.Date getCreateDate()
getCreateDate
in interface ObjectLayoutRowModel
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 ObjectLayoutRowModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getMvccVersion()
getMvccVersion
in interface ObjectLayoutRowModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getObjectLayoutBoxId()
getObjectLayoutBoxId
in interface ObjectLayoutRowModel
public java.util.List<ObjectLayoutColumn> getObjectLayoutColumns()
getObjectLayoutColumns
in interface ObjectLayoutRow
public long getObjectLayoutRowId()
getObjectLayoutRowId
in interface ObjectLayoutRowModel
public long getPrimaryKey()
getPrimaryKey
in interface ObjectLayoutRowModel
public int getPriority()
getPriority
in interface ObjectLayoutRowModel
public long getUserId()
getUserId
in interface ObjectLayoutRowModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface ObjectLayoutRowModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface ObjectLayoutRowModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUuid()
getUuid
in interface ObjectLayoutRowModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public void setCompanyId(long companyId)
setCompanyId
in interface ObjectLayoutRowModel
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 object layout rowpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface ObjectLayoutRowModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this object layout rowpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface ObjectLayoutRowModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this object layout rowpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface ObjectLayoutRowModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this object layout rowpublic void setObjectLayoutBoxId(long objectLayoutBoxId)
setObjectLayoutBoxId
in interface ObjectLayoutRowModel
objectLayoutBoxId
- the object layout box ID of this object layout rowpublic void setObjectLayoutColumns(java.util.List<ObjectLayoutColumn> objectLayoutColumns)
setObjectLayoutColumns
in interface ObjectLayoutRow
public void setObjectLayoutRowId(long objectLayoutRowId)
setObjectLayoutRowId
in interface ObjectLayoutRowModel
objectLayoutRowId
- the object layout row ID of this object layout rowpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface ObjectLayoutRowModel
primaryKey
- the primary key of this object layout rowpublic void setPriority(int priority)
setPriority
in interface ObjectLayoutRowModel
priority
- the priority of this object layout rowpublic void setUserId(long userId)
setUserId
in interface ObjectLayoutRowModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this object layout rowpublic void setUserName(java.lang.String userName)
setUserName
in interface ObjectLayoutRowModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this object layout rowpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface ObjectLayoutRowModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this object layout rowpublic void setUuid(java.lang.String uuid)
setUuid
in interface ObjectLayoutRowModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this object layout rowpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
protected ObjectLayoutRowWrapper wrap(ObjectLayoutRow objectLayoutRow)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectLayoutRow>