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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    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.
    Returns the uuid of this object folder item.
    void
     
    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
     
    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.
     
    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

      public ObjectFolderItemWrapper(ObjectFolderItem objectFolderItem)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ObjectFolderItem>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ObjectFolderItem>
    • cloneWithOriginalValues

      public ObjectFolderItem cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<ObjectFolderItem>
      Specified by:
      cloneWithOriginalValues in interface ObjectFolderItemModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this object folder item.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface ObjectFolderItemModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this object folder item
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this object folder item.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface ObjectFolderItemModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this object folder item
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this object folder item.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface ObjectFolderItemModel
      Specified by:
      getModifiedDate in interface com.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 interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface ObjectFolderItemModel
      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 interface ObjectFolderItemModel
      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 interface ObjectFolderItemModel
      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 interface ObjectFolderItemModel
      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 interface ObjectFolderItemModel
      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 interface ObjectFolderItemModel
      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 interface ObjectFolderItemModel
      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 interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface ObjectFolderItemModel
      Returns:
      the user ID of this object folder item
    • getUserName

      public String getUserName()
      Returns the user name of this object folder item.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface ObjectFolderItemModel
      Returns:
      the user name of this object folder item
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this object folder item.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface ObjectFolderItemModel
      Returns:
      the user uuid of this object folder item
    • getUuid

      public String getUuid()
      Returns the uuid of this object folder item.
      Specified by:
      getUuid in interface ObjectFolderItemModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this object folder item
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this object folder item.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface ObjectFolderItemModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this object folder item
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this object folder item.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface ObjectFolderItemModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this object folder item
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this object folder item.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface ObjectFolderItemModel
      Specified by:
      setModifiedDate in interface com.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 interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface ObjectFolderItemModel
      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 interface ObjectFolderItemModel
      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 interface ObjectFolderItemModel
      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 interface ObjectFolderItemModel
      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 interface ObjectFolderItemModel
      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 interface ObjectFolderItemModel
      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 interface ObjectFolderItemModel
      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 interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface ObjectFolderItemModel
      Parameters:
      userId - the user ID of this object folder item
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this object folder item.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface ObjectFolderItemModel
      Parameters:
      userName - the user name of this object folder item
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this object folder item.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface ObjectFolderItemModel
      Parameters:
      userUuid - the user uuid of this object folder item
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this object folder item.
      Specified by:
      setUuid in interface ObjectFolderItemModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this object folder item
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface ObjectFolderItemModel
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected ObjectFolderItemWrapper wrap(ObjectFolderItem objectFolderItem)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectFolderItem>