Package com.liferay.object.model
Class ObjectFolderItemWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectFolderItem>
com.liferay.object.model.ObjectFolderItemWrapper
- All Implemented Interfaces:
ObjectFolderItem
,ObjectFolderItemModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<ObjectFolderItem>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<ObjectFolderItem>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<ObjectFolderItem>
public class ObjectFolderItemWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectFolderItem>
implements com.liferay.portal.kernel.model.ModelWrapper<ObjectFolderItem>, ObjectFolderItem
This class is a wrapper for ObjectFolderItem
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.object.model.ObjectFolderItem
OBJECT_FOLDER_ITEM_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this object folder item.Returns the create date of this object folder item.Returns the modified date of this object folder item.long
Returns the mvcc version of this object folder item.long
Returns the object definition ID of this object folder item.long
Returns the object folder ID of this object folder item.long
Returns the object folder item ID of this object folder item.int
Returns the position x of this object folder item.int
Returns the position y of this object folder item.long
Returns the primary key of this object folder item.com.liferay.exportimport.kernel.lar.StagedModelType
long
Returns the user ID of this object folder item.Returns the user name of this object folder item.Returns the user uuid of this object folder item.getUuid()
Returns the uuid of this object folder item.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this object folder item.void
setCreateDate
(Date createDate) Sets the create date of this object folder item.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this object folder item.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this object folder item.void
setObjectDefinitionId
(long objectDefinitionId) Sets the object definition ID of this object folder item.void
setObjectFolderId
(long objectFolderId) Sets the object folder ID of this object folder item.void
setObjectFolderItemId
(long objectFolderItemId) Sets the object folder item ID of this object folder item.void
setPositionX
(int positionX) Sets the position x of this object folder item.void
setPositionY
(int positionY) Sets the position y of this object folder item.void
setPrimaryKey
(long primaryKey) Sets the primary key of this object folder item.void
setUserId
(long userId) Sets the user ID of this object folder item.void
setUserName
(String userName) Sets the user name of this object folder item.void
setUserUuid
(String userUuid) Sets the user uuid of this object folder item.void
Sets the uuid of this object folder item.protected ObjectFolderItemWrapper
wrap
(ObjectFolderItem objectFolderItem) 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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
ObjectFolderItemWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<ObjectFolderItem>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<ObjectFolderItem>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<ObjectFolderItem>
- Specified by:
cloneWithOriginalValues
in interfaceObjectFolderItemModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this object folder item.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceObjectFolderItemModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this object folder item
-
getCreateDate
Returns the create date of this object folder item.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceObjectFolderItemModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this object folder item
-
getModifiedDate
Returns the modified date of this object folder item.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceObjectFolderItemModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this object folder item
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this object folder item.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
getMvccVersion
in interfaceObjectFolderItemModel
- Returns:
- the mvcc version of this object folder item
-
getObjectDefinitionId
public long getObjectDefinitionId()Returns the object definition ID of this object folder item.- Specified by:
getObjectDefinitionId
in interfaceObjectFolderItemModel
- Returns:
- the object definition ID of this object folder item
-
getObjectFolderId
public long getObjectFolderId()Returns the object folder ID of this object folder item.- Specified by:
getObjectFolderId
in interfaceObjectFolderItemModel
- Returns:
- the object folder ID of this object folder item
-
getObjectFolderItemId
public long getObjectFolderItemId()Returns the object folder item ID of this object folder item.- Specified by:
getObjectFolderItemId
in interfaceObjectFolderItemModel
- Returns:
- the object folder item ID of this object folder item
-
getPositionX
public int getPositionX()Returns the position x of this object folder item.- Specified by:
getPositionX
in interfaceObjectFolderItemModel
- Returns:
- the position x of this object folder item
-
getPositionY
public int getPositionY()Returns the position y of this object folder item.- Specified by:
getPositionY
in interfaceObjectFolderItemModel
- Returns:
- the position y of this object folder item
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this object folder item.- Specified by:
getPrimaryKey
in interfaceObjectFolderItemModel
- Returns:
- the primary key of this object folder item
-
getUserId
public long getUserId()Returns the user ID of this object folder item.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceObjectFolderItemModel
- Returns:
- the user ID of this object folder item
-
getUserName
Returns the user name of this object folder item.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceObjectFolderItemModel
- Returns:
- the user name of this object folder item
-
getUserUuid
Returns the user uuid of this object folder item.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceObjectFolderItemModel
- Returns:
- the user uuid of this object folder item
-
getUuid
Returns the uuid of this object folder item.- Specified by:
getUuid
in interfaceObjectFolderItemModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this object folder item
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this object folder item.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceObjectFolderItemModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this object folder item
-
setCreateDate
Sets the create date of this object folder item.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceObjectFolderItemModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this object folder item
-
setModifiedDate
Sets the modified date of this object folder item.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceObjectFolderItemModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this object folder item
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this object folder item.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
setMvccVersion
in interfaceObjectFolderItemModel
- Parameters:
mvccVersion
- the mvcc version of this object folder item
-
setObjectDefinitionId
public void setObjectDefinitionId(long objectDefinitionId) Sets the object definition ID of this object folder item.- Specified by:
setObjectDefinitionId
in interfaceObjectFolderItemModel
- Parameters:
objectDefinitionId
- the object definition ID of this object folder item
-
setObjectFolderId
public void setObjectFolderId(long objectFolderId) Sets the object folder ID of this object folder item.- Specified by:
setObjectFolderId
in interfaceObjectFolderItemModel
- Parameters:
objectFolderId
- the object folder ID of this object folder item
-
setObjectFolderItemId
public void setObjectFolderItemId(long objectFolderItemId) Sets the object folder item ID of this object folder item.- Specified by:
setObjectFolderItemId
in interfaceObjectFolderItemModel
- Parameters:
objectFolderItemId
- the object folder item ID of this object folder item
-
setPositionX
public void setPositionX(int positionX) Sets the position x of this object folder item.- Specified by:
setPositionX
in interfaceObjectFolderItemModel
- Parameters:
positionX
- the position x of this object folder item
-
setPositionY
public void setPositionY(int positionY) Sets the position y of this object folder item.- Specified by:
setPositionY
in interfaceObjectFolderItemModel
- Parameters:
positionY
- the position y of this object folder item
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this object folder item.- Specified by:
setPrimaryKey
in interfaceObjectFolderItemModel
- Parameters:
primaryKey
- the primary key of this object folder item
-
setUserId
public void setUserId(long userId) Sets the user ID of this object folder item.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceObjectFolderItemModel
- Parameters:
userId
- the user ID of this object folder item
-
setUserName
Sets the user name of this object folder item.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceObjectFolderItemModel
- Parameters:
userName
- the user name of this object folder item
-
setUserUuid
Sets the user uuid of this object folder item.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceObjectFolderItemModel
- Parameters:
userUuid
- the user uuid of this object folder item
-
setUuid
Sets the uuid of this object folder item.- Specified by:
setUuid
in interfaceObjectFolderItemModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this object folder item
-
toXmlString
- Specified by:
toXmlString
in interfaceObjectFolderItemModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectFolderItem>
-