Interface AssetCategoryPropertyModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<AssetCategoryProperty>,com.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
AssetCategoryProperty
- All Known Implementing Classes:
AssetCategoryPropertyWrapper
@ProviderType
public interface AssetCategoryPropertyModel
extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>, com.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the AssetCategoryProperty service. Represents a row in the "AssetCategoryProperty" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.asset.category.property.model.impl.AssetCategoryPropertyModelImpl 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.asset.category.property.model.impl.AssetCategoryPropertyImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the category ID of this asset category property.longReturns the category property ID of this asset category property.longReturns the company ID of this asset category property.Returns the create date of this asset category property.longReturns the ct collection ID of this asset category property.Returns the external reference code of this asset category property.getKey()Returns the key of this asset category property.Returns the modified date of this asset category property.longReturns the mvcc version of this asset category property.longReturns the primary key of this asset category property.longReturns the user ID of this asset category property.Returns the user name of this asset category property.Returns the user uuid of this asset category property.getValue()Returns the value of this asset category property.voidsetCategoryId(long categoryId) Sets the category ID of this asset category property.voidsetCategoryPropertyId(long categoryPropertyId) Sets the category property ID of this asset category property.voidsetCompanyId(long companyId) Sets the company ID of this asset category property.voidsetCreateDate(Date createDate) Sets the create date of this asset category property.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset category property.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this asset category property.voidSets the key of this asset category property.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this asset category property.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this asset category property.voidsetPrimaryKey(long primaryKey) Sets the primary key of this asset category property.voidsetUserId(long userId) Sets the user ID of this asset category property.voidsetUserName(String userName) Sets the user name of this asset category property.voidsetUserUuid(String userUuid) Sets the user uuid of this asset category property.voidSets the value of this asset category property.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
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this asset category property.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>- Returns:
- the primary key of this asset category property
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this asset category property.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>- Parameters:
primaryKey- the primary key of this asset category property
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this asset category property.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this asset category property
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this asset category property.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this asset category property
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this asset category property.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>- Returns:
- the ct collection ID of this asset category property
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset category property.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>- Parameters:
ctCollectionId- the ct collection ID of this asset category property
-
getExternalReferenceCode
Returns the external reference code of this asset category property.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this asset category property
-
setExternalReferenceCode
Sets the external reference code of this asset category property.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this asset category property
-
getCategoryPropertyId
long getCategoryPropertyId()Returns the category property ID of this asset category property.- Returns:
- the category property ID of this asset category property
-
setCategoryPropertyId
void setCategoryPropertyId(long categoryPropertyId) Sets the category property ID of this asset category property.- Parameters:
categoryPropertyId- the category property ID of this asset category property
-
getCompanyId
long getCompanyId()Returns the company ID of this asset category property.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this asset category property
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this asset category property.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this asset category property
-
getUserId
long getUserId()Returns the user ID of this asset category property.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this asset category property
-
setUserId
void setUserId(long userId) Sets the user ID of this asset category property.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this asset category property
-
getUserUuid
String getUserUuid()Returns the user uuid of this asset category property.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this asset category property
-
setUserUuid
Sets the user uuid of this asset category property.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this asset category property
-
getUserName
Returns the user name of this asset category property.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this asset category property
-
setUserName
Sets the user name of this asset category property.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this asset category property
-
getCreateDate
Date getCreateDate()Returns the create date of this asset category property.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this asset category property
-
setCreateDate
Sets the create date of this asset category property.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this asset category property
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this asset category property.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this asset category property
-
setModifiedDate
Sets the modified date of this asset category property.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this asset category property
-
getCategoryId
long getCategoryId()Returns the category ID of this asset category property.- Returns:
- the category ID of this asset category property
-
setCategoryId
void setCategoryId(long categoryId) Sets the category ID of this asset category property.- Parameters:
categoryId- the category ID of this asset category property
-
getKey
Returns the key of this asset category property.- Returns:
- the key of this asset category property
-
setKey
Sets the key of this asset category property.- Parameters:
key- the key of this asset category property
-
getValue
Returns the value of this asset category property.- Returns:
- the value of this asset category property
-
setValue
Sets the value of this asset category property.- Parameters:
value- the value of this asset category property
-
cloneWithOriginalValues
AssetCategoryProperty cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>
-
toXmlString
-