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
model
Fields inherited from interface com.liferay.asset.kernel.model.AssetVocabularyGroupRel
ASSET_VOCABULARY_GROUP_REL_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionAssetVocabularyGroupRelWrapper
(AssetVocabularyGroupRel assetVocabularyGroupRel) -
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
persist()
Updates this model instance in the database or adds it if it does not yet exist.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
setModelAttributes
(Map<String, Object> attributes) 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.protected AssetVocabularyGroupRelWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
AssetVocabularyGroupRelWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<AssetVocabularyGroupRel>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<AssetVocabularyGroupRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceAssetVocabularyGroupRelModel
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<AssetVocabularyGroupRel>
-
getAssetVocabularyGroupRelId
public long getAssetVocabularyGroupRelId()Returns the asset vocabulary group rel ID of this asset vocabulary group rel.- Specified by:
getAssetVocabularyGroupRelId
in 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:
getCompanyId
in interfaceAssetVocabularyGroupRelModel
- Specified by:
getCompanyId
in 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:
getCtCollectionId
in interfaceAssetVocabularyGroupRelModel
- Specified by:
getCtCollectionId
in 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:
getGroupId
in 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:
getMvccVersion
in interfaceAssetVocabularyGroupRelModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in interfaceAssetVocabularyGroupRelModel
- Specified by:
getPrimaryKey
in interfaceCTModel<AssetVocabularyGroupRel>
- Returns:
- the primary key of this asset vocabulary group rel
-
getUuid
Returns the uuid of this asset vocabulary group rel.- Specified by:
getUuid
in 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:
getVocabularyId
in interfaceAssetVocabularyGroupRelModel
- Returns:
- the vocabulary ID of this asset vocabulary group rel
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
setAssetVocabularyGroupRelId
public void setAssetVocabularyGroupRelId(long assetVocabularyGroupRelId) Sets the asset vocabulary group rel ID of this asset vocabulary group rel.- Specified by:
setAssetVocabularyGroupRelId
in 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:
setCompanyId
in interfaceAssetVocabularyGroupRelModel
- Specified by:
setCompanyId
in 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:
setCtCollectionId
in interfaceAssetVocabularyGroupRelModel
- Specified by:
setCtCollectionId
in 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:
setGroupId
in 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:
setMvccVersion
in interfaceAssetVocabularyGroupRelModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in interfaceAssetVocabularyGroupRelModel
- Specified by:
setPrimaryKey
in 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:
setUuid
in 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:
setVocabularyId
in interfaceAssetVocabularyGroupRelModel
- Parameters:
vocabularyId
- the vocabulary ID of this asset vocabulary group rel
-
toXmlString
- Specified by:
toXmlString
in interfaceAssetVocabularyGroupRelModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfaceBaseModel<AssetVocabularyGroupRel>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfaceBaseModel<AssetVocabularyGroupRel>
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<AssetVocabularyGroupRel>
-