@Deprecated public class AssetCategoryPropertyWrapper extends BaseModelWrapper<AssetCategoryProperty> implements AssetCategoryProperty, ModelWrapper<AssetCategoryProperty>
This class is a wrapper for AssetCategoryProperty.
AssetCategoryProperty,
Serialized FormmodelCATEGORY_PROPERTY_ID_ACCESSOR| Constructor and Description |
|---|
AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getKey()
Deprecated.
Returns the key of this asset category property.
|
Map<String,Object> |
getModelAttributes()
Deprecated.
|
Date |
getModifiedDate()
Deprecated.
Returns the modified date 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 |
persist()
Deprecated.
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
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 |
setKey(String key)
Deprecated.
Sets the key of this asset category property.
|
void |
setModelAttributes(Map<String,Object> attributes)
Deprecated.
|
void |
setModifiedDate(Date modifiedDate)
Deprecated.
Sets the modified date 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.
|
protected AssetCategoryPropertyWrapper |
wrap(AssetCategoryProperty assetCategoryProperty)
Deprecated.
|
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<AssetCategoryProperty>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<AssetCategoryProperty>public long getCategoryId()
getCategoryId in interface AssetCategoryPropertyModelpublic long getCategoryPropertyId()
getCategoryPropertyId in interface AssetCategoryPropertyModelpublic long getCompanyId()
getCompanyId in interface AssetCategoryPropertyModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelpublic Date getCreateDate()
getCreateDate in interface AssetCategoryPropertyModelgetCreateDate in interface AuditedModelpublic String getKey()
getKey in interface AssetCategoryPropertyModelpublic Date getModifiedDate()
getModifiedDate in interface AssetCategoryPropertyModelgetModifiedDate in interface AuditedModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetCategoryPropertyModelpublic long getUserId()
getUserId in interface AssetCategoryPropertyModelgetUserId in interface AuditedModelpublic String getUserName()
getUserName in interface AssetCategoryPropertyModelgetUserName in interface AuditedModelpublic String getUserUuid()
getUserUuid in interface AssetCategoryPropertyModelgetUserUuid in interface AuditedModelpublic String getValue()
getValue in interface AssetCategoryPropertyModelpublic void persist()
AssetCategoryProperty interface instead.persist in interface PersistedModelpublic void setCategoryId(long categoryId)
setCategoryId in interface AssetCategoryPropertyModelcategoryId - the category ID of this asset category propertypublic void setCategoryPropertyId(long categoryPropertyId)
setCategoryPropertyId in interface AssetCategoryPropertyModelcategoryPropertyId - the category property ID of this asset category propertypublic void setCompanyId(long companyId)
setCompanyId in interface AssetCategoryPropertyModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this asset category propertypublic void setCreateDate(Date createDate)
setCreateDate in interface AssetCategoryPropertyModelsetCreateDate in interface AuditedModelcreateDate - the create date of this asset category propertypublic void setKey(String key)
setKey in interface AssetCategoryPropertyModelkey - the key of this asset category propertypublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AssetCategoryPropertyModelsetModifiedDate in interface AuditedModelmodifiedDate - the modified date of this asset category propertypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetCategoryPropertyModelprimaryKey - the primary key of this asset category propertypublic void setUserId(long userId)
setUserId in interface AssetCategoryPropertyModelsetUserId in interface AuditedModeluserId - the user ID of this asset category propertypublic void setUserName(String userName)
setUserName in interface AssetCategoryPropertyModelsetUserName in interface AuditedModeluserName - the user name of this asset category propertypublic void setUserUuid(String userUuid)
setUserUuid in interface AssetCategoryPropertyModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this asset category propertypublic void setValue(String value)
setValue in interface AssetCategoryPropertyModelvalue - the value of this asset category propertyprotected AssetCategoryPropertyWrapper wrap(AssetCategoryProperty assetCategoryProperty)
wrap in class BaseModelWrapper<AssetCategoryProperty>