|
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.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()
|
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 |
getTagId()
|
long |
getTagPropertyId()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getValue()
|
AssetTagProperty |
getWrappedAssetTagProperty()
|
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 |
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 |
setTagId(long tagId)
|
void |
setTagPropertyId(long tagPropertyId)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setValue(String value)
|
AssetTagProperty |
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 AssetTagPropertyWrapper(AssetTagProperty assetTagProperty)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface AssetTagPropertyModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AssetTagPropertyModelpublic long getTagPropertyId()
getTagPropertyId in interface AssetTagPropertyModelpublic void setTagPropertyId(long tagPropertyId)
setTagPropertyId in interface AssetTagPropertyModelpublic long getCompanyId()
getCompanyId in interface AssetTagPropertyModelpublic void setCompanyId(long companyId)
setCompanyId in interface AssetTagPropertyModelpublic long getUserId()
getUserId in interface AssetTagPropertyModelpublic void setUserId(long userId)
setUserId in interface AssetTagPropertyModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AssetTagPropertyModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AssetTagPropertyModelpublic String getUserName()
getUserName in interface AssetTagPropertyModelpublic void setUserName(String userName)
setUserName in interface AssetTagPropertyModelpublic Date getCreateDate()
getCreateDate in interface AssetTagPropertyModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AssetTagPropertyModelpublic Date getModifiedDate()
getModifiedDate in interface AssetTagPropertyModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AssetTagPropertyModelpublic long getTagId()
getTagId in interface AssetTagPropertyModelpublic void setTagId(long tagId)
setTagId in interface AssetTagPropertyModelpublic String getKey()
getKey in interface AssetTagPropertyModelpublic void setKey(String key)
setKey in interface AssetTagPropertyModelpublic String getValue()
getValue in interface AssetTagPropertyModelpublic void setValue(String value)
setValue in interface AssetTagPropertyModelpublic AssetTagProperty toEscapedModel()
toEscapedModel in interface AssetTagPropertyModelpublic 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 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<AssetTagProperty>setEscapedModel in interface AssetTagPropertyModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic 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.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||