@Deprecated @ProviderType public class AssetCategoryPropertyWrapper extends Object implements AssetCategoryProperty, ModelWrapper<AssetCategoryProperty>
This class is a wrapper for AssetCategoryProperty
.
AssetCategoryProperty
,
Serialized FormCATEGORY_PROPERTY_ID_ACCESSOR
Constructor and Description |
---|
AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Deprecated.
Creates a shallow clone of this model instance.
|
int |
compareTo(AssetCategoryProperty assetCategoryProperty)
Deprecated.
|
boolean |
equals(Object obj)
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.
|
ExpandoBridge |
getExpandoBridge()
Deprecated.
Returns the expando bridge for this model instance.
|
String |
getKey()
Deprecated.
Returns the key of this asset category property.
|
Map<String,Object> |
getModelAttributes()
Deprecated.
|
Class<?> |
getModelClass()
Deprecated.
|
String |
getModelClassName()
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.
|
Serializable |
getPrimaryKeyObj()
Deprecated.
Returns the primary key of this model instance.
|
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.
|
AssetCategoryProperty |
getWrappedModel()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isCachedModel()
Deprecated.
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Deprecated.
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Deprecated.
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Deprecated.
Returns
true if this model's finder cache is enabled. |
boolean |
isNew()
Deprecated.
Returns
true if this model instance does not yet exist in
the database. |
void |
persist()
Deprecated.
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Deprecated.
Reset all original fields to current values.
|
void |
setCachedModel(boolean cachedModel)
Deprecated.
Sets whether this model instance was retrieved from the entity cache.
|
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 |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
Deprecated.
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Deprecated.
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Deprecated.
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
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 |
setNew(boolean n)
Deprecated.
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
Sets the primary key of this asset category property.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Deprecated.
Sets the primary key of this model instance.
|
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.
|
CacheModel<AssetCategoryProperty> |
toCacheModel()
Deprecated.
Returns a cache model object for this entity used by entity cache.
|
AssetCategoryProperty |
toEscapedModel()
Deprecated.
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler . |
String |
toString()
Deprecated.
|
AssetCategoryProperty |
toUnescapedModel()
Deprecated.
|
String |
toXmlString()
Deprecated.
Returns the XML representation of this model instance.
|
public AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty)
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<AssetCategoryProperty>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<AssetCategoryProperty>
public Object clone()
BaseModel
clone
in interface AssetCategoryPropertyModel
clone
in interface BaseModel<AssetCategoryProperty>
clone
in class Object
public int compareTo(AssetCategoryProperty assetCategoryProperty)
compareTo
in interface AssetCategoryPropertyModel
compareTo
in interface Comparable<AssetCategoryProperty>
public long getCategoryId()
getCategoryId
in interface AssetCategoryPropertyModel
public long getCategoryPropertyId()
getCategoryPropertyId
in interface AssetCategoryPropertyModel
public long getCompanyId()
getCompanyId
in interface AssetCategoryPropertyModel
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShardedModel
public Date getCreateDate()
getCreateDate
in interface AssetCategoryPropertyModel
getCreateDate
in interface AuditedModel
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface AssetCategoryPropertyModel
getExpandoBridge
in interface BaseModel<AssetCategoryProperty>
getExpandoBridge
in interface ClassedModel
public String getKey()
getKey
in interface AssetCategoryPropertyModel
public Date getModifiedDate()
getModifiedDate
in interface AssetCategoryPropertyModel
getModifiedDate
in interface AuditedModel
public long getPrimaryKey()
getPrimaryKey
in interface AssetCategoryPropertyModel
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface AssetCategoryPropertyModel
getPrimaryKeyObj
in interface BaseModel<AssetCategoryProperty>
getPrimaryKeyObj
in interface ClassedModel
public long getUserId()
getUserId
in interface AssetCategoryPropertyModel
getUserId
in interface AuditedModel
public String getUserName()
getUserName
in interface AssetCategoryPropertyModel
getUserName
in interface AuditedModel
public String getUserUuid()
getUserUuid
in interface AssetCategoryPropertyModel
getUserUuid
in interface AuditedModel
public String getValue()
getValue
in interface AssetCategoryPropertyModel
public int hashCode()
hashCode
in interface AssetCategoryPropertyModel
hashCode
in class Object
public boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.isCachedModel
in interface AssetCategoryPropertyModel
isCachedModel
in interface BaseModel<AssetCategoryProperty>
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.isEscapedModel
in interface AssetCategoryPropertyModel
isEscapedModel
in interface BaseModel<AssetCategoryProperty>
true
if this model instance is escaped;
false
otherwisepublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.isNew
in interface AssetCategoryPropertyModel
isNew
in interface BaseModel<AssetCategoryProperty>
true
if this model instance does not yet exist in
the database; false
otherwisepublic void persist()
PersistedModel
persist
in interface PersistedModel
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface AssetCategoryPropertyModel
setCachedModel
in interface BaseModel<AssetCategoryProperty>
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public void setCategoryId(long categoryId)
setCategoryId
in interface AssetCategoryPropertyModel
categoryId
- the category ID of this asset category propertypublic void setCategoryPropertyId(long categoryPropertyId)
setCategoryPropertyId
in interface AssetCategoryPropertyModel
categoryPropertyId
- the category property ID of this asset category propertypublic void setCompanyId(long companyId)
setCompanyId
in interface AssetCategoryPropertyModel
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this asset category propertypublic void setCreateDate(Date createDate)
setCreateDate
in interface AssetCategoryPropertyModel
setCreateDate
in interface AuditedModel
createDate
- the create date of this asset category propertypublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface AssetCategoryPropertyModel
setExpandoBridgeAttributes
in interface BaseModel<AssetCategoryProperty>
public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface AssetCategoryPropertyModel
setExpandoBridgeAttributes
in interface BaseModel<AssetCategoryProperty>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface AssetCategoryPropertyModel
setExpandoBridgeAttributes
in interface BaseModel<AssetCategoryProperty>
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
public void setKey(String key)
setKey
in interface AssetCategoryPropertyModel
key
- the key of this asset category propertypublic void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AssetCategoryPropertyModel
setModifiedDate
in interface AuditedModel
modifiedDate
- the modified date of this asset category propertypublic void setNew(boolean n)
BaseModel
setNew
in interface AssetCategoryPropertyModel
setNew
in interface BaseModel<AssetCategoryProperty>
n
- whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface AssetCategoryPropertyModel
primaryKey
- the primary key of this asset category propertypublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface AssetCategoryPropertyModel
setPrimaryKeyObj
in interface BaseModel<AssetCategoryProperty>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instancepublic void setUserId(long userId)
setUserId
in interface AssetCategoryPropertyModel
setUserId
in interface AuditedModel
userId
- the user ID of this asset category propertypublic void setUserName(String userName)
setUserName
in interface AssetCategoryPropertyModel
setUserName
in interface AuditedModel
userName
- the user name of this asset category propertypublic void setUserUuid(String userUuid)
setUserUuid
in interface AssetCategoryPropertyModel
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this asset category propertypublic void setValue(String value)
setValue
in interface AssetCategoryPropertyModel
value
- the value of this asset category propertypublic CacheModel<AssetCategoryProperty> toCacheModel()
BaseModel
toCacheModel
in interface AssetCategoryPropertyModel
toCacheModel
in interface BaseModel<AssetCategoryProperty>
public AssetCategoryProperty toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface AssetCategoryPropertyModel
toEscapedModel
in interface BaseModel<AssetCategoryProperty>
AutoEscapeBeanHandler
public String toString()
toString
in interface AssetCategoryPropertyModel
toString
in class Object
public AssetCategoryProperty toUnescapedModel()
toUnescapedModel
in interface AssetCategoryPropertyModel
toUnescapedModel
in interface BaseModel<AssetCategoryProperty>
public String toXmlString()
BaseModel
toXmlString
in interface AssetCategoryPropertyModel
toXmlString
in interface BaseModel<AssetCategoryProperty>
public boolean equals(Object obj)
equals
in class Object
public AssetCategoryProperty getWrappedModel()
getWrappedModel
in interface ModelWrapper<AssetCategoryProperty>
public boolean isEntityCacheEnabled()
BaseModel
true
if this model's entity cache is enabled.isEntityCacheEnabled
in interface BaseModel<AssetCategoryProperty>
true
if this model's entity cache is enabled;
false
otherwisepublic boolean isFinderCacheEnabled()
BaseModel
true
if this model's finder cache is enabled.isFinderCacheEnabled
in interface BaseModel<AssetCategoryProperty>
true
if this model's finder cache is enabled;
false
otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<AssetCategoryProperty>