|
Liferay 7.0-ce-b7 portal-service | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.asset.kernel.model.AssetTagStatsWrapper
@ProviderType public class AssetTagStatsWrapper
This class is a wrapper for AssetTagStats.
AssetTagStats,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface com.liferay.asset.kernel.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 AssetTagStatsModelclone in interface BaseModel<AssetTagStats>clone 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 AssetTagStatsModelgetClassName in interface TypedModelpublic long getClassNameId()
getClassNameId in interface AssetTagStatsModelgetClassNameId in interface TypedModelpublic long getCompanyId()
getCompanyId in interface AssetTagStatsModelgetCompanyId in interface ShardedModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface AssetTagStatsModelgetExpandoBridge in interface BaseModel<AssetTagStats>getExpandoBridge in interface ClassedModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetTagStatsModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface AssetTagStatsModelgetPrimaryKeyObj in interface BaseModel<AssetTagStats>getPrimaryKeyObj in interface ClassedModelpublic 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 AssetTagStatsModelisCachedModel in interface BaseModel<AssetTagStats>true 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 AssetTagStatsModelisEscapedModel in interface BaseModel<AssetTagStats>true 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 AssetTagStatsModelisNew in interface BaseModel<AssetTagStats>true 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 AssetTagStatsModelsetCachedModel in interface BaseModel<AssetTagStats>cachedModel - 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 AssetTagStatsModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this asset tag statspublic void setCompanyId(long companyId)
setCompanyId in interface AssetTagStatsModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this asset tag statspublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface AssetTagStatsModelsetExpandoBridgeAttributes in interface BaseModel<AssetTagStats>public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface AssetTagStatsModelsetExpandoBridgeAttributes in interface BaseModel<AssetTagStats>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface AssetTagStatsModelsetExpandoBridgeAttributes in interface BaseModel<AssetTagStats>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setNew(boolean n)
BaseModel
setNew in interface AssetTagStatsModelsetNew in interface BaseModel<AssetTagStats>n - 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 AssetTagStatsModelsetPrimaryKeyObj in interface BaseModel<AssetTagStats>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - 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 AssetTagStatsModeltoCacheModel in interface BaseModel<AssetTagStats>public AssetTagStats toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface AssetTagStatsModeltoEscapedModel in interface BaseModel<AssetTagStats>AutoEscapeBeanHandlerpublic String toString()
toString in interface AssetTagStatsModeltoString in class Objectpublic AssetTagStats toUnescapedModel()
toUnescapedModel in interface AssetTagStatsModeltoUnescapedModel in interface BaseModel<AssetTagStats>public String toXmlString()
BaseModel
toXmlString in interface AssetTagStatsModeltoXmlString in interface BaseModel<AssetTagStats>public 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-b7 portal-service | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||