Class AssetCategoryPropertyWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetCategoryProperty>
com.liferay.asset.category.property.model.AssetCategoryPropertyWrapper
All Implemented Interfaces:
AssetCategoryProperty, AssetCategoryPropertyModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>, com.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.ModelWrapper<AssetCategoryProperty>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<AssetCategoryProperty>

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

This class is a wrapper for AssetCategoryProperty.

See Also:
Generated:
  • Constructor Details

    • AssetCategoryPropertyWrapper

      public AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty)
  • Method Details

    • getModelAttributes

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

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

      public AssetCategoryProperty cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface AssetCategoryPropertyModel
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>
    • getCategoryId

      public long getCategoryId()
      Returns the category ID of this asset category property.
      Specified by:
      getCategoryId in interface AssetCategoryPropertyModel
      Returns:
      the category ID of this asset category property
    • getCategoryPropertyId

      public long getCategoryPropertyId()
      Returns the category property ID of this asset category property.
      Specified by:
      getCategoryPropertyId in interface AssetCategoryPropertyModel
      Returns:
      the category property ID of this asset category property
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this asset category property.
      Specified by:
      getCompanyId in interface AssetCategoryPropertyModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this asset category property
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this asset category property.
      Specified by:
      getCreateDate in interface AssetCategoryPropertyModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the create date of this asset category property
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this asset category property.
      Specified by:
      getCtCollectionId in interface AssetCategoryPropertyModel
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>
      Returns:
      the ct collection ID of this asset category property
    • getExternalReferenceCode

      public String getExternalReferenceCode()
      Returns the external reference code of this asset category property.
      Specified by:
      getExternalReferenceCode in interface AssetCategoryPropertyModel
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this asset category property
    • getKey

      public String getKey()
      Returns the key of this asset category property.
      Specified by:
      getKey in interface AssetCategoryPropertyModel
      Returns:
      the key of this asset category property
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this asset category property.
      Specified by:
      getModifiedDate in interface AssetCategoryPropertyModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the modified date of this asset category property
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this asset category property.
      Specified by:
      getMvccVersion in interface AssetCategoryPropertyModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this asset category property
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this asset category property.
      Specified by:
      getPrimaryKey in interface AssetCategoryPropertyModel
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>
      Returns:
      the primary key of this asset category property
    • getUserId

      public long getUserId()
      Returns the user ID of this asset category property.
      Specified by:
      getUserId in interface AssetCategoryPropertyModel
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this asset category property
    • getUserName

      public String getUserName()
      Returns the user name of this asset category property.
      Specified by:
      getUserName in interface AssetCategoryPropertyModel
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this asset category property
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this asset category property.
      Specified by:
      getUserUuid in interface AssetCategoryPropertyModel
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this asset category property
    • getValue

      public String getValue()
      Returns the value of this asset category property.
      Specified by:
      getValue in interface AssetCategoryPropertyModel
      Returns:
      the value of this asset category property
    • persist

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

      public void setCategoryId(long categoryId)
      Sets the category ID of this asset category property.
      Specified by:
      setCategoryId in interface AssetCategoryPropertyModel
      Parameters:
      categoryId - the category ID of this asset category property
    • setCategoryPropertyId

      public void setCategoryPropertyId(long categoryPropertyId)
      Sets the category property ID of this asset category property.
      Specified by:
      setCategoryPropertyId in interface AssetCategoryPropertyModel
      Parameters:
      categoryPropertyId - the category property ID of this asset category property
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this asset category property.
      Specified by:
      setCompanyId in interface AssetCategoryPropertyModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this asset category property
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this asset category property.
      Specified by:
      setCreateDate in interface AssetCategoryPropertyModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      createDate - the create date of this asset category property
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this asset category property.
      Specified by:
      setCtCollectionId in interface AssetCategoryPropertyModel
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>
      Parameters:
      ctCollectionId - the ct collection ID of this asset category property
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this asset category property.
      Specified by:
      setExternalReferenceCode in interface AssetCategoryPropertyModel
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this asset category property
    • setKey

      public void setKey(String key)
      Sets the key of this asset category property.
      Specified by:
      setKey in interface AssetCategoryPropertyModel
      Parameters:
      key - the key of this asset category property
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this asset category property.
      Specified by:
      setModifiedDate in interface AssetCategoryPropertyModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      modifiedDate - the modified date of this asset category property
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this asset category property.
      Specified by:
      setMvccVersion in interface AssetCategoryPropertyModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this asset category property
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this asset category property.
      Specified by:
      setPrimaryKey in interface AssetCategoryPropertyModel
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>
      Parameters:
      primaryKey - the primary key of this asset category property
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this asset category property.
      Specified by:
      setUserId in interface AssetCategoryPropertyModel
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this asset category property
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this asset category property.
      Specified by:
      setUserName in interface AssetCategoryPropertyModel
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this asset category property
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this asset category property.
      Specified by:
      setUserUuid in interface AssetCategoryPropertyModel
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this asset category property
    • setValue

      public void setValue(String value)
      Sets the value of this asset category property.
      Specified by:
      setValue in interface AssetCategoryPropertyModel
      Parameters:
      value - the value of this asset category property
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface AssetCategoryPropertyModel
    • getAttributeGetterFunctions

      public Map<String,Function<AssetCategoryProperty,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<AssetCategoryProperty,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>
    • wrap

      protected AssetCategoryPropertyWrapper wrap(AssetCategoryProperty assetCategoryProperty)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetCategoryProperty>