Class ObjectLayoutRowWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectLayoutRow>
com.liferay.object.model.ObjectLayoutRowWrapper
All Implemented Interfaces:
ObjectLayoutRow, ObjectLayoutRowModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<ObjectLayoutRow>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<ObjectLayoutRow>, 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<ObjectLayoutRow>

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.

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.ObjectLayoutRow

    OBJECT_LAYOUT_ROW_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this object layout row.
    Returns the create date of this object layout row.
     
    Returns the modified date of this object layout row.
    long
    Returns the mvcc version of this object layout row.
    long
    Returns the object layout box ID of this object layout row.
     
    long
    Returns the object layout row ID of this object layout row.
    long
    Returns the primary key of this object layout row.
    int
    Returns the priority of this object layout row.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    long
    Returns the user ID of this object layout row.
    Returns the user name of this object layout row.
    Returns the user uuid of this object layout row.
    Returns the uuid of this object layout row.
    void
    setCompanyId(long companyId)
    Sets the company ID of this object layout row.
    void
    setCreateDate(Date createDate)
    Sets the create date of this object layout row.
    void
     
    void
    setModifiedDate(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
     
    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(String userName)
    Sets the user name of this object layout row.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this object layout row.
    void
    Sets the uuid of this object layout row.
     
    wrap(ObjectLayoutRow objectLayoutRow)
     

    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

    • ObjectLayoutRowWrapper

      public ObjectLayoutRowWrapper(ObjectLayoutRow objectLayoutRow)
  • Method Details

    • getModelAttributes

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

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

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

      public long getCompanyId()
      Returns the company ID of this object layout row.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface ObjectLayoutRowModel
      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 layout row
    • getCreateDate

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

      public Date getModifiedDate()
      Returns the modified date of this object layout row.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface ObjectLayoutRowModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this object layout row
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this object layout row.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface ObjectLayoutRowModel
      Returns:
      the mvcc version of this object layout row
    • getObjectLayoutBoxId

      public long getObjectLayoutBoxId()
      Returns the object layout box ID of this object layout row.
      Specified by:
      getObjectLayoutBoxId in interface ObjectLayoutRowModel
      Returns:
      the object layout box ID of this object layout row
    • getObjectLayoutColumns

      public List<ObjectLayoutColumn> getObjectLayoutColumns()
      Specified by:
      getObjectLayoutColumns in interface ObjectLayoutRow
    • getObjectLayoutRowId

      public long getObjectLayoutRowId()
      Returns the object layout row ID of this object layout row.
      Specified by:
      getObjectLayoutRowId in interface ObjectLayoutRowModel
      Returns:
      the object layout row ID of this object layout row
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this object layout row.
      Specified by:
      getPrimaryKey in interface ObjectLayoutRowModel
      Returns:
      the primary key of this object layout row
    • getPriority

      public int getPriority()
      Returns the priority of this object layout row.
      Specified by:
      getPriority in interface ObjectLayoutRowModel
      Returns:
      the priority of this object layout row
    • getUserId

      public long getUserId()
      Returns the user ID of this object layout row.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface ObjectLayoutRowModel
      Returns:
      the user ID of this object layout row
    • getUserName

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

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

      public String getUuid()
      Returns the uuid of this object layout row.
      Specified by:
      getUuid in interface ObjectLayoutRowModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this object layout row
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this object layout row.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface ObjectLayoutRowModel
      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 layout row
    • setCreateDate

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

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this object layout row.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface ObjectLayoutRowModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this object layout row
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this object layout row.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface ObjectLayoutRowModel
      Parameters:
      mvccVersion - the mvcc version of this object layout row
    • setObjectLayoutBoxId

      public void setObjectLayoutBoxId(long objectLayoutBoxId)
      Sets the object layout box ID of this object layout row.
      Specified by:
      setObjectLayoutBoxId in interface ObjectLayoutRowModel
      Parameters:
      objectLayoutBoxId - the object layout box ID of this object layout row
    • setObjectLayoutColumns

      public void setObjectLayoutColumns(List<ObjectLayoutColumn> objectLayoutColumns)
      Specified by:
      setObjectLayoutColumns in interface ObjectLayoutRow
    • setObjectLayoutRowId

      public void setObjectLayoutRowId(long objectLayoutRowId)
      Sets the object layout row ID of this object layout row.
      Specified by:
      setObjectLayoutRowId in interface ObjectLayoutRowModel
      Parameters:
      objectLayoutRowId - the object layout row ID of this object layout row
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this object layout row.
      Specified by:
      setPrimaryKey in interface ObjectLayoutRowModel
      Parameters:
      primaryKey - the primary key of this object layout row
    • setPriority

      public void setPriority(int priority)
      Sets the priority of this object layout row.
      Specified by:
      setPriority in interface ObjectLayoutRowModel
      Parameters:
      priority - the priority of this object layout row
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this object layout row.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface ObjectLayoutRowModel
      Parameters:
      userId - the user ID of this object layout row
    • setUserName

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

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

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

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

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

      protected ObjectLayoutRowWrapper wrap(ObjectLayoutRow objectLayoutRow)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectLayoutRow>