Package com.liferay.asset.kernel.model
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 Summary
Modifier and TypeMethodDescriptionlong
Returns the asset tag group rel ID of this asset tag group rel.long
Returns the company ID of this asset tag group rel.long
Returns the ct collection ID of this asset tag group rel.long
Returns the group ID of this asset tag group rel.long
Returns the mvcc version of this asset tag group rel.long
Returns the primary key of this asset tag group rel.long
getTagId()
Returns the tag ID of this asset tag group rel.getUuid()
Returns the uuid of this asset tag group rel.void
setAssetTagGroupRelId
(long assetTagGroupRelId) Sets the asset tag group rel ID of this asset tag group rel.void
setCompanyId
(long companyId) Sets the company ID of this asset tag group rel.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this asset tag group rel.void
setGroupId
(long groupId) Sets the group ID of this asset tag group rel.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this asset tag group rel.void
setPrimaryKey
(long primaryKey) Sets the primary key of this asset tag group rel.void
setTagId
(long tagId) Sets the tag ID of this asset tag group rel.void
Sets the uuid of this asset tag group 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 tag group rel.- Specified by:
getPrimaryKey
in interfaceCTModel<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 interfaceCTModel<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 interfaceMVCCModel
- 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 interfaceMVCCModel
- 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 interfaceCTModel<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 interfaceCTModel<AssetTagGroupRel>
- Parameters:
ctCollectionId
- the ct collection ID of this asset tag group rel
-
getUuid
Returns the uuid of this asset tag group rel.- Returns:
- the uuid of this asset tag group rel
-
setUuid
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 interfaceShardedModel
- 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 interfaceShardedModel
- 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 interfaceBaseModel<AssetTagGroupRel>
-
toXmlString
-