|
Liferay 6.0.3 | |||||||||
| 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()
|
long |
getCategoryPropertyId()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getKey()
|
Date |
getModifiedDate()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getValue()
|
AssetCategoryProperty |
getWrappedAssetCategoryProperty()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setCategoryPropertyId(long categoryPropertyId)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setValue(String value)
|
AssetCategoryProperty |
toEscapedModel()
|
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()
getPrimaryKey in interface AssetCategoryPropertyModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AssetCategoryPropertyModelpublic long getCategoryPropertyId()
getCategoryPropertyId in interface AssetCategoryPropertyModelpublic void setCategoryPropertyId(long categoryPropertyId)
setCategoryPropertyId in interface AssetCategoryPropertyModelpublic long getCompanyId()
getCompanyId in interface AssetCategoryPropertyModelpublic void setCompanyId(long companyId)
setCompanyId in interface AssetCategoryPropertyModelpublic long getUserId()
getUserId in interface AssetCategoryPropertyModelpublic void setUserId(long userId)
setUserId in interface AssetCategoryPropertyModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AssetCategoryPropertyModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AssetCategoryPropertyModelpublic String getUserName()
getUserName in interface AssetCategoryPropertyModelpublic void setUserName(String userName)
setUserName in interface AssetCategoryPropertyModelpublic Date getCreateDate()
getCreateDate in interface AssetCategoryPropertyModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AssetCategoryPropertyModelpublic Date getModifiedDate()
getModifiedDate in interface AssetCategoryPropertyModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AssetCategoryPropertyModelpublic long getCategoryId()
getCategoryId in interface AssetCategoryPropertyModelpublic void setCategoryId(long categoryId)
setCategoryId in interface AssetCategoryPropertyModelpublic String getKey()
getKey in interface AssetCategoryPropertyModelpublic void setKey(String key)
setKey in interface AssetCategoryPropertyModelpublic String getValue()
getValue in interface AssetCategoryPropertyModelpublic void setValue(String value)
setValue in interface AssetCategoryPropertyModelpublic AssetCategoryProperty toEscapedModel()
toEscapedModel in interface AssetCategoryPropertyModelpublic 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 has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped 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 has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic 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.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||