|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.model.AssetTagPropertyWrapper
@ProviderType 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)
|
boolean |
equals(Object obj)
|
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. As of 6.1.0, replaced by getWrappedModel() |
AssetTagProperty |
getWrappedModel()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
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(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
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()
|
AssetTagProperty |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
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 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 long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface AssetTagPropertyModelpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface AssetTagPropertyModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetTagProperty>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface AssetTagPropertyModelpublic String getKey()
getKey in interface AssetTagPropertyModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface AssetTagPropertyModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetTagPropertyModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetTagProperty>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface AssetTagPropertyModelpublic long getTagId()
getTagId in interface AssetTagPropertyModelpublic long getTagPropertyId()
getTagPropertyId in interface AssetTagPropertyModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface AssetTagPropertyModelpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface AssetTagPropertyModelpublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface AssetTagPropertyModelpublic String getValue()
getValue in interface AssetTagPropertyModelpublic int hashCode()
hashCode in interface AssetTagPropertyModelhashCode in class Objectpublic 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 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 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 persist()
PersistedModel
persist in interface PersistedModelpublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<AssetTagProperty>setCachedModel in interface AssetTagPropertyModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface AssetTagPropertyModelcompanyId - the company ID of this asset tag propertypublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface AssetTagPropertyModelcreateDate - the create date of this asset tag propertypublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<AssetTagProperty>setExpandoBridgeAttributes in interface AssetTagPropertyModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<AssetTagProperty>setExpandoBridgeAttributes in interface AssetTagPropertyModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetTagProperty>setExpandoBridgeAttributes in interface AssetTagPropertyModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public void setKey(String key)
setKey in interface AssetTagPropertyModelkey - the key of this asset tag propertypublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface AssetTagPropertyModelmodifiedDate - the modified date of this asset tag propertypublic 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 void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetTagPropertyModelprimaryKey - the primary key of this asset tag propertypublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<AssetTagProperty>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface AssetTagPropertyModelprimaryKeyObj - the primary key of this model instancepublic void setTagId(long tagId)
setTagId in interface AssetTagPropertyModeltagId - the tag ID of this asset tag propertypublic void setTagPropertyId(long tagPropertyId)
setTagPropertyId in interface AssetTagPropertyModeltagPropertyId - the tag property ID of this asset tag propertypublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface AssetTagPropertyModeluserId - the user ID of this asset tag propertypublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface AssetTagPropertyModeluserName - the user name of this asset tag propertypublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface AssetTagPropertyModeluserUuid - the user uuid of this asset tag propertypublic void setValue(String value)
setValue in interface AssetTagPropertyModelvalue - the value of this asset tag propertypublic 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 AssetTagProperty toUnescapedModel()
toUnescapedModel in interface BaseModel<AssetTagProperty>toUnescapedModel in interface AssetTagPropertyModelpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetTagProperty>toXmlString in interface AssetTagPropertyModelpublic boolean equals(Object obj)
equals in class Object@Deprecated public AssetTagProperty getWrappedAssetTagProperty()
getWrappedModel()
public AssetTagProperty getWrappedModel()
getWrappedModel in interface ModelWrapper<AssetTagProperty>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<AssetTagProperty>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<AssetTagProperty>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<AssetTagProperty>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||