Interface AssetTagGroupRelModel

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

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

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

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

    • getPrimaryKey

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

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

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

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

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

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

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

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

      long getAssetTagGroupRelId()
      Returns the asset tag group rel ID of this asset tag group rel.
      Returns:
      the asset tag group rel ID of this asset tag group rel
    • setAssetTagGroupRelId

      void setAssetTagGroupRelId(long assetTagGroupRelId)
      Sets the asset tag group rel ID of this asset tag group rel.
      Parameters:
      assetTagGroupRelId - the asset tag group rel ID of this asset tag group rel
    • getGroupId

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

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

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

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

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

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

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

      default String toXmlString()