Class ObjectDefinitionSettingWrapper

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

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

This class is a wrapper for ObjectDefinitionSetting.

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

    OBJECT_DEFINITION_SETTING_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this object definition setting.
    Returns the create date of this object definition setting.
     
    Returns the modified date of this object definition setting.
    long
    Returns the mvcc version of this object definition setting.
    Returns the name of this object definition setting.
    long
    Returns the object definition ID of this object definition setting.
    long
    Returns the object definition setting ID of this object definition setting.
    long
    Returns the primary key of this object definition setting.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    long
    Returns the user ID of this object definition setting.
    Returns the user name of this object definition setting.
    Returns the user uuid of this object definition setting.
    Returns the uuid of this object definition setting.
    Returns the value of this object definition setting.
    boolean
     
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this object definition setting.
    void
    setCreateDate(Date createDate)
    Sets the create date of this object definition setting.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this object definition setting.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this object definition setting.
    void
    Sets the name of this object definition setting.
    void
    setObjectDefinitionId(long objectDefinitionId)
    Sets the object definition ID of this object definition setting.
    void
    setObjectDefinitionSettingId(long objectDefinitionSettingId)
    Sets the object definition setting ID of this object definition setting.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this object definition setting.
    void
    setUserId(long userId)
    Sets the user ID of this object definition setting.
    void
    setUserName(String userName)
    Sets the user name of this object definition setting.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this object definition setting.
    void
    Sets the uuid of this object definition setting.
    void
    Sets the value of this object definition setting.
     
    wrap(ObjectDefinitionSetting objectDefinitionSetting)
     

    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

    • ObjectDefinitionSettingWrapper

      public ObjectDefinitionSettingWrapper(ObjectDefinitionSetting objectDefinitionSetting)
  • Method Details

    • getModelAttributes

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

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

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

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

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

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

      public long getMvccVersion()
      Returns the mvcc version of this object definition setting.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface ObjectDefinitionSettingModel
      Returns:
      the mvcc version of this object definition setting
    • getName

      public String getName()
      Returns the name of this object definition setting.
      Specified by:
      getName in interface ObjectDefinitionSettingModel
      Returns:
      the name of this object definition setting
    • getObjectDefinitionId

      public long getObjectDefinitionId()
      Returns the object definition ID of this object definition setting.
      Specified by:
      getObjectDefinitionId in interface ObjectDefinitionSettingModel
      Returns:
      the object definition ID of this object definition setting
    • getObjectDefinitionSettingId

      public long getObjectDefinitionSettingId()
      Returns the object definition setting ID of this object definition setting.
      Specified by:
      getObjectDefinitionSettingId in interface ObjectDefinitionSettingModel
      Returns:
      the object definition setting ID of this object definition setting
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this object definition setting.
      Specified by:
      getPrimaryKey in interface ObjectDefinitionSettingModel
      Returns:
      the primary key of this object definition setting
    • getUserId

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

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

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

      public String getUuid()
      Returns the uuid of this object definition setting.
      Specified by:
      getUuid in interface ObjectDefinitionSettingModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this object definition setting
    • getValue

      public String getValue()
      Returns the value of this object definition setting.
      Specified by:
      getValue in interface ObjectDefinitionSettingModel
      Returns:
      the value of this object definition setting
    • isReadOnly

      public boolean isReadOnly()
      Specified by:
      isReadOnly in interface ObjectDefinitionSetting
    • 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 definition setting.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface ObjectDefinitionSettingModel
      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 definition setting
    • setCreateDate

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

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

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this object definition setting.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface ObjectDefinitionSettingModel
      Parameters:
      mvccVersion - the mvcc version of this object definition setting
    • setName

      public void setName(String name)
      Sets the name of this object definition setting.
      Specified by:
      setName in interface ObjectDefinitionSettingModel
      Parameters:
      name - the name of this object definition setting
    • setObjectDefinitionId

      public void setObjectDefinitionId(long objectDefinitionId)
      Sets the object definition ID of this object definition setting.
      Specified by:
      setObjectDefinitionId in interface ObjectDefinitionSettingModel
      Parameters:
      objectDefinitionId - the object definition ID of this object definition setting
    • setObjectDefinitionSettingId

      public void setObjectDefinitionSettingId(long objectDefinitionSettingId)
      Sets the object definition setting ID of this object definition setting.
      Specified by:
      setObjectDefinitionSettingId in interface ObjectDefinitionSettingModel
      Parameters:
      objectDefinitionSettingId - the object definition setting ID of this object definition setting
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this object definition setting.
      Specified by:
      setPrimaryKey in interface ObjectDefinitionSettingModel
      Parameters:
      primaryKey - the primary key of this object definition setting
    • setUserId

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

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

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

      public void setUuid(String uuid)
      Sets the uuid of this object definition setting.
      Specified by:
      setUuid in interface ObjectDefinitionSettingModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this object definition setting
    • setValue

      public void setValue(String value)
      Sets the value of this object definition setting.
      Specified by:
      setValue in interface ObjectDefinitionSettingModel
      Parameters:
      value - the value of this object definition setting
    • toXmlString

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

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

      protected ObjectDefinitionSettingWrapper wrap(ObjectDefinitionSetting objectDefinitionSetting)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectDefinitionSetting>