|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.model.AssetCategoryPropertyWrapper
@ProviderType public class AssetCategoryPropertyWrapper
This class is a wrapper for AssetCategoryProperty.
AssetCategoryProperty,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface com.liferay.portlet.asset.model.AssetCategoryProperty |
|---|
CATEGORY_PROPERTY_ID_ACCESSOR |
| Constructor Summary | |
|---|---|
AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetCategoryProperty assetCategoryProperty)
|
boolean |
equals(Object obj)
|
long |
getCategoryId()
Returns the category ID of this asset category property. |
long |
getCategoryPropertyId()
Returns the category property ID of this asset category property. |
long |
getCompanyId()
Returns the company ID of this asset category property. |
Date |
getCreateDate()
Returns the create date of this asset category property. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getKey()
Returns the key of this asset category property. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this asset category property. |
long |
getPrimaryKey()
Returns the primary key of this asset category property. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getUserId()
Returns the user ID of this asset category property. |
String |
getUserName()
Returns the user name of this asset category property. |
String |
getUserUuid()
Returns the user uuid of this asset category property. |
String |
getValue()
Returns the value of this asset category property. |
AssetCategoryProperty |
getWrappedModel()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setKey(String key)
Sets the key of this asset category property. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this asset category property. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset category property. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
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 |
setValue(String value)
Sets the value of this asset category property. |
CacheModel<AssetCategoryProperty> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
AssetCategoryProperty |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
AssetCategoryProperty |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic 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 BaseModel<AssetCategoryProperty>clone in interface AssetCategoryPropertyModelclone in class Objectpublic int compareTo(AssetCategoryProperty assetCategoryProperty)
compareTo in interface AssetCategoryPropertyModelcompareTo in interface Comparable<AssetCategoryProperty>public long getCategoryId()
getCategoryId in interface AssetCategoryPropertyModelpublic long getCategoryPropertyId()
getCategoryPropertyId in interface AssetCategoryPropertyModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface AssetCategoryPropertyModelpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface AssetCategoryPropertyModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetCategoryProperty>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface AssetCategoryPropertyModelpublic String getKey()
getKey in interface AssetCategoryPropertyModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface AssetCategoryPropertyModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetCategoryPropertyModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetCategoryProperty>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface AssetCategoryPropertyModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface AssetCategoryPropertyModelpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface AssetCategoryPropertyModelpublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface AssetCategoryPropertyModelpublic String getValue()
getValue in interface AssetCategoryPropertyModelpublic int hashCode()
hashCode in interface AssetCategoryPropertyModelhashCode in class Objectpublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<AssetCategoryProperty>isCachedModel in interface AssetCategoryPropertyModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<AssetCategoryProperty>isEscapedModel in interface AssetCategoryPropertyModeltrue if this model instance is escaped;
false otherwisepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<AssetCategoryProperty>isNew in interface AssetCategoryPropertyModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void persist()
PersistedModel
persist in interface PersistedModelpublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<AssetCategoryProperty>setCachedModel in interface AssetCategoryPropertyModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic 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 AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface AssetCategoryPropertyModelcompanyId - the company ID of this asset category propertypublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface AssetCategoryPropertyModelcreateDate - the create date of this asset category propertypublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<AssetCategoryProperty>setExpandoBridgeAttributes in interface AssetCategoryPropertyModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<AssetCategoryProperty>setExpandoBridgeAttributes in interface AssetCategoryPropertyModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetCategoryProperty>setExpandoBridgeAttributes in interface AssetCategoryPropertyModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setKey(String key)
setKey in interface AssetCategoryPropertyModelkey - the key of this asset category propertypublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface AssetCategoryPropertyModelmodifiedDate - the modified date of this asset category propertypublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<AssetCategoryProperty>setNew in interface AssetCategoryPropertyModeln - whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetCategoryPropertyModelprimaryKey - the primary key of this asset category propertypublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<AssetCategoryProperty>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface AssetCategoryPropertyModelprimaryKeyObj - the primary key of this model instancepublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface AssetCategoryPropertyModeluserId - the user ID of this asset category propertypublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface AssetCategoryPropertyModeluserName - the user name of this asset category propertypublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface AssetCategoryPropertyModeluserUuid - the user uuid of this asset category propertypublic void setValue(String value)
setValue in interface AssetCategoryPropertyModelvalue - the value of this asset category propertypublic CacheModel<AssetCategoryProperty> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<AssetCategoryProperty>toCacheModel in interface AssetCategoryPropertyModelpublic AssetCategoryProperty toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<AssetCategoryProperty>toEscapedModel in interface AssetCategoryPropertyModelAutoEscapeBeanHandlerpublic String toString()
toString in interface AssetCategoryPropertyModeltoString in class Objectpublic AssetCategoryProperty toUnescapedModel()
toUnescapedModel in interface BaseModel<AssetCategoryProperty>toUnescapedModel in interface AssetCategoryPropertyModelpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetCategoryProperty>toXmlString in interface AssetCategoryPropertyModelpublic boolean equals(Object obj)
equals in class Objectpublic AssetCategoryProperty getWrappedModel()
getWrappedModel in interface ModelWrapper<AssetCategoryProperty>public boolean isEntityCacheEnabled()
BaseModeltrue 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()
BaseModeltrue 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>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||