Class AssetEntryAssetCategoryRelWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetEntryAssetCategoryRel>
com.liferay.asset.entry.rel.model.AssetEntryAssetCategoryRelWrapper
All Implemented Interfaces:
AssetEntryAssetCategoryRel, AssetEntryAssetCategoryRelModel, com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>, com.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<AssetEntryAssetCategoryRel>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<AssetEntryAssetCategoryRel>

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

This class is a wrapper for AssetEntryAssetCategoryRel.

See Also:
Generated:
  • Constructor Details

    • AssetEntryAssetCategoryRelWrapper

      public AssetEntryAssetCategoryRelWrapper(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
  • Method Details

    • getModelAttributes

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

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

      public AssetEntryAssetCategoryRel cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface AssetEntryAssetCategoryRelModel
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
    • getAssetCategoryId

      public long getAssetCategoryId()
      Returns the asset category ID of this asset entry asset category rel.
      Specified by:
      getAssetCategoryId in interface AssetEntryAssetCategoryRelModel
      Returns:
      the asset category ID of this asset entry asset category rel
    • getAssetEntryAssetCategoryRelId

      public long getAssetEntryAssetCategoryRelId()
      Returns the asset entry asset category rel ID of this asset entry asset category rel.
      Specified by:
      getAssetEntryAssetCategoryRelId in interface AssetEntryAssetCategoryRelModel
      Returns:
      the asset entry asset category rel ID of this asset entry asset category rel
    • getAssetEntryId

      public long getAssetEntryId()
      Returns the asset entry ID of this asset entry asset category rel.
      Specified by:
      getAssetEntryId in interface AssetEntryAssetCategoryRelModel
      Returns:
      the asset entry ID of this asset entry asset category rel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this asset entry asset category rel.
      Specified by:
      getCompanyId in interface AssetEntryAssetCategoryRelModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this asset entry asset category rel
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this asset entry asset category rel.
      Specified by:
      getCtCollectionId in interface AssetEntryAssetCategoryRelModel
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>
      Returns:
      the ct collection ID of this asset entry asset category rel
    • getMvccVersion

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

      public long getPrimaryKey()
      Returns the primary key of this asset entry asset category rel.
      Specified by:
      getPrimaryKey in interface AssetEntryAssetCategoryRelModel
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>
      Returns:
      the primary key of this asset entry asset category rel
    • getPriority

      public int getPriority()
      Returns the priority of this asset entry asset category rel.
      Specified by:
      getPriority in interface AssetEntryAssetCategoryRelModel
      Returns:
      the priority of this asset entry asset category rel
    • persist

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

      public void setAssetCategoryId(long assetCategoryId)
      Sets the asset category ID of this asset entry asset category rel.
      Specified by:
      setAssetCategoryId in interface AssetEntryAssetCategoryRelModel
      Parameters:
      assetCategoryId - the asset category ID of this asset entry asset category rel
    • setAssetEntryAssetCategoryRelId

      public void setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId)
      Sets the asset entry asset category rel ID of this asset entry asset category rel.
      Specified by:
      setAssetEntryAssetCategoryRelId in interface AssetEntryAssetCategoryRelModel
      Parameters:
      assetEntryAssetCategoryRelId - the asset entry asset category rel ID of this asset entry asset category rel
    • setAssetEntryId

      public void setAssetEntryId(long assetEntryId)
      Sets the asset entry ID of this asset entry asset category rel.
      Specified by:
      setAssetEntryId in interface AssetEntryAssetCategoryRelModel
      Parameters:
      assetEntryId - the asset entry ID of this asset entry asset category rel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this asset entry asset category rel.
      Specified by:
      setCompanyId in interface AssetEntryAssetCategoryRelModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this asset entry asset category rel
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this asset entry asset category rel.
      Specified by:
      setCtCollectionId in interface AssetEntryAssetCategoryRelModel
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>
      Parameters:
      ctCollectionId - the ct collection ID of this asset entry asset category rel
    • setMvccVersion

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

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this asset entry asset category rel.
      Specified by:
      setPrimaryKey in interface AssetEntryAssetCategoryRelModel
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>
      Parameters:
      primaryKey - the primary key of this asset entry asset category rel
    • setPriority

      public void setPriority(int priority)
      Sets the priority of this asset entry asset category rel.
      Specified by:
      setPriority in interface AssetEntryAssetCategoryRelModel
      Parameters:
      priority - the priority of this asset entry asset category rel
    • toXmlString

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

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

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

      protected AssetEntryAssetCategoryRelWrapper wrap(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetEntryAssetCategoryRel>