Package com.liferay.asset.kernel.model
Interface AssetTagModel
- All Superinterfaces:
AuditedModel,BaseModel<AssetTag>,ClassedModel,Cloneable,Comparable<AssetTag>,CTModel<AssetTag>,ExternalReferenceCodeModel,GroupedModel,MVCCModel,Serializable,ShardedModel,StagedGroupedModel,StagedModel
- All Known Subinterfaces:
AssetTag
- All Known Implementing Classes:
AssetTagWrapper
@ProviderType
public interface AssetTagModel
extends BaseModel<AssetTag>, CTModel<AssetTag>, ExternalReferenceCodeModel, MVCCModel, ShardedModel, StagedGroupedModel
The base model interface for the AssetTag service. Represents a row in the "AssetTag" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portlet.asset.model.impl.AssetTagModelImpl 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.AssetTagImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
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.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.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.default StringMethods 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, 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.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this asset tag.- Specified by:
getPrimaryKeyin interfaceCTModel<AssetTag>- Returns:
- the primary key of this asset tag
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this asset tag.- Specified by:
setPrimaryKeyin interfaceCTModel<AssetTag>- Parameters:
primaryKey- the primary key of this asset tag
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this asset tag.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this asset tag
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this asset tag.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this asset tag
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this asset tag.- Specified by:
getCtCollectionIdin interfaceCTModel<AssetTag>- Returns:
- the ct collection ID of this asset tag
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset tag.- Specified by:
setCtCollectionIdin interfaceCTModel<AssetTag>- Parameters:
ctCollectionId- the ct collection ID of this asset tag
-
getUuid
Returns the uuid of this asset tag.- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this asset tag
-
setUuid
Sets the uuid of this asset tag.- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this asset tag
-
getExternalReferenceCode
Returns the external reference code of this asset tag.- Specified by:
getExternalReferenceCodein interfaceExternalReferenceCodeModel- Returns:
- the external reference code of this asset tag
-
setExternalReferenceCode
Sets the external reference code of this asset tag.- Specified by:
setExternalReferenceCodein interfaceExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this asset tag
-
getTagId
long getTagId()Returns the tag ID of this asset tag.- Returns:
- the tag ID of this asset tag
-
setTagId
void setTagId(long tagId) Sets the tag ID of this asset tag.- Parameters:
tagId- the tag ID of this asset tag
-
getGroupId
long getGroupId()Returns the group ID of this asset tag.- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this asset tag
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this asset tag.- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this asset tag
-
getCompanyId
long getCompanyId()Returns the company ID of this asset tag.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this asset tag
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this asset tag.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this asset tag
-
getUserId
long getUserId()Returns the user ID of this asset tag.- Specified by:
getUserIdin interfaceAuditedModel- Returns:
- the user ID of this asset tag
-
setUserId
void setUserId(long userId) Sets the user ID of this asset tag.- Specified by:
setUserIdin interfaceAuditedModel- Parameters:
userId- the user ID of this asset tag
-
getUserUuid
String getUserUuid()Returns the user uuid of this asset tag.- Specified by:
getUserUuidin interfaceAuditedModel- Returns:
- the user uuid of this asset tag
-
setUserUuid
Sets the user uuid of this asset tag.- Specified by:
setUserUuidin interfaceAuditedModel- Parameters:
userUuid- the user uuid of this asset tag
-
getUserName
Returns the user name of this asset tag.- Specified by:
getUserNamein interfaceAuditedModel- Returns:
- the user name of this asset tag
-
setUserName
Sets the user name of this asset tag.- Specified by:
setUserNamein interfaceAuditedModel- Parameters:
userName- the user name of this asset tag
-
getCreateDate
Date getCreateDate()Returns the create date of this asset tag.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this asset tag
-
setCreateDate
Sets the create date of this asset tag.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this asset tag
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this asset tag.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this asset tag
-
setModifiedDate
Sets the modified date of this asset tag.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this asset tag
-
getName
Returns the name of this asset tag.- Returns:
- the name of this asset tag
-
setName
Sets the name of this asset tag.- Parameters:
name- the name of this asset tag
-
getAssetCount
int getAssetCount()Returns the asset count of this asset tag.- Returns:
- the asset count of this asset tag
-
setAssetCount
void setAssetCount(int assetCount) Sets the asset count of this asset tag.- Parameters:
assetCount- the asset count of this asset tag
-
getLastPublishDate
Date getLastPublishDate()Returns the last publish date of this asset tag.- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Returns:
- the last publish date of this asset tag
-
setLastPublishDate
Sets the last publish date of this asset tag.- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this asset tag
-
cloneWithOriginalValues
AssetTag cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<AssetTag>
-
toXmlString
-