|
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.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()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getTagId()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
AssetTag |
getWrappedAssetTag()
|
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 |
setAssetCount(int assetCount)
|
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 |
setGroupId(long groupId)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
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 |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
AssetTag |
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 AssetTagWrapper(AssetTag assetTag)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface AssetTagModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AssetTagModelpublic long getTagId()
getTagId in interface AssetTagModelpublic void setTagId(long tagId)
setTagId in interface AssetTagModelpublic long getGroupId()
getGroupId in interface AssetTagModelpublic void setGroupId(long groupId)
setGroupId in interface AssetTagModelpublic long getCompanyId()
getCompanyId in interface AssetTagModelpublic void setCompanyId(long companyId)
setCompanyId in interface AssetTagModelpublic long getUserId()
getUserId in interface AssetTagModelpublic void setUserId(long userId)
setUserId in interface AssetTagModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AssetTagModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AssetTagModelpublic String getUserName()
getUserName in interface AssetTagModelpublic void setUserName(String userName)
setUserName in interface AssetTagModelpublic Date getCreateDate()
getCreateDate in interface AssetTagModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AssetTagModelpublic Date getModifiedDate()
getModifiedDate in interface AssetTagModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AssetTagModelpublic String getName()
getName in interface AssetTagModelpublic void setName(String name)
setName in interface AssetTagModelpublic int getAssetCount()
getAssetCount in interface AssetTagModelpublic void setAssetCount(int assetCount)
setAssetCount in interface AssetTagModelpublic AssetTag toEscapedModel()
toEscapedModel in interface AssetTagModelpublic 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 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<AssetTag>setEscapedModel in interface AssetTagModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic 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.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||