|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.model.AssetCategoryPropertyWrapper
public class AssetCategoryPropertyWrapper
This class is a wrapper for AssetCategoryProperty.
AssetCategoryProperty,
Serialized Form| Constructor Summary | |
|---|---|
AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetCategoryProperty assetCategoryProperty)
|
long |
getCategoryId()
Gets the category id of this asset category property. |
long |
getCategoryPropertyId()
Gets the category property id of this asset category property. |
long |
getCompanyId()
Gets the company id of this asset category property. |
Date |
getCreateDate()
Gets the create date of this asset category property. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getKey()
Gets the key of this asset category property. |
Date |
getModifiedDate()
Gets the modified date of this asset category property. |
long |
getPrimaryKey()
Gets the primary key of this asset category property. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getUserId()
Gets the user id of this asset category property. |
String |
getUserName()
Gets the user name of this asset category property. |
String |
getUserUuid()
Gets the user uuid of this asset category property. |
String |
getValue()
Gets the value of this asset category property. |
AssetCategoryProperty |
getWrappedAssetCategoryProperty()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
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 |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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 |
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 pk)
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 |
setValue(String value)
Sets the value of this asset category property. |
AssetCategoryProperty |
toEscapedModel()
Gets a copy of this asset category property as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty)
| Method Detail |
|---|
public long getPrimaryKey()
AssetCategoryPropertyModel
getPrimaryKey in interface AssetCategoryPropertyModelpublic void setPrimaryKey(long pk)
AssetCategoryPropertyModel
setPrimaryKey in interface AssetCategoryPropertyModelpk - the primary key of this asset category propertypublic long getCategoryPropertyId()
AssetCategoryPropertyModel
getCategoryPropertyId in interface AssetCategoryPropertyModelpublic void setCategoryPropertyId(long categoryPropertyId)
AssetCategoryPropertyModel
setCategoryPropertyId in interface AssetCategoryPropertyModelcategoryPropertyId - the category property id of this asset category propertypublic long getCompanyId()
AssetCategoryPropertyModel
getCompanyId in interface AssetCategoryPropertyModelpublic void setCompanyId(long companyId)
AssetCategoryPropertyModel
setCompanyId in interface AssetCategoryPropertyModelcompanyId - the company id of this asset category propertypublic long getUserId()
AssetCategoryPropertyModel
getUserId in interface AssetCategoryPropertyModelpublic void setUserId(long userId)
AssetCategoryPropertyModel
setUserId in interface AssetCategoryPropertyModeluserId - the user id of this asset category property
public String getUserUuid()
throws SystemException
AssetCategoryPropertyModel
getUserUuid in interface AssetCategoryPropertyModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
AssetCategoryPropertyModel
setUserUuid in interface AssetCategoryPropertyModeluserUuid - the user uuid of this asset category propertypublic String getUserName()
AssetCategoryPropertyModel
getUserName in interface AssetCategoryPropertyModelpublic void setUserName(String userName)
AssetCategoryPropertyModel
setUserName in interface AssetCategoryPropertyModeluserName - the user name of this asset category propertypublic Date getCreateDate()
AssetCategoryPropertyModel
getCreateDate in interface AssetCategoryPropertyModelpublic void setCreateDate(Date createDate)
AssetCategoryPropertyModel
setCreateDate in interface AssetCategoryPropertyModelcreateDate - the create date of this asset category propertypublic Date getModifiedDate()
AssetCategoryPropertyModel
getModifiedDate in interface AssetCategoryPropertyModelpublic void setModifiedDate(Date modifiedDate)
AssetCategoryPropertyModel
setModifiedDate in interface AssetCategoryPropertyModelmodifiedDate - the modified date of this asset category propertypublic long getCategoryId()
AssetCategoryPropertyModel
getCategoryId in interface AssetCategoryPropertyModelpublic void setCategoryId(long categoryId)
AssetCategoryPropertyModel
setCategoryId in interface AssetCategoryPropertyModelcategoryId - the category id of this asset category propertypublic String getKey()
AssetCategoryPropertyModel
getKey in interface AssetCategoryPropertyModelpublic void setKey(String key)
AssetCategoryPropertyModel
setKey in interface AssetCategoryPropertyModelkey - the key of this asset category propertypublic String getValue()
AssetCategoryPropertyModel
getValue in interface AssetCategoryPropertyModelpublic void setValue(String value)
AssetCategoryPropertyModel
setValue in interface AssetCategoryPropertyModelvalue - the value of this asset category propertypublic AssetCategoryProperty toEscapedModel()
AssetCategoryPropertyModelAutoEscapeBeanHandler.
toEscapedModel in interface AssetCategoryPropertyModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
isNew in interface BaseModel<AssetCategoryProperty>isNew in interface AssetCategoryPropertyModeltrue if this model instance does not yet exist in
the database; false otherwisepublic 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 boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<AssetCategoryProperty>isCachedModel in interface AssetCategoryPropertyModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<AssetCategoryProperty>setCachedModel in interface AssetCategoryPropertyModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<AssetCategoryProperty>isEscapedModel in interface AssetCategoryPropertyModeltrue if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<AssetCategoryProperty>setEscapedModel in interface AssetCategoryPropertyModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetCategoryProperty>getPrimaryKeyObj in interface AssetCategoryPropertyModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetCategoryProperty>getExpandoBridge in interface AssetCategoryPropertyModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetCategoryProperty>setExpandoBridgeAttributes in interface AssetCategoryPropertyModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)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 int hashCode()
hashCode in interface AssetCategoryPropertyModelhashCode in class Objectpublic String toString()
toString in interface AssetCategoryPropertyModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetCategoryProperty>toXmlString in interface AssetCategoryPropertyModelpublic AssetCategoryProperty getWrappedAssetCategoryProperty()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||