Package com.liferay.asset.kernel.model
Class AssetTagWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetTag>
com.liferay.asset.kernel.model.AssetTagWrapper
- All Implemented Interfaces:
AssetTag,AssetTagModel,AuditedModel,BaseModel<AssetTag>,CTModel<AssetTag>,ClassedModel,ExternalReferenceCodeModel,GroupedModel,ModelWrapper<AssetTag>,MVCCModel,PersistedModel,ShardedModel,StagedGroupedModel,StagedModel,Serializable,Cloneable,Comparable<AssetTag>
public class AssetTagWrapper
extends BaseModelWrapper<AssetTag>
implements AssetTag, ModelWrapper<AssetTag>
This class is a wrapper for AssetTag.
- 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.AssetTag
NAME_ACCESSOR, TAG_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the asset count of this asset tag.longReturns the company ID of this asset tag.Returns the create date of this asset tag.longReturns the ct collection ID of this asset tag.Returns the external reference code of this asset tag.longReturns the group ID of this asset tag.Returns the last publish date of this asset tag.Returns the modified date of this asset tag.longReturns the mvcc version of this asset tag.getName()Returns the name of this asset tag.longReturns the primary key of this asset tag.longgetTagId()Returns the tag ID of this asset tag.longReturns the user ID of this asset tag.Returns the user name of this asset tag.Returns the user uuid of this asset tag.getUuid()Returns the uuid of this asset tag.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetAssetCount(int assetCount) Sets the asset count of this asset tag.voidsetCompanyId(long companyId) Sets the company ID of this asset tag.voidsetCreateDate(Date createDate) Sets the create date of this asset tag.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset tag.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this asset tag.voidsetGroupId(long groupId) Sets the group ID of this asset tag.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this asset tag.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this asset tag.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this asset tag.voidSets the name of this asset tag.voidsetPrimaryKey(long primaryKey) Sets the primary key of this asset tag.voidsetTagId(long tagId) Sets the tag ID of this asset tag.voidsetUserId(long userId) Sets the user ID of this asset tag.voidsetUserName(String userName) Sets the user name of this asset tag.voidsetUserUuid(String userUuid) Sets the user uuid of this asset tag.voidSets the uuid of this asset tag.protected AssetTagWrapperMethods 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
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
AssetTagWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<AssetTag>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<AssetTag>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceAssetTagModel- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<AssetTag>
-
getAssetCount
public int getAssetCount()Returns the asset count of this asset tag.- Specified by:
getAssetCountin interfaceAssetTagModel- Returns:
- the asset count of this asset tag
-
getCompanyId
public long getCompanyId()Returns the company ID of this asset tag.- Specified by:
getCompanyIdin interfaceAssetTagModel- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this asset tag
-
getCreateDate
Returns the create date of this asset tag.- Specified by:
getCreateDatein interfaceAssetTagModel- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this asset tag
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this asset tag.- Specified by:
getCtCollectionIdin interfaceAssetTagModel- Specified by:
getCtCollectionIdin interfaceCTModel<AssetTag>- Returns:
- the ct collection ID of this asset tag
-
getExternalReferenceCode
Returns the external reference code of this asset tag.- Specified by:
getExternalReferenceCodein interfaceAssetTagModel- Specified by:
getExternalReferenceCodein interfaceExternalReferenceCodeModel- Returns:
- the external reference code of this asset tag
-
getGroupId
public long getGroupId()Returns the group ID of this asset tag.- Specified by:
getGroupIdin interfaceAssetTagModel- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this asset tag
-
getLastPublishDate
Returns the last publish date of this asset tag.- Specified by:
getLastPublishDatein interfaceAssetTagModel- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Returns:
- the last publish date of this asset tag
-
getModifiedDate
Returns the modified date of this asset tag.- Specified by:
getModifiedDatein interfaceAssetTagModel- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this asset tag
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this asset tag.- Specified by:
getMvccVersionin interfaceAssetTagModel- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this asset tag
-
getName
Returns the name of this asset tag.- Specified by:
getNamein interfaceAssetTagModel- Returns:
- the name of this asset tag
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this asset tag.- Specified by:
getPrimaryKeyin interfaceAssetTagModel- Specified by:
getPrimaryKeyin interfaceCTModel<AssetTag>- Returns:
- the primary key of this asset tag
-
getTagId
public long getTagId()Returns the tag ID of this asset tag.- Specified by:
getTagIdin interfaceAssetTagModel- Returns:
- the tag ID of this asset tag
-
getUserId
public long getUserId()Returns the user ID of this asset tag.- Specified by:
getUserIdin interfaceAssetTagModel- Specified by:
getUserIdin interfaceAuditedModel- Returns:
- the user ID of this asset tag
-
getUserName
Returns the user name of this asset tag.- Specified by:
getUserNamein interfaceAssetTagModel- Specified by:
getUserNamein interfaceAuditedModel- Returns:
- the user name of this asset tag
-
getUserUuid
Returns the user uuid of this asset tag.- Specified by:
getUserUuidin interfaceAssetTagModel- Specified by:
getUserUuidin interfaceAuditedModel- Returns:
- the user uuid of this asset tag
-
getUuid
Returns the uuid of this asset tag.- Specified by:
getUuidin interfaceAssetTagModel- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this asset tag
-
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
-
setAssetCount
public void setAssetCount(int assetCount) Sets the asset count of this asset tag.- Specified by:
setAssetCountin interfaceAssetTagModel- Parameters:
assetCount- the asset count of this asset tag
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this asset tag.- Specified by:
setCompanyIdin interfaceAssetTagModel- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this asset tag
-
setCreateDate
Sets the create date of this asset tag.- Specified by:
setCreateDatein interfaceAssetTagModel- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this asset tag
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset tag.- Specified by:
setCtCollectionIdin interfaceAssetTagModel- Specified by:
setCtCollectionIdin interfaceCTModel<AssetTag>- Parameters:
ctCollectionId- the ct collection ID of this asset tag
-
setExternalReferenceCode
Sets the external reference code of this asset tag.- Specified by:
setExternalReferenceCodein interfaceAssetTagModel- Specified by:
setExternalReferenceCodein interfaceExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this asset tag
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this asset tag.- Specified by:
setGroupIdin interfaceAssetTagModel- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this asset tag
-
setLastPublishDate
Sets the last publish date of this asset tag.- Specified by:
setLastPublishDatein interfaceAssetTagModel- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this asset tag
-
setModifiedDate
Sets the modified date of this asset tag.- Specified by:
setModifiedDatein interfaceAssetTagModel- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this asset tag
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this asset tag.- Specified by:
setMvccVersionin interfaceAssetTagModel- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this asset tag
-
setName
Sets the name of this asset tag.- Specified by:
setNamein interfaceAssetTagModel- Parameters:
name- the name of this asset tag
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this asset tag.- Specified by:
setPrimaryKeyin interfaceAssetTagModel- Specified by:
setPrimaryKeyin interfaceCTModel<AssetTag>- Parameters:
primaryKey- the primary key of this asset tag
-
setTagId
public void setTagId(long tagId) Sets the tag ID of this asset tag.- Specified by:
setTagIdin interfaceAssetTagModel- Parameters:
tagId- the tag ID of this asset tag
-
setUserId
public void setUserId(long userId) Sets the user ID of this asset tag.- Specified by:
setUserIdin interfaceAssetTagModel- Specified by:
setUserIdin interfaceAuditedModel- Parameters:
userId- the user ID of this asset tag
-
setUserName
Sets the user name of this asset tag.- Specified by:
setUserNamein interfaceAssetTagModel- Specified by:
setUserNamein interfaceAuditedModel- Parameters:
userName- the user name of this asset tag
-
setUserUuid
Sets the user uuid of this asset tag.- Specified by:
setUserUuidin interfaceAssetTagModel- Specified by:
setUserUuidin interfaceAuditedModel- Parameters:
userUuid- the user uuid of this asset tag
-
setUuid
Sets the uuid of this asset tag.- Specified by:
setUuidin interfaceAssetTagModel- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this asset tag
-
toXmlString
- Specified by:
toXmlStringin interfaceAssetTagModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<AssetTag>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<AssetTag>
-
getStagedModelType
- Specified by:
getStagedModelTypein interfaceStagedModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<AssetTag>
-