|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.model.AssetTagStatsWrapper
@ProviderType public class AssetTagStatsWrapper
This class is a wrapper for AssetTagStats.
AssetTagStats,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface com.liferay.portlet.asset.model.AssetTagStats |
|---|
TAG_STATS_ID_ACCESSOR |
| Constructor Summary | |
|---|---|
AssetTagStatsWrapper(AssetTagStats assetTagStats)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetTagStats assetTagStats)
|
boolean |
equals(Object obj)
|
int |
getAssetCount()
Returns the asset count of this asset tag stats. |
String |
getClassName()
Returns the fully qualified class name of this asset tag stats. |
long |
getClassNameId()
Returns the class name ID of this asset tag stats. |
long |
getCompanyId()
Returns the company ID of this asset tag stats. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getPrimaryKey()
Returns the primary key of this asset tag stats. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getTagId()
Returns the tag ID of this asset tag stats. |
long |
getTagStatsId()
Returns the tag stats ID of this asset tag stats. |
AssetTagStats |
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 |
setAssetCount(int assetCount)
Sets the asset count of this asset tag stats. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this asset tag stats. |
void |
setCompanyId(long companyId)
Sets the company ID of this asset tag stats. |
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 |
setModelAttributes(Map<String,Object> attributes)
|
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 stats. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setTagId(long tagId)
Sets the tag ID of this asset tag stats. |
void |
setTagStatsId(long tagStatsId)
Sets the tag stats ID of this asset tag stats. |
CacheModel<AssetTagStats> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
AssetTagStats |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
AssetTagStats |
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 AssetTagStatsWrapper(AssetTagStats assetTagStats)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<AssetTagStats>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<AssetTagStats>public Object clone()
BaseModel
clone in interface BaseModel<AssetTagStats>clone in interface AssetTagStatsModelclone in class Objectpublic int compareTo(AssetTagStats assetTagStats)
compareTo in interface AssetTagStatsModelcompareTo in interface Comparable<AssetTagStats>public int getAssetCount()
getAssetCount in interface AssetTagStatsModelpublic String getClassName()
getClassName in interface TypedModelgetClassName in interface AssetTagStatsModelpublic long getClassNameId()
getClassNameId in interface TypedModelgetClassNameId in interface AssetTagStatsModelpublic long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface AssetTagStatsModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetTagStats>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface AssetTagStatsModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetTagStatsModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetTagStats>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface AssetTagStatsModelpublic long getTagId()
getTagId in interface AssetTagStatsModelpublic long getTagStatsId()
getTagStatsId in interface AssetTagStatsModelpublic int hashCode()
hashCode in interface AssetTagStatsModelhashCode in class Objectpublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<AssetTagStats>isCachedModel in interface AssetTagStatsModeltrue 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<AssetTagStats>isEscapedModel in interface AssetTagStatsModeltrue 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<AssetTagStats>isNew in interface AssetTagStatsModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void persist()
PersistedModel
persist in interface PersistedModelpublic void setAssetCount(int assetCount)
setAssetCount in interface AssetTagStatsModelassetCount - the asset count of this asset tag statspublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<AssetTagStats>setCachedModel in interface AssetTagStatsModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setClassName(String className)
setClassName in interface AssetTagStatsModelpublic void setClassNameId(long classNameId)
setClassNameId in interface TypedModelsetClassNameId in interface AssetTagStatsModelclassNameId - the class name ID of this asset tag statspublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface AssetTagStatsModelcompanyId - the company ID of this asset tag statspublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<AssetTagStats>setExpandoBridgeAttributes in interface AssetTagStatsModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<AssetTagStats>setExpandoBridgeAttributes in interface AssetTagStatsModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetTagStats>setExpandoBridgeAttributes in interface AssetTagStatsModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setNew(boolean n)
BaseModel
setNew in interface BaseModel<AssetTagStats>setNew in interface AssetTagStatsModeln - whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetTagStatsModelprimaryKey - the primary key of this asset tag statspublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<AssetTagStats>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface AssetTagStatsModelprimaryKeyObj - the primary key of this model instancepublic void setTagId(long tagId)
setTagId in interface AssetTagStatsModeltagId - the tag ID of this asset tag statspublic void setTagStatsId(long tagStatsId)
setTagStatsId in interface AssetTagStatsModeltagStatsId - the tag stats ID of this asset tag statspublic CacheModel<AssetTagStats> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<AssetTagStats>toCacheModel in interface AssetTagStatsModelpublic AssetTagStats toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<AssetTagStats>toEscapedModel in interface AssetTagStatsModelAutoEscapeBeanHandlerpublic String toString()
toString in interface AssetTagStatsModeltoString in class Objectpublic AssetTagStats toUnescapedModel()
toUnescapedModel in interface BaseModel<AssetTagStats>toUnescapedModel in interface AssetTagStatsModelpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetTagStats>toXmlString in interface AssetTagStatsModelpublic boolean equals(Object obj)
equals in class Objectpublic AssetTagStats getWrappedModel()
getWrappedModel in interface ModelWrapper<AssetTagStats>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<AssetTagStats>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<AssetTagStats>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<AssetTagStats>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||