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 TypeMethodDescriptionlong
Returns the asset vocabulary group rel ID of this asset vocabulary group rel.long
Returns the company ID of this asset vocabulary group rel.long
Returns the ct collection ID of this asset vocabulary group rel.long
Returns the group ID of this asset vocabulary group rel.long
Returns the mvcc version of this asset vocabulary group rel.long
Returns the primary key of this asset vocabulary group rel.getUuid()
Returns the uuid of this asset vocabulary group rel.long
Returns the vocabulary ID of this asset vocabulary group rel.void
setAssetVocabularyGroupRelId
(long assetVocabularyGroupRelId) Sets the asset vocabulary group rel ID of this asset vocabulary group rel.void
setCompanyId
(long companyId) Sets the company ID of this asset vocabulary group rel.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this asset vocabulary group rel.void
setGroupId
(long groupId) Sets the group ID of this asset vocabulary group rel.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this asset vocabulary group rel.void
setPrimaryKey
(long primaryKey) Sets the primary key of this asset vocabulary group rel.void
Sets the uuid of this asset vocabulary group rel.void
setVocabularyId
(long vocabularyId) Sets the vocabulary ID of this asset vocabulary 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 vocabulary group rel.- Specified by:
getPrimaryKey
in 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:
setPrimaryKey
in 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:
getMvccVersion
in 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:
setMvccVersion
in 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:
getCtCollectionId
in 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:
setCtCollectionId
in 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:
getCompanyId
in 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:
setCompanyId
in 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:
cloneWithOriginalValues
in interfaceBaseModel<AssetVocabularyGroupRel>
-
toXmlString
-