|
Liferay 6.2.0-ce-m1 | |||||||||
| 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()
Returns the company ID of this asset tag property. |
Date |
getCreateDate()
Returns the create date of this asset tag property. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getKey()
Returns the key of this asset tag property. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this asset tag property. |
long |
getPrimaryKey()
Returns the primary key of this asset tag property. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getTagId()
Returns the tag ID of this asset tag property. |
long |
getTagPropertyId()
Returns the tag property ID of this asset tag property. |
long |
getUserId()
Returns the user ID of this asset tag property. |
String |
getUserName()
Returns the user name of this asset tag property. |
String |
getUserUuid()
Returns the user uuid of this asset tag property. |
String |
getValue()
Returns the value of this asset tag property. |
AssetTagProperty |
getWrappedAssetTagProperty()
Deprecated. Renamed to getWrappedModel() |
AssetTagProperty |
getWrappedModel()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
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 |
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 |
setModelAttributes(Map<String,Object> attributes)
|
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 primaryKey)
Sets the primary key of this asset tag property. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
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. |
CacheModel<AssetTagProperty> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
AssetTagProperty |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns 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 Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<AssetTagProperty>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<AssetTagProperty>public long getPrimaryKey()
getPrimaryKey in interface AssetTagPropertyModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetTagPropertyModelprimaryKey - the primary key of this asset tag propertypublic long getTagPropertyId()
getTagPropertyId in interface AssetTagPropertyModelpublic void setTagPropertyId(long tagPropertyId)
setTagPropertyId in interface AssetTagPropertyModeltagPropertyId - the tag property ID of this asset tag propertypublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface AssetTagPropertyModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface AssetTagPropertyModelcompanyId - the company ID of this asset tag propertypublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface AssetTagPropertyModelpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface AssetTagPropertyModeluserId - the user ID of this asset tag property
public String getUserUuid()
throws SystemException
getUserUuid in interface AuditedModelgetUserUuid in interface AssetTagPropertyModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface AssetTagPropertyModeluserUuid - the user uuid of this asset tag propertypublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface AssetTagPropertyModelpublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface AssetTagPropertyModeluserName - the user name of this asset tag propertypublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface AssetTagPropertyModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface AssetTagPropertyModelcreateDate - the create date of this asset tag propertypublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface AssetTagPropertyModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface AssetTagPropertyModelmodifiedDate - the modified date of this asset tag propertypublic long getTagId()
getTagId in interface AssetTagPropertyModelpublic void setTagId(long tagId)
setTagId in interface AssetTagPropertyModeltagId - the tag ID of this asset tag propertypublic String getKey()
getKey in interface AssetTagPropertyModelpublic void setKey(String key)
setKey in interface AssetTagPropertyModelkey - the key of this asset tag propertypublic String getValue()
getValue in interface AssetTagPropertyModelpublic void setValue(String value)
setValue in interface AssetTagPropertyModelvalue - the value of this asset tag propertypublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
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()
BaseModeltrue if this model instance was retrieved from the
entity cache.
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()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<AssetTagProperty>isEscapedModel in interface AssetTagPropertyModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetTagProperty>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface AssetTagPropertyModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<AssetTagProperty>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface AssetTagPropertyModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetTagProperty>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface AssetTagPropertyModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetTagProperty>setExpandoBridgeAttributes in interface AssetTagPropertyModelserviceContext - the service contextServiceContext.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 CacheModel<AssetTagProperty> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<AssetTagProperty>toCacheModel in interface AssetTagPropertyModelpublic AssetTagProperty toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<AssetTagProperty>toEscapedModel in interface AssetTagPropertyModelAutoEscapeBeanHandlerpublic String toString()
toString in interface AssetTagPropertyModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetTagProperty>toXmlString in interface AssetTagPropertyModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic AssetTagProperty getWrappedAssetTagProperty()
getWrappedModel()
public AssetTagProperty getWrappedModel()
getWrappedModel in interface ModelWrapper<AssetTagProperty>public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<AssetTagProperty>
|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||