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 TypeMethodDescriptionlong
Returns the category ID of this asset category property.long
Returns the category property ID of this asset category property.long
Returns the company ID of this asset category property.Returns the create date of this asset category property.long
Returns 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.long
Returns the mvcc version of this asset category property.long
Returns the primary key of this asset category property.long
Returns 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.void
setCategoryId
(long categoryId) Sets the category ID of this asset category property.void
setCategoryPropertyId
(long categoryPropertyId) Sets the category property ID of this asset category property.void
setCompanyId
(long companyId) Sets the company ID of this asset category property.void
setCreateDate
(Date createDate) Sets the create date of this asset category property.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this asset category property.void
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this asset category property.void
Sets the key of this asset category property.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this asset category property.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this asset category property.void
setPrimaryKey
(long primaryKey) Sets the primary key of this asset category property.void
setUserId
(long userId) Sets the user ID of this asset category property.void
setUserName
(String userName) Sets the user name of this asset category property.void
setUserUuid
(String userUuid) Sets the user uuid of this asset category property.void
Sets the value of this asset category property.default String
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this asset category property.- Specified by:
getPrimaryKey
in 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:
setPrimaryKey
in 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:
getMvccVersion
in 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:
setMvccVersion
in 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:
getCtCollectionId
in 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:
setCtCollectionId
in 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:
getExternalReferenceCode
in 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:
setExternalReferenceCode
in 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:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in 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:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in 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:
getUserId
in 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:
setUserId
in 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:
getUserUuid
in 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:
setUserUuid
in 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:
getUserName
in 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:
setUserName
in 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:
getCreateDate
in 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:
setCreateDate
in 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:
getModifiedDate
in 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:
setModifiedDate
in 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:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>
-
toXmlString
-