|
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.AssetTagPropertyWrapper
public class AssetTagPropertyWrapper
This class is a wrapper for AssetTagProperty.
AssetTagProperty,
Serialized Form| Constructor Summary | |
|---|---|
AssetTagPropertyWrapper(AssetTagProperty assetTagProperty)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetTagProperty assetTagProperty)
|
long |
getCompanyId()
Gets the company id of this asset tag property. |
Date |
getCreateDate()
Gets the create date of this asset tag property. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getKey()
Gets the key of this asset tag property. |
Date |
getModifiedDate()
Gets the modified date of this asset tag property. |
long |
getPrimaryKey()
Gets the primary key of this asset tag property. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getTagId()
Gets the tag id of this asset tag property. |
long |
getTagPropertyId()
Gets the tag property id of this asset tag property. |
long |
getUserId()
Gets the user id of this asset tag property. |
String |
getUserName()
Gets the user name of this asset tag property. |
String |
getUserUuid()
Gets the user uuid of this asset tag property. |
String |
getValue()
Gets the value of this asset tag property. |
AssetTagProperty |
getWrappedAssetTagProperty()
|
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 |
setCompanyId(long companyId)
Sets the company id of this asset tag property. |
void |
setCreateDate(Date createDate)
Sets the create date of this asset tag 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 tag property. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this asset tag 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 tag property |
void |
setTagId(long tagId)
Sets the tag id of this asset tag property. |
void |
setTagPropertyId(long tagPropertyId)
Sets the tag property id of this asset tag property. |
void |
setUserId(long userId)
Sets the user id of this asset tag property. |
void |
setUserName(String userName)
Sets the user name of this asset tag property. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this asset tag property. |
void |
setValue(String value)
Sets the value of this asset tag property. |
AssetTagProperty |
toEscapedModel()
Gets a copy of this asset tag 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 AssetTagPropertyWrapper(AssetTagProperty assetTagProperty)
| Method Detail |
|---|
public long getPrimaryKey()
AssetTagPropertyModel
getPrimaryKey in interface AssetTagPropertyModelpublic void setPrimaryKey(long pk)
AssetTagPropertyModel
setPrimaryKey in interface AssetTagPropertyModelpk - the primary key of this asset tag propertypublic long getTagPropertyId()
AssetTagPropertyModel
getTagPropertyId in interface AssetTagPropertyModelpublic void setTagPropertyId(long tagPropertyId)
AssetTagPropertyModel
setTagPropertyId in interface AssetTagPropertyModeltagPropertyId - the tag property id of this asset tag propertypublic long getCompanyId()
AssetTagPropertyModel
getCompanyId in interface AssetTagPropertyModelpublic void setCompanyId(long companyId)
AssetTagPropertyModel
setCompanyId in interface AssetTagPropertyModelcompanyId - the company id of this asset tag propertypublic long getUserId()
AssetTagPropertyModel
getUserId in interface AssetTagPropertyModelpublic void setUserId(long userId)
AssetTagPropertyModel
setUserId in interface AssetTagPropertyModeluserId - the user id of this asset tag property
public String getUserUuid()
throws SystemException
AssetTagPropertyModel
getUserUuid in interface AssetTagPropertyModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
AssetTagPropertyModel
setUserUuid in interface AssetTagPropertyModeluserUuid - the user uuid of this asset tag propertypublic String getUserName()
AssetTagPropertyModel
getUserName in interface AssetTagPropertyModelpublic void setUserName(String userName)
AssetTagPropertyModel
setUserName in interface AssetTagPropertyModeluserName - the user name of this asset tag propertypublic Date getCreateDate()
AssetTagPropertyModel
getCreateDate in interface AssetTagPropertyModelpublic void setCreateDate(Date createDate)
AssetTagPropertyModel
setCreateDate in interface AssetTagPropertyModelcreateDate - the create date of this asset tag propertypublic Date getModifiedDate()
AssetTagPropertyModel
getModifiedDate in interface AssetTagPropertyModelpublic void setModifiedDate(Date modifiedDate)
AssetTagPropertyModel
setModifiedDate in interface AssetTagPropertyModelmodifiedDate - the modified date of this asset tag propertypublic long getTagId()
AssetTagPropertyModel
getTagId in interface AssetTagPropertyModelpublic void setTagId(long tagId)
AssetTagPropertyModel
setTagId in interface AssetTagPropertyModeltagId - the tag id of this asset tag propertypublic String getKey()
AssetTagPropertyModel
getKey in interface AssetTagPropertyModelpublic void setKey(String key)
AssetTagPropertyModel
setKey in interface AssetTagPropertyModelkey - the key of this asset tag propertypublic String getValue()
AssetTagPropertyModel
getValue in interface AssetTagPropertyModelpublic void setValue(String value)
AssetTagPropertyModel
setValue in interface AssetTagPropertyModelvalue - the value of this asset tag propertypublic AssetTagProperty toEscapedModel()
AssetTagPropertyModelAutoEscapeBeanHandler.
toEscapedModel in interface AssetTagPropertyModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
isNew in interface BaseModel<AssetTagProperty>isNew in interface AssetTagPropertyModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<AssetTagProperty>setNew in interface AssetTagPropertyModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<AssetTagProperty>isCachedModel in interface AssetTagPropertyModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<AssetTagProperty>setCachedModel in interface AssetTagPropertyModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<AssetTagProperty>isEscapedModel in interface AssetTagPropertyModeltrue 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<AssetTagProperty>setEscapedModel in interface AssetTagPropertyModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetTagProperty>getPrimaryKeyObj in interface AssetTagPropertyModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetTagProperty>getExpandoBridge in interface AssetTagPropertyModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetTagProperty>setExpandoBridgeAttributes in interface AssetTagPropertyModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<AssetTagProperty>clone in interface AssetTagPropertyModelclone in class Objectpublic int compareTo(AssetTagProperty assetTagProperty)
compareTo in interface AssetTagPropertyModelcompareTo in interface Comparable<AssetTagProperty>public int hashCode()
hashCode in interface AssetTagPropertyModelhashCode in class Objectpublic String toString()
toString in interface AssetTagPropertyModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetTagProperty>toXmlString in interface AssetTagPropertyModelpublic AssetTagProperty getWrappedAssetTagProperty()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||