Interface AssetTagModel

All Superinterfaces:
AuditedModel, BaseModel<AssetTag>, ClassedModel, Cloneable, Comparable<AssetTag>, CTModel<AssetTag>, ExternalReferenceCodeModel, GroupedModel, MVCCModel, Serializable, ShardedModel, StagedGroupedModel, StagedModel
All Known Subinterfaces:
AssetTag
All Known Implementing Classes:
AssetTagWrapper

@ProviderType public interface AssetTagModel extends BaseModel<AssetTag>, CTModel<AssetTag>, ExternalReferenceCodeModel, MVCCModel, ShardedModel, StagedGroupedModel
The base model interface for the AssetTag service. Represents a row in the "AssetTag" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portlet.asset.model.impl.AssetTagModelImpl 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.portlet.asset.model.impl.AssetTagImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this asset tag.
      Specified by:
      getPrimaryKey in interface CTModel<AssetTag>
      Returns:
      the primary key of this asset tag
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this asset tag.
      Specified by:
      setPrimaryKey in interface CTModel<AssetTag>
      Parameters:
      primaryKey - the primary key of this asset tag
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this asset tag.
      Specified by:
      getMvccVersion in interface MVCCModel
      Returns:
      the mvcc version of this asset tag
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this asset tag.
      Specified by:
      setMvccVersion in interface MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this asset tag
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this asset tag.
      Specified by:
      getCtCollectionId in interface CTModel<AssetTag>
      Returns:
      the ct collection ID of this asset tag
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this asset tag.
      Specified by:
      setCtCollectionId in interface CTModel<AssetTag>
      Parameters:
      ctCollectionId - the ct collection ID of this asset tag
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this asset tag.
      Specified by:
      getUuid in interface StagedModel
      Returns:
      the uuid of this asset tag
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this asset tag.
      Specified by:
      setUuid in interface StagedModel
      Parameters:
      uuid - the uuid of this asset tag
    • getExternalReferenceCode

      @AutoEscape String getExternalReferenceCode()
      Returns the external reference code of this asset tag.
      Specified by:
      getExternalReferenceCode in interface ExternalReferenceCodeModel
      Returns:
      the external reference code of this asset tag
    • setExternalReferenceCode

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this asset tag.
      Specified by:
      setExternalReferenceCode in interface ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this asset tag
    • getTagId

      long getTagId()
      Returns the tag ID of this asset tag.
      Returns:
      the tag ID of this asset tag
    • setTagId

      void setTagId(long tagId)
      Sets the tag ID of this asset tag.
      Parameters:
      tagId - the tag ID of this asset tag
    • getGroupId

      long getGroupId()
      Returns the group ID of this asset tag.
      Specified by:
      getGroupId in interface GroupedModel
      Returns:
      the group ID of this asset tag
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this asset tag.
      Specified by:
      setGroupId in interface GroupedModel
      Parameters:
      groupId - the group ID of this asset tag
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this asset tag.
      Specified by:
      getCompanyId in interface AuditedModel
      Specified by:
      getCompanyId in interface ShardedModel
      Specified by:
      getCompanyId in interface StagedModel
      Returns:
      the company ID of this asset tag
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this asset tag.
      Specified by:
      setCompanyId in interface AuditedModel
      Specified by:
      setCompanyId in interface ShardedModel
      Specified by:
      setCompanyId in interface StagedModel
      Parameters:
      companyId - the company ID of this asset tag
    • getUserId

      long getUserId()
      Returns the user ID of this asset tag.
      Specified by:
      getUserId in interface AuditedModel
      Returns:
      the user ID of this asset tag
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this asset tag.
      Specified by:
      setUserId in interface AuditedModel
      Parameters:
      userId - the user ID of this asset tag
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this asset tag.
      Specified by:
      getUserUuid in interface AuditedModel
      Returns:
      the user uuid of this asset tag
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this asset tag.
      Specified by:
      setUserUuid in interface AuditedModel
      Parameters:
      userUuid - the user uuid of this asset tag
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this asset tag.
      Specified by:
      getUserName in interface AuditedModel
      Returns:
      the user name of this asset tag
    • setUserName

      void setUserName(String userName)
      Sets the user name of this asset tag.
      Specified by:
      setUserName in interface AuditedModel
      Parameters:
      userName - the user name of this asset tag
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this asset tag.
      Specified by:
      getCreateDate in interface AuditedModel
      Specified by:
      getCreateDate in interface StagedModel
      Returns:
      the create date of this asset tag
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this asset tag.
      Specified by:
      setCreateDate in interface AuditedModel
      Specified by:
      setCreateDate in interface StagedModel
      Parameters:
      createDate - the create date of this asset tag
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this asset tag.
      Specified by:
      getModifiedDate in interface AuditedModel
      Specified by:
      getModifiedDate in interface StagedModel
      Returns:
      the modified date of this asset tag
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this asset tag.
      Specified by:
      setModifiedDate in interface AuditedModel
      Specified by:
      setModifiedDate in interface StagedModel
      Parameters:
      modifiedDate - the modified date of this asset tag
    • getName

      @AutoEscape String getName()
      Returns the name of this asset tag.
      Returns:
      the name of this asset tag
    • setName

      void setName(String name)
      Sets the name of this asset tag.
      Parameters:
      name - the name of this asset tag
    • getAssetCount

      int getAssetCount()
      Returns the asset count of this asset tag.
      Returns:
      the asset count of this asset tag
    • setAssetCount

      void setAssetCount(int assetCount)
      Sets the asset count of this asset tag.
      Parameters:
      assetCount - the asset count of this asset tag
    • getLastPublishDate

      Date getLastPublishDate()
      Returns the last publish date of this asset tag.
      Specified by:
      getLastPublishDate in interface StagedGroupedModel
      Returns:
      the last publish date of this asset tag
    • setLastPublishDate

      void setLastPublishDate(Date lastPublishDate)
      Sets the last publish date of this asset tag.
      Specified by:
      setLastPublishDate in interface StagedGroupedModel
      Parameters:
      lastPublishDate - the last publish date of this asset tag
    • cloneWithOriginalValues

      AssetTag cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface BaseModel<AssetTag>
    • toXmlString

      default String toXmlString()