Interface AssetAutoTaggerEntryModel

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

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

This interface and its corresponding implementation com.liferay.asset.auto.tagger.model.impl.AssetAutoTaggerEntryModelImpl 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.auto.tagger.model.impl.AssetAutoTaggerEntryImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the asset auto tagger entry ID of this asset auto tagger entry.
    long
    Returns the asset entry ID of this asset auto tagger entry.
    long
    Returns the asset tag ID of this asset auto tagger entry.
    long
    Returns the company ID of this asset auto tagger entry.
    Returns the create date of this asset auto tagger entry.
    long
    Returns the ct collection ID of this asset auto tagger entry.
    long
    Returns the group ID of this asset auto tagger entry.
    Returns the modified date of this asset auto tagger entry.
    long
    Returns the mvcc version of this asset auto tagger entry.
    long
    Returns the primary key of this asset auto tagger entry.
    void
    setAssetAutoTaggerEntryId(long assetAutoTaggerEntryId)
    Sets the asset auto tagger entry ID of this asset auto tagger entry.
    void
    setAssetEntryId(long assetEntryId)
    Sets the asset entry ID of this asset auto tagger entry.
    void
    setAssetTagId(long assetTagId)
    Sets the asset tag ID of this asset auto tagger entry.
    void
    setCompanyId(long companyId)
    Sets the company ID of this asset auto tagger entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this asset auto tagger entry.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this asset auto tagger entry.
    void
    setGroupId(long groupId)
    Sets the group ID of this asset auto tagger entry.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this asset auto tagger entry.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this asset auto tagger entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this asset auto tagger entry.
    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 auto tagger entry.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>
      Returns:
      the primary key of this asset auto tagger entry
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this asset auto tagger entry.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>
      Parameters:
      primaryKey - the primary key of this asset auto tagger entry
    • getMvccVersion

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

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

      long getCtCollectionId()
      Returns the ct collection ID of this asset auto tagger entry.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>
      Returns:
      the ct collection ID of this asset auto tagger entry
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this asset auto tagger entry.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>
      Parameters:
      ctCollectionId - the ct collection ID of this asset auto tagger entry
    • getAssetAutoTaggerEntryId

      long getAssetAutoTaggerEntryId()
      Returns the asset auto tagger entry ID of this asset auto tagger entry.
      Returns:
      the asset auto tagger entry ID of this asset auto tagger entry
    • setAssetAutoTaggerEntryId

      void setAssetAutoTaggerEntryId(long assetAutoTaggerEntryId)
      Sets the asset auto tagger entry ID of this asset auto tagger entry.
      Parameters:
      assetAutoTaggerEntryId - the asset auto tagger entry ID of this asset auto tagger entry
    • getGroupId

      long getGroupId()
      Returns the group ID of this asset auto tagger entry.
      Returns:
      the group ID of this asset auto tagger entry
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this asset auto tagger entry.
      Parameters:
      groupId - the group ID of this asset auto tagger entry
    • getCompanyId

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

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

      Date getCreateDate()
      Returns the create date of this asset auto tagger entry.
      Returns:
      the create date of this asset auto tagger entry
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this asset auto tagger entry.
      Parameters:
      createDate - the create date of this asset auto tagger entry
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this asset auto tagger entry.
      Returns:
      the modified date of this asset auto tagger entry
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this asset auto tagger entry.
      Parameters:
      modifiedDate - the modified date of this asset auto tagger entry
    • getAssetEntryId

      long getAssetEntryId()
      Returns the asset entry ID of this asset auto tagger entry.
      Returns:
      the asset entry ID of this asset auto tagger entry
    • setAssetEntryId

      void setAssetEntryId(long assetEntryId)
      Sets the asset entry ID of this asset auto tagger entry.
      Parameters:
      assetEntryId - the asset entry ID of this asset auto tagger entry
    • getAssetTagId

      long getAssetTagId()
      Returns the asset tag ID of this asset auto tagger entry.
      Returns:
      the asset tag ID of this asset auto tagger entry
    • setAssetTagId

      void setAssetTagId(long assetTagId)
      Sets the asset tag ID of this asset auto tagger entry.
      Parameters:
      assetTagId - the asset tag ID of this asset auto tagger entry
    • cloneWithOriginalValues

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

      default String toXmlString()