Package com.liferay.asset.kernel.model
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 Summary
Modifier and TypeMethodDescriptionlongReturns the asset vocabulary group rel ID of this asset vocabulary group rel.longReturns the company ID of this asset vocabulary group rel.longReturns the ct collection ID of this asset vocabulary group rel.longReturns the group ID of this asset vocabulary group rel.longReturns the mvcc version of this asset vocabulary group rel.longReturns the primary key of this asset vocabulary group rel.getUuid()Returns the uuid of this asset vocabulary group rel.longReturns the vocabulary ID of this asset vocabulary group rel.voidsetAssetVocabularyGroupRelId(long assetVocabularyGroupRelId) Sets the asset vocabulary group rel ID of this asset vocabulary group rel.voidsetCompanyId(long companyId) Sets the company ID of this asset vocabulary group rel.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset vocabulary group rel.voidsetGroupId(long groupId) Sets the group ID of this asset vocabulary group rel.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this asset vocabulary group rel.voidsetPrimaryKey(long primaryKey) Sets the primary key of this asset vocabulary group rel.voidSets the uuid of this asset vocabulary group rel.voidsetVocabularyId(long vocabularyId) Sets the vocabulary ID of this asset vocabulary group rel.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this asset vocabulary group rel.- Specified by:
getPrimaryKeyin interfaceCTModel<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:
setPrimaryKeyin interfaceCTModel<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:
getMvccVersionin interfaceMVCCModel- 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:
setMvccVersionin interfaceMVCCModel- 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:
getCtCollectionIdin interfaceCTModel<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:
setCtCollectionIdin interfaceCTModel<AssetVocabularyGroupRel>- Parameters:
ctCollectionId- the ct collection ID of this asset vocabulary group rel
-
getUuid
Returns the uuid of this asset vocabulary group rel.- Returns:
- the uuid of this asset vocabulary group rel
-
setUuid
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:
getCompanyIdin interfaceShardedModel- 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:
setCompanyIdin interfaceShardedModel- 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:
cloneWithOriginalValuesin interfaceBaseModel<AssetVocabularyGroupRel>
-
toXmlString
-