Package com.liferay.asset.kernel.model
Class AssetVocabularyGroupRelWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetVocabularyGroupRel>
com.liferay.asset.kernel.model.AssetVocabularyGroupRelWrapper
- All Implemented Interfaces:
AssetVocabularyGroupRel,AssetVocabularyGroupRelModel,BaseModel<AssetVocabularyGroupRel>,CTModel<AssetVocabularyGroupRel>,ClassedModel,ModelWrapper<AssetVocabularyGroupRel>,MVCCModel,PersistedModel,ShardedModel,Serializable,Cloneable,Comparable<AssetVocabularyGroupRel>
public class AssetVocabularyGroupRelWrapper
extends BaseModelWrapper<AssetVocabularyGroupRel>
implements AssetVocabularyGroupRel, ModelWrapper<AssetVocabularyGroupRel>
This class is a wrapper for AssetVocabularyGroupRel.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.asset.kernel.model.AssetVocabularyGroupRel
ASSET_VOCABULARY_GROUP_REL_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionAssetVocabularyGroupRelWrapper(AssetVocabularyGroupRel assetVocabularyGroupRel) -
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.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected AssetVocabularyGroupRelWrapperwrap(AssetVocabularyGroupRel assetVocabularyGroupRel) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
AssetVocabularyGroupRelWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<AssetVocabularyGroupRel>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<AssetVocabularyGroupRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceAssetVocabularyGroupRelModel- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<AssetVocabularyGroupRel>
-
getAssetVocabularyGroupRelId
public long getAssetVocabularyGroupRelId()Returns the asset vocabulary group rel ID of this asset vocabulary group rel.- Specified by:
getAssetVocabularyGroupRelIdin interfaceAssetVocabularyGroupRelModel- Returns:
- the asset vocabulary group rel ID of this asset vocabulary group rel
-
getCompanyId
public long getCompanyId()Returns the company ID of this asset vocabulary group rel.- Specified by:
getCompanyIdin interfaceAssetVocabularyGroupRelModel- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this asset vocabulary group rel
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this asset vocabulary group rel.- Specified by:
getCtCollectionIdin interfaceAssetVocabularyGroupRelModel- Specified by:
getCtCollectionIdin interfaceCTModel<AssetVocabularyGroupRel>- Returns:
- the ct collection ID of this asset vocabulary group rel
-
getGroupId
public long getGroupId()Returns the group ID of this asset vocabulary group rel.- Specified by:
getGroupIdin interfaceAssetVocabularyGroupRelModel- Returns:
- the group ID of this asset vocabulary group rel
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this asset vocabulary group rel.- Specified by:
getMvccVersionin interfaceAssetVocabularyGroupRelModel- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this asset vocabulary group rel
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this asset vocabulary group rel.- Specified by:
getPrimaryKeyin interfaceAssetVocabularyGroupRelModel- Specified by:
getPrimaryKeyin interfaceCTModel<AssetVocabularyGroupRel>- Returns:
- the primary key of this asset vocabulary group rel
-
getUuid
Returns the uuid of this asset vocabulary group rel.- Specified by:
getUuidin interfaceAssetVocabularyGroupRelModel- Returns:
- the uuid of this asset vocabulary group rel
-
getVocabularyId
public long getVocabularyId()Returns the vocabulary ID of this asset vocabulary group rel.- Specified by:
getVocabularyIdin interfaceAssetVocabularyGroupRelModel- Returns:
- the vocabulary ID of this asset vocabulary group rel
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setAssetVocabularyGroupRelId
public void setAssetVocabularyGroupRelId(long assetVocabularyGroupRelId) Sets the asset vocabulary group rel ID of this asset vocabulary group rel.- Specified by:
setAssetVocabularyGroupRelIdin interfaceAssetVocabularyGroupRelModel- Parameters:
assetVocabularyGroupRelId- the asset vocabulary group rel ID of this asset vocabulary group rel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this asset vocabulary group rel.- Specified by:
setCompanyIdin interfaceAssetVocabularyGroupRelModel- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this asset vocabulary group rel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset vocabulary group rel.- Specified by:
setCtCollectionIdin interfaceAssetVocabularyGroupRelModel- Specified by:
setCtCollectionIdin interfaceCTModel<AssetVocabularyGroupRel>- Parameters:
ctCollectionId- the ct collection ID of this asset vocabulary group rel
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this asset vocabulary group rel.- Specified by:
setGroupIdin interfaceAssetVocabularyGroupRelModel- Parameters:
groupId- the group ID of this asset vocabulary group rel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this asset vocabulary group rel.- Specified by:
setMvccVersionin interfaceAssetVocabularyGroupRelModel- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this asset vocabulary group rel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this asset vocabulary group rel.- Specified by:
setPrimaryKeyin interfaceAssetVocabularyGroupRelModel- Specified by:
setPrimaryKeyin interfaceCTModel<AssetVocabularyGroupRel>- Parameters:
primaryKey- the primary key of this asset vocabulary group rel
-
setUuid
Sets the uuid of this asset vocabulary group rel.- Specified by:
setUuidin interfaceAssetVocabularyGroupRelModel- Parameters:
uuid- the uuid of this asset vocabulary group rel
-
setVocabularyId
public void setVocabularyId(long vocabularyId) Sets the vocabulary ID of this asset vocabulary group rel.- Specified by:
setVocabularyIdin interfaceAssetVocabularyGroupRelModel- Parameters:
vocabularyId- the vocabulary ID of this asset vocabulary group rel
-
toXmlString
- Specified by:
toXmlStringin interfaceAssetVocabularyGroupRelModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<AssetVocabularyGroupRel>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<AssetVocabularyGroupRel>
-
wrap
- Specified by:
wrapin classBaseModelWrapper<AssetVocabularyGroupRel>
-