Package com.liferay.object.model
Class ObjectLayoutColumnWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectLayoutColumn>
com.liferay.object.model.ObjectLayoutColumnWrapper
- All Implemented Interfaces:
ObjectLayoutColumn,ObjectLayoutColumnModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<ObjectLayoutColumn>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<ObjectLayoutColumn>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<ObjectLayoutColumn>
public class ObjectLayoutColumnWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectLayoutColumn>
implements com.liferay.portal.kernel.model.ModelWrapper<ObjectLayoutColumn>, ObjectLayoutColumn
This class is a wrapper for ObjectLayoutColumn.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.object.model.ObjectLayoutColumn
OBJECT_LAYOUT_COLUMN_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this object layout column.Returns the create date of this object layout column.Returns the modified date of this object layout column.longReturns the mvcc version of this object layout column.longReturns the object field ID of this object layout column.longReturns the object layout column ID of this object layout column.longReturns the object layout row ID of this object layout column.longReturns the primary key of this object layout column.intReturns the priority of this object layout column.intgetSize()Returns the size of this object layout column.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this object layout column.Returns the user name of this object layout column.Returns the user uuid of this object layout column.getUuid()Returns the uuid of this object layout column.voidsetCompanyId(long companyId) Sets the company ID of this object layout column.voidsetCreateDate(Date createDate) Sets the create date of this object layout column.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this object layout column.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this object layout column.voidsetObjectFieldId(long objectFieldId) Sets the object field ID of this object layout column.voidsetObjectLayoutColumnId(long objectLayoutColumnId) Sets the object layout column ID of this object layout column.voidsetObjectLayoutRowId(long objectLayoutRowId) Sets the object layout row ID of this object layout column.voidsetPrimaryKey(long primaryKey) Sets the primary key of this object layout column.voidsetPriority(int priority) Sets the priority of this object layout column.voidsetSize(int size) Sets the size of this object layout column.voidsetUserId(long userId) Sets the user ID of this object layout column.voidsetUserName(String userName) Sets the user name of this object layout column.voidsetUserUuid(String userUuid) Sets the user uuid of this object layout column.voidSets the uuid of this object layout column.protected ObjectLayoutColumnWrapperwrap(ObjectLayoutColumn objectLayoutColumn) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
ObjectLayoutColumnWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectLayoutColumn>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectLayoutColumn>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectLayoutColumn>- Specified by:
cloneWithOriginalValuesin interfaceObjectLayoutColumnModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this object layout column.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceObjectLayoutColumnModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this object layout column
-
getCreateDate
Returns the create date of this object layout column.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceObjectLayoutColumnModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this object layout column
-
getModifiedDate
Returns the modified date of this object layout column.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceObjectLayoutColumnModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this object layout column
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this object layout column.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceObjectLayoutColumnModel- Returns:
- the mvcc version of this object layout column
-
getObjectFieldId
public long getObjectFieldId()Returns the object field ID of this object layout column.- Specified by:
getObjectFieldIdin interfaceObjectLayoutColumnModel- Returns:
- the object field ID of this object layout column
-
getObjectLayoutColumnId
public long getObjectLayoutColumnId()Returns the object layout column ID of this object layout column.- Specified by:
getObjectLayoutColumnIdin interfaceObjectLayoutColumnModel- Returns:
- the object layout column ID of this object layout column
-
getObjectLayoutRowId
public long getObjectLayoutRowId()Returns the object layout row ID of this object layout column.- Specified by:
getObjectLayoutRowIdin interfaceObjectLayoutColumnModel- Returns:
- the object layout row ID of this object layout column
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this object layout column.- Specified by:
getPrimaryKeyin interfaceObjectLayoutColumnModel- Returns:
- the primary key of this object layout column
-
getPriority
public int getPriority()Returns the priority of this object layout column.- Specified by:
getPriorityin interfaceObjectLayoutColumnModel- Returns:
- the priority of this object layout column
-
getSize
public int getSize()Returns the size of this object layout column.- Specified by:
getSizein interfaceObjectLayoutColumnModel- Returns:
- the size of this object layout column
-
getUserId
public long getUserId()Returns the user ID of this object layout column.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceObjectLayoutColumnModel- Returns:
- the user ID of this object layout column
-
getUserName
Returns the user name of this object layout column.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceObjectLayoutColumnModel- Returns:
- the user name of this object layout column
-
getUserUuid
Returns the user uuid of this object layout column.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceObjectLayoutColumnModel- Returns:
- the user uuid of this object layout column
-
getUuid
Returns the uuid of this object layout column.- Specified by:
getUuidin interfaceObjectLayoutColumnModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this object layout column
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this object layout column.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceObjectLayoutColumnModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this object layout column
-
setCreateDate
Sets the create date of this object layout column.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceObjectLayoutColumnModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this object layout column
-
setModifiedDate
Sets the modified date of this object layout column.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceObjectLayoutColumnModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this object layout column
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this object layout column.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceObjectLayoutColumnModel- Parameters:
mvccVersion- the mvcc version of this object layout column
-
setObjectFieldId
public void setObjectFieldId(long objectFieldId) Sets the object field ID of this object layout column.- Specified by:
setObjectFieldIdin interfaceObjectLayoutColumnModel- Parameters:
objectFieldId- the object field ID of this object layout column
-
setObjectLayoutColumnId
public void setObjectLayoutColumnId(long objectLayoutColumnId) Sets the object layout column ID of this object layout column.- Specified by:
setObjectLayoutColumnIdin interfaceObjectLayoutColumnModel- Parameters:
objectLayoutColumnId- the object layout column ID of this object layout column
-
setObjectLayoutRowId
public void setObjectLayoutRowId(long objectLayoutRowId) Sets the object layout row ID of this object layout column.- Specified by:
setObjectLayoutRowIdin interfaceObjectLayoutColumnModel- Parameters:
objectLayoutRowId- the object layout row ID of this object layout column
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this object layout column.- Specified by:
setPrimaryKeyin interfaceObjectLayoutColumnModel- Parameters:
primaryKey- the primary key of this object layout column
-
setPriority
public void setPriority(int priority) Sets the priority of this object layout column.- Specified by:
setPriorityin interfaceObjectLayoutColumnModel- Parameters:
priority- the priority of this object layout column
-
setSize
public void setSize(int size) Sets the size of this object layout column.- Specified by:
setSizein interfaceObjectLayoutColumnModel- Parameters:
size- the size of this object layout column
-
setUserId
public void setUserId(long userId) Sets the user ID of this object layout column.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceObjectLayoutColumnModel- Parameters:
userId- the user ID of this object layout column
-
setUserName
Sets the user name of this object layout column.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceObjectLayoutColumnModel- Parameters:
userName- the user name of this object layout column
-
setUserUuid
Sets the user uuid of this object layout column.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceObjectLayoutColumnModel- Parameters:
userUuid- the user uuid of this object layout column
-
setUuid
Sets the uuid of this object layout column.- Specified by:
setUuidin interfaceObjectLayoutColumnModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this object layout column
-
toXmlString
- Specified by:
toXmlStringin interfaceObjectLayoutColumnModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectLayoutColumn>
-