Interface AssetEntryAssetCategoryRelModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<AssetEntryAssetCategoryRel>, com.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
AssetEntryAssetCategoryRel
All Known Implementing Classes:
AssetEntryAssetCategoryRelWrapper

@ProviderType public interface AssetEntryAssetCategoryRelModel extends com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>, com.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the AssetEntryAssetCategoryRel service. Represents a row in the "AssetEntryAssetCategoryRel" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.asset.entry.rel.model.impl.AssetEntryAssetCategoryRelModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.asset.entry.rel.model.impl.AssetEntryAssetCategoryRelImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the asset category ID of this asset entry asset category rel.
    long
    Returns the asset entry asset category rel ID of this asset entry asset category rel.
    long
    Returns the asset entry ID of this asset entry asset category rel.
    long
    Returns the company ID of this asset entry asset category rel.
    long
    Returns the ct collection ID of this asset entry asset category rel.
    long
    Returns the mvcc version of this asset entry asset category rel.
    long
    Returns the primary key of this asset entry asset category rel.
    int
    Returns the priority of this asset entry asset category rel.
    void
    setAssetCategoryId(long assetCategoryId)
    Sets the asset category ID of this asset entry asset category rel.
    void
    setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId)
    Sets the asset entry asset category rel ID of this asset entry asset category rel.
    void
    setAssetEntryId(long assetEntryId)
    Sets the asset entry ID of this asset entry asset category rel.
    void
    setCompanyId(long companyId)
    Sets the company ID of this asset entry asset category rel.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this asset entry asset category rel.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this asset entry asset category rel.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this asset entry asset category rel.
    void
    setPriority(int priority)
    Sets the priority of this asset entry asset category rel.
    default String
     

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this asset entry asset category rel.
      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
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this asset entry asset category rel.
      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
    • getMvccVersion

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

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

      long getCtCollectionId()
      Returns the ct collection ID of this asset entry asset category rel.
      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
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this asset entry asset category rel.
      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
    • getAssetEntryAssetCategoryRelId

      long getAssetEntryAssetCategoryRelId()
      Returns the asset entry asset category rel ID of this asset entry asset category rel.
      Returns:
      the asset entry asset category rel ID of this asset entry asset category rel
    • setAssetEntryAssetCategoryRelId

      void setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId)
      Sets the asset entry asset category rel ID of this asset entry asset category rel.
      Parameters:
      assetEntryAssetCategoryRelId - the asset entry asset category rel ID of this asset entry asset category rel
    • getCompanyId

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

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

      long getAssetEntryId()
      Returns the asset entry ID of this asset entry asset category rel.
      Returns:
      the asset entry ID of this asset entry asset category rel
    • setAssetEntryId

      void setAssetEntryId(long assetEntryId)
      Sets the asset entry ID of this asset entry asset category rel.
      Parameters:
      assetEntryId - the asset entry ID of this asset entry asset category rel
    • getAssetCategoryId

      long getAssetCategoryId()
      Returns the asset category ID of this asset entry asset category rel.
      Returns:
      the asset category ID of this asset entry asset category rel
    • setAssetCategoryId

      void setAssetCategoryId(long assetCategoryId)
      Sets the asset category ID of this asset entry asset category rel.
      Parameters:
      assetCategoryId - the asset category ID of this asset entry asset category rel
    • getPriority

      int getPriority()
      Returns the priority of this asset entry asset category rel.
      Returns:
      the priority of this asset entry asset category rel
    • setPriority

      void setPriority(int priority)
      Sets the priority of this asset entry asset category rel.
      Parameters:
      priority - the priority of this asset entry asset category rel
    • cloneWithOriginalValues

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

      default String toXmlString()