@Deprecated @ProviderType public interface AssetCategoryPropertyModel extends AuditedModel, BaseModel<AssetCategoryProperty>, CTModel<AssetCategoryProperty>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portlet.asset.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.portlet.asset.model.impl.AssetCategoryPropertyImpl.
AssetCategoryProperty| Modifier and Type | Method and Description |
|---|---|
AssetCategoryProperty |
cloneWithOriginalValues()
Deprecated.
|
long |
getCategoryId()
Deprecated.
Returns the category ID of this asset category property.
|
long |
getCategoryPropertyId()
Deprecated.
Returns the category property ID of this asset category property.
|
long |
getCompanyId()
Deprecated.
Returns the company ID of this asset category property.
|
Date |
getCreateDate()
Deprecated.
Returns the create date of this asset category property.
|
long |
getCtCollectionId()
Deprecated.
Returns the ct collection ID of this asset category property.
|
String |
getKey()
Deprecated.
Returns the key of this asset category property.
|
Date |
getModifiedDate()
Deprecated.
Returns the modified date of this asset category property.
|
long |
getMvccVersion()
Deprecated.
Returns the mvcc version of this asset category property.
|
long |
getPrimaryKey()
Deprecated.
Returns the primary key of this asset category property.
|
long |
getUserId()
Deprecated.
Returns the user ID of this asset category property.
|
String |
getUserName()
Deprecated.
Returns the user name of this asset category property.
|
String |
getUserUuid()
Deprecated.
Returns the user uuid of this asset category property.
|
String |
getValue()
Deprecated.
Returns the value of this asset category property.
|
void |
setCategoryId(long categoryId)
Deprecated.
Sets the category ID of this asset category property.
|
void |
setCategoryPropertyId(long categoryPropertyId)
Deprecated.
Sets the category property ID of this asset category property.
|
void |
setCompanyId(long companyId)
Deprecated.
Sets the company ID of this asset category property.
|
void |
setCreateDate(Date createDate)
Deprecated.
Sets the create date of this asset category property.
|
void |
setCtCollectionId(long ctCollectionId)
Deprecated.
Sets the ct collection ID of this asset category property.
|
void |
setKey(String key)
Deprecated.
Sets the key of this asset category property.
|
void |
setModifiedDate(Date modifiedDate)
Deprecated.
Sets the modified date of this asset category property.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
Sets the mvcc version of this asset category property.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
Sets the primary key of this asset category property.
|
void |
setUserId(long userId)
Deprecated.
Sets the user ID of this asset category property.
|
void |
setUserName(String userName)
Deprecated.
Sets the user name of this asset category property.
|
void |
setUserUuid(String userUuid)
Deprecated.
Sets the user uuid of this asset category property.
|
void |
setValue(String value)
Deprecated.
Sets the value of this asset category property.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
getPrimaryKey in interface CTModel<AssetCategoryProperty>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<AssetCategoryProperty>primaryKey - the primary key of this asset category propertylong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this asset category propertylong getCtCollectionId()
getCtCollectionId in interface CTModel<AssetCategoryProperty>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTModel<AssetCategoryProperty>ctCollectionId - the ct collection ID of this asset category propertylong getCategoryPropertyId()
void setCategoryPropertyId(long categoryPropertyId)
categoryPropertyId - the category property ID of this asset category propertylong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this asset category propertylong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this asset category propertyString getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this asset category property@AutoEscape String getUserName()
getUserName in interface AuditedModelvoid setUserName(String userName)
setUserName in interface AuditedModeluserName - the user name of this asset category propertyDate getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this asset category propertyDate getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this asset category propertylong getCategoryId()
void setCategoryId(long categoryId)
categoryId - the category ID of this asset category property@AutoEscape String getKey()
void setKey(String key)
key - the key of this asset category property@AutoEscape String getValue()
void setValue(String value)
value - the value of this asset category propertyAssetCategoryProperty cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<AssetCategoryProperty>