Package com.liferay.asset.kernel.model
Class AssetTagGroupRelWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetTagGroupRel>
com.liferay.asset.kernel.model.AssetTagGroupRelWrapper
- All Implemented Interfaces:
AssetTagGroupRel
,AssetTagGroupRelModel
,BaseModel<AssetTagGroupRel>
,CTModel<AssetTagGroupRel>
,ClassedModel
,ModelWrapper<AssetTagGroupRel>
,MVCCModel
,PersistedModel
,ShardedModel
,Serializable
,Cloneable
,Comparable<AssetTagGroupRel>
public class AssetTagGroupRelWrapper
extends BaseModelWrapper<AssetTagGroupRel>
implements AssetTagGroupRel, ModelWrapper<AssetTagGroupRel>
This class is a wrapper for AssetTagGroupRel
.
- 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.AssetTagGroupRel
ASSET_TAG_GROUP_REL_ID_ACCESSOR
-
Constructor Summary
Constructors -
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
persist()
Updates this model instance in the database or adds it if it does not yet exist.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
setModelAttributes
(Map<String, Object> attributes) 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.protected AssetTagGroupRelWrapper
wrap
(AssetTagGroupRel assetTagGroupRel) 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
-
AssetTagGroupRelWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<AssetTagGroupRel>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<AssetTagGroupRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceAssetTagGroupRelModel
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<AssetTagGroupRel>
-
getAssetTagGroupRelId
public long getAssetTagGroupRelId()Returns the asset tag group rel ID of this asset tag group rel.- Specified by:
getAssetTagGroupRelId
in interfaceAssetTagGroupRelModel
- Returns:
- the asset tag group rel ID of this asset tag group rel
-
getCompanyId
public long getCompanyId()Returns the company ID of this asset tag group rel.- Specified by:
getCompanyId
in interfaceAssetTagGroupRelModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this asset tag group rel
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this asset tag group rel.- Specified by:
getCtCollectionId
in interfaceAssetTagGroupRelModel
- Specified by:
getCtCollectionId
in interfaceCTModel<AssetTagGroupRel>
- Returns:
- the ct collection ID of this asset tag group rel
-
getGroupId
public long getGroupId()Returns the group ID of this asset tag group rel.- Specified by:
getGroupId
in interfaceAssetTagGroupRelModel
- Returns:
- the group ID of this asset tag group rel
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this asset tag group rel.- Specified by:
getMvccVersion
in interfaceAssetTagGroupRelModel
- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this asset tag group rel
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this asset tag group rel.- Specified by:
getPrimaryKey
in interfaceAssetTagGroupRelModel
- Specified by:
getPrimaryKey
in interfaceCTModel<AssetTagGroupRel>
- Returns:
- the primary key of this asset tag group rel
-
getTagId
public long getTagId()Returns the tag ID of this asset tag group rel.- Specified by:
getTagId
in interfaceAssetTagGroupRelModel
- Returns:
- the tag ID of this asset tag group rel
-
getUuid
Returns the uuid of this asset tag group rel.- Specified by:
getUuid
in interfaceAssetTagGroupRelModel
- Returns:
- the uuid of this asset tag 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
-
setAssetTagGroupRelId
public void setAssetTagGroupRelId(long assetTagGroupRelId) Sets the asset tag group rel ID of this asset tag group rel.- Specified by:
setAssetTagGroupRelId
in interfaceAssetTagGroupRelModel
- Parameters:
assetTagGroupRelId
- the asset tag group rel ID of this asset tag group rel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this asset tag group rel.- Specified by:
setCompanyId
in interfaceAssetTagGroupRelModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this asset tag group rel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset tag group rel.- Specified by:
setCtCollectionId
in interfaceAssetTagGroupRelModel
- Specified by:
setCtCollectionId
in interfaceCTModel<AssetTagGroupRel>
- Parameters:
ctCollectionId
- the ct collection ID of this asset tag group rel
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this asset tag group rel.- Specified by:
setGroupId
in interfaceAssetTagGroupRelModel
- Parameters:
groupId
- the group ID of this asset tag group rel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this asset tag group rel.- Specified by:
setMvccVersion
in interfaceAssetTagGroupRelModel
- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this asset tag group rel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this asset tag group rel.- Specified by:
setPrimaryKey
in interfaceAssetTagGroupRelModel
- Specified by:
setPrimaryKey
in interfaceCTModel<AssetTagGroupRel>
- Parameters:
primaryKey
- the primary key of this asset tag group rel
-
setTagId
public void setTagId(long tagId) Sets the tag ID of this asset tag group rel.- Specified by:
setTagId
in interfaceAssetTagGroupRelModel
- Parameters:
tagId
- the tag ID of this asset tag group rel
-
setUuid
Sets the uuid of this asset tag group rel.- Specified by:
setUuid
in interfaceAssetTagGroupRelModel
- Parameters:
uuid
- the uuid of this asset tag group rel
-
toXmlString
- Specified by:
toXmlString
in interfaceAssetTagGroupRelModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfaceBaseModel<AssetTagGroupRel>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfaceBaseModel<AssetTagGroupRel>
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<AssetTagGroupRel>
-