Interface AssetVocabularyGroupRelModel

All Superinterfaces:
BaseModel<AssetVocabularyGroupRel>, ClassedModel, Cloneable, Comparable<AssetVocabularyGroupRel>, CTModel<AssetVocabularyGroupRel>, MVCCModel, Serializable, ShardedModel
All Known Subinterfaces:
AssetVocabularyGroupRel
All Known Implementing Classes:
AssetVocabularyGroupRelWrapper

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

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

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

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this asset vocabulary group rel.
      Specified by:
      getPrimaryKey in interface CTModel<AssetVocabularyGroupRel>
      Returns:
      the primary key of this asset vocabulary group rel
    • setPrimaryKey

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

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

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

      long getCtCollectionId()
      Returns the ct collection ID of this asset vocabulary group rel.
      Specified by:
      getCtCollectionId in interface CTModel<AssetVocabularyGroupRel>
      Returns:
      the ct collection ID of this asset vocabulary group rel
    • setCtCollectionId

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

      @AutoEscape String getUuid()
      Returns the uuid of this asset vocabulary group rel.
      Returns:
      the uuid of this asset vocabulary group rel
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this asset vocabulary group rel.
      Parameters:
      uuid - the uuid of this asset vocabulary group rel
    • getAssetVocabularyGroupRelId

      long getAssetVocabularyGroupRelId()
      Returns the asset vocabulary group rel ID of this asset vocabulary group rel.
      Returns:
      the asset vocabulary group rel ID of this asset vocabulary group rel
    • setAssetVocabularyGroupRelId

      void setAssetVocabularyGroupRelId(long assetVocabularyGroupRelId)
      Sets the asset vocabulary group rel ID of this asset vocabulary group rel.
      Parameters:
      assetVocabularyGroupRelId - the asset vocabulary group rel ID of this asset vocabulary group rel
    • getGroupId

      long getGroupId()
      Returns the group ID of this asset vocabulary group rel.
      Returns:
      the group ID of this asset vocabulary group rel
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this asset vocabulary group rel.
      Parameters:
      groupId - the group ID of this asset vocabulary group rel
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this asset vocabulary group rel.
      Specified by:
      getCompanyId in interface ShardedModel
      Returns:
      the company ID of this asset vocabulary group rel
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this asset vocabulary group rel.
      Specified by:
      setCompanyId in interface ShardedModel
      Parameters:
      companyId - the company ID of this asset vocabulary group rel
    • getVocabularyId

      long getVocabularyId()
      Returns the vocabulary ID of this asset vocabulary group rel.
      Returns:
      the vocabulary ID of this asset vocabulary group rel
    • setVocabularyId

      void setVocabularyId(long vocabularyId)
      Sets the vocabulary ID of this asset vocabulary group rel.
      Parameters:
      vocabularyId - the vocabulary ID of this asset vocabulary group rel
    • cloneWithOriginalValues

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

      default String toXmlString()