Class ObjectViewFilterColumnWrapper

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

public class ObjectViewFilterColumnWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectViewFilterColumn> implements com.liferay.portal.kernel.model.ModelWrapper<ObjectViewFilterColumn>, ObjectViewFilterColumn

This class is a wrapper for ObjectViewFilterColumn.

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

    OBJECT_VIEW_FILTER_COLUMN_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this object view filter column.
    Returns the create date of this object view filter column.
    Returns the filter type of this object view filter column.
    Returns the json of this object view filter column.
    com.liferay.portal.kernel.json.JSONArray
     
     
    Returns the modified date of this object view filter column.
    long
    Returns the mvcc version of this object view filter column.
    Returns the object field name of this object view filter column.
    long
    Returns the object view filter column ID of this object view filter column.
    long
    Returns the object view ID of this object view filter column.
    long
    Returns the primary key of this object view filter column.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    long
    Returns the user ID of this object view filter column.
    Returns the user name of this object view filter column.
    Returns the user uuid of this object view filter column.
    Returns the uuid of this object view filter column.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this object view filter column.
    void
    setCreateDate(Date createDate)
    Sets the create date of this object view filter column.
    void
    setFilterType(String filterType)
    Sets the filter type of this object view filter column.
    void
    Sets the json of this object view filter column.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this object view filter column.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this object view filter column.
    void
    setObjectFieldName(String objectFieldName)
    Sets the object field name of this object view filter column.
    void
    setObjectViewFilterColumnId(long objectViewFilterColumnId)
    Sets the object view filter column ID of this object view filter column.
    void
    setObjectViewId(long objectViewId)
    Sets the object view ID of this object view filter column.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this object view filter column.
    void
    setUserId(long userId)
    Sets the user ID of this object view filter column.
    void
    setUserName(String userName)
    Sets the user name of this object view filter column.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this object view filter column.
    void
    Sets the uuid of this object view filter column.
     
    wrap(ObjectViewFilterColumn objectViewFilterColumn)
     

    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

    • ObjectViewFilterColumnWrapper

      public ObjectViewFilterColumnWrapper(ObjectViewFilterColumn objectViewFilterColumn)
  • Method Details

    • getModelAttributes

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

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

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

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

      public Date getCreateDate()
      Returns the create date of this object view filter column.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface ObjectViewFilterColumnModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this object view filter column
    • getFilterType

      public String getFilterType()
      Returns the filter type of this object view filter column.
      Specified by:
      getFilterType in interface ObjectViewFilterColumnModel
      Returns:
      the filter type of this object view filter column
    • getJSON

      public String getJSON()
      Returns the json of this object view filter column.
      Specified by:
      getJSON in interface ObjectViewFilterColumnModel
      Returns:
      the json of this object view filter column
    • getJSONArray

      public com.liferay.portal.kernel.json.JSONArray getJSONArray() throws com.liferay.portal.kernel.json.JSONException
      Specified by:
      getJSONArray in interface ObjectViewFilterColumn
      Throws:
      com.liferay.portal.kernel.json.JSONException
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this object view filter column.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface ObjectViewFilterColumnModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this object view filter column
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this object view filter column.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface ObjectViewFilterColumnModel
      Returns:
      the mvcc version of this object view filter column
    • getObjectFieldName

      public String getObjectFieldName()
      Returns the object field name of this object view filter column.
      Specified by:
      getObjectFieldName in interface ObjectViewFilterColumnModel
      Returns:
      the object field name of this object view filter column
    • getObjectViewFilterColumnId

      public long getObjectViewFilterColumnId()
      Returns the object view filter column ID of this object view filter column.
      Specified by:
      getObjectViewFilterColumnId in interface ObjectViewFilterColumnModel
      Returns:
      the object view filter column ID of this object view filter column
    • getObjectViewId

      public long getObjectViewId()
      Returns the object view ID of this object view filter column.
      Specified by:
      getObjectViewId in interface ObjectViewFilterColumnModel
      Returns:
      the object view ID of this object view filter column
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this object view filter column.
      Specified by:
      getPrimaryKey in interface ObjectViewFilterColumnModel
      Returns:
      the primary key of this object view filter column
    • getUserId

      public long getUserId()
      Returns the user ID of this object view filter column.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface ObjectViewFilterColumnModel
      Returns:
      the user ID of this object view filter column
    • getUserName

      public String getUserName()
      Returns the user name of this object view filter column.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface ObjectViewFilterColumnModel
      Returns:
      the user name of this object view filter column
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this object view filter column.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface ObjectViewFilterColumnModel
      Returns:
      the user uuid of this object view filter column
    • getUuid

      public String getUuid()
      Returns the uuid of this object view filter column.
      Specified by:
      getUuid in interface ObjectViewFilterColumnModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this object view filter column
    • 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 view filter column.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface ObjectViewFilterColumnModel
      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 view filter column
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this object view filter column.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface ObjectViewFilterColumnModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this object view filter column
    • setFilterType

      public void setFilterType(String filterType)
      Sets the filter type of this object view filter column.
      Specified by:
      setFilterType in interface ObjectViewFilterColumnModel
      Parameters:
      filterType - the filter type of this object view filter column
    • setJSON

      public void setJSON(String json)
      Sets the json of this object view filter column.
      Specified by:
      setJSON in interface ObjectViewFilterColumnModel
      Parameters:
      json - the json of this object view filter column
    • setModifiedDate

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

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this object view filter column.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface ObjectViewFilterColumnModel
      Parameters:
      mvccVersion - the mvcc version of this object view filter column
    • setObjectFieldName

      public void setObjectFieldName(String objectFieldName)
      Sets the object field name of this object view filter column.
      Specified by:
      setObjectFieldName in interface ObjectViewFilterColumnModel
      Parameters:
      objectFieldName - the object field name of this object view filter column
    • setObjectViewFilterColumnId

      public void setObjectViewFilterColumnId(long objectViewFilterColumnId)
      Sets the object view filter column ID of this object view filter column.
      Specified by:
      setObjectViewFilterColumnId in interface ObjectViewFilterColumnModel
      Parameters:
      objectViewFilterColumnId - the object view filter column ID of this object view filter column
    • setObjectViewId

      public void setObjectViewId(long objectViewId)
      Sets the object view ID of this object view filter column.
      Specified by:
      setObjectViewId in interface ObjectViewFilterColumnModel
      Parameters:
      objectViewId - the object view ID of this object view filter column
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this object view filter column.
      Specified by:
      setPrimaryKey in interface ObjectViewFilterColumnModel
      Parameters:
      primaryKey - the primary key of this object view filter column
    • setUserId

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

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

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

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

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

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

      protected ObjectViewFilterColumnWrapper wrap(ObjectViewFilterColumn objectViewFilterColumn)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectViewFilterColumn>