|
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.AssetTagWrapper
public class AssetTagWrapper
This class is a wrapper for AssetTag.
AssetTag,
Serialized Form| Constructor Summary | |
|---|---|
AssetTagWrapper(AssetTag assetTag)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetTag assetTag)
|
int |
getAssetCount()
Gets the asset count of this asset tag. |
long |
getCompanyId()
Gets the company id of this asset tag. |
Date |
getCreateDate()
Gets the create date of this asset tag. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this asset tag. |
Date |
getModifiedDate()
Gets the modified date of this asset tag. |
String |
getName()
Gets the name of this asset tag. |
long |
getPrimaryKey()
Gets the primary key of this asset tag. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getTagId()
Gets the tag id of this asset tag. |
long |
getUserId()
Gets the user id of this asset tag. |
String |
getUserName()
Gets the user name of this asset tag. |
String |
getUserUuid()
Gets the user uuid of this asset tag. |
AssetTag |
getWrappedAssetTag()
|
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 |
setAssetCount(int assetCount)
Sets the asset count of this asset tag. |
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. |
void |
setCreateDate(Date createDate)
Sets the create date of this asset tag. |
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 |
setGroupId(long groupId)
Sets the group id of this asset tag. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this asset tag. |
void |
setName(String name)
Sets the name of this asset tag. |
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 |
void |
setTagId(long tagId)
Sets the tag id of this asset tag. |
void |
setUserId(long userId)
Sets the user id of this asset tag. |
void |
setUserName(String userName)
Sets the user name of this asset tag. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this asset tag. |
AssetTag |
toEscapedModel()
Gets a copy of this asset tag 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 AssetTagWrapper(AssetTag assetTag)
| Method Detail |
|---|
public long getPrimaryKey()
AssetTagModel
getPrimaryKey in interface AssetTagModelpublic void setPrimaryKey(long pk)
AssetTagModel
setPrimaryKey in interface AssetTagModelpk - the primary key of this asset tagpublic long getTagId()
AssetTagModel
getTagId in interface AssetTagModelpublic void setTagId(long tagId)
AssetTagModel
setTagId in interface AssetTagModeltagId - the tag id of this asset tagpublic long getGroupId()
AssetTagModel
getGroupId in interface AssetTagModelpublic void setGroupId(long groupId)
AssetTagModel
setGroupId in interface AssetTagModelgroupId - the group id of this asset tagpublic long getCompanyId()
AssetTagModel
getCompanyId in interface AssetTagModelpublic void setCompanyId(long companyId)
AssetTagModel
setCompanyId in interface AssetTagModelcompanyId - the company id of this asset tagpublic long getUserId()
AssetTagModel
getUserId in interface AssetTagModelpublic void setUserId(long userId)
AssetTagModel
setUserId in interface AssetTagModeluserId - the user id of this asset tag
public String getUserUuid()
throws SystemException
AssetTagModel
getUserUuid in interface AssetTagModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
AssetTagModel
setUserUuid in interface AssetTagModeluserUuid - the user uuid of this asset tagpublic String getUserName()
AssetTagModel
getUserName in interface AssetTagModelpublic void setUserName(String userName)
AssetTagModel
setUserName in interface AssetTagModeluserName - the user name of this asset tagpublic Date getCreateDate()
AssetTagModel
getCreateDate in interface AssetTagModelpublic void setCreateDate(Date createDate)
AssetTagModel
setCreateDate in interface AssetTagModelcreateDate - the create date of this asset tagpublic Date getModifiedDate()
AssetTagModel
getModifiedDate in interface AssetTagModelpublic void setModifiedDate(Date modifiedDate)
AssetTagModel
setModifiedDate in interface AssetTagModelmodifiedDate - the modified date of this asset tagpublic String getName()
AssetTagModel
getName in interface AssetTagModelpublic void setName(String name)
AssetTagModel
setName in interface AssetTagModelname - the name of this asset tagpublic int getAssetCount()
AssetTagModel
getAssetCount in interface AssetTagModelpublic void setAssetCount(int assetCount)
AssetTagModel
setAssetCount in interface AssetTagModelassetCount - the asset count of this asset tagpublic AssetTag toEscapedModel()
AssetTagModelAutoEscapeBeanHandler.
toEscapedModel in interface AssetTagModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
isNew in interface BaseModel<AssetTag>isNew in interface AssetTagModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<AssetTag>setNew in interface AssetTagModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<AssetTag>isCachedModel in interface AssetTagModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<AssetTag>setCachedModel in interface AssetTagModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<AssetTag>isEscapedModel in interface AssetTagModeltrue 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<AssetTag>setEscapedModel in interface AssetTagModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetTag>getPrimaryKeyObj in interface AssetTagModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetTag>getExpandoBridge in interface AssetTagModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetTag>setExpandoBridgeAttributes in interface AssetTagModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<AssetTag>clone in interface AssetTagModelclone in class Objectpublic int compareTo(AssetTag assetTag)
compareTo in interface AssetTagModelcompareTo in interface Comparable<AssetTag>public int hashCode()
hashCode in interface AssetTagModelhashCode in class Objectpublic String toString()
toString in interface AssetTagModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetTag>toXmlString in interface AssetTagModelpublic AssetTag getWrappedAssetTag()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||