|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.model.AssetTagStatsWrapper
public class AssetTagStatsWrapper
This class is a wrapper for AssetTagStats.
AssetTagStats,
Serialized Form| Constructor Summary | |
|---|---|
AssetTagStatsWrapper(AssetTagStats assetTagStats)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetTagStats assetTagStats)
|
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. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
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 |
getWrappedAssetTagStats()
|
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 |
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 |
setClassNameId(long classNameId)
Sets the class name ID of this asset tag stats. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
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()
|
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 AssetTagStatsWrapper(AssetTagStats assetTagStats)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetTagStatsModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetTagStatsModelprimaryKey - the primary key of this asset tag statspublic long getTagStatsId()
getTagStatsId in interface AssetTagStatsModelpublic void setTagStatsId(long tagStatsId)
setTagStatsId in interface AssetTagStatsModeltagStatsId - the tag stats ID of this asset tag statspublic long getTagId()
getTagId in interface AssetTagStatsModelpublic void setTagId(long tagId)
setTagId in interface AssetTagStatsModeltagId - the tag ID of this asset tag statspublic String getClassName()
getClassName in interface AssetTagStatsModelpublic long getClassNameId()
getClassNameId in interface AssetTagStatsModelpublic void setClassNameId(long classNameId)
setClassNameId in interface AssetTagStatsModelclassNameId - the class name ID of this asset tag statspublic int getAssetCount()
getAssetCount in interface AssetTagStatsModelpublic void setAssetCount(int assetCount)
setAssetCount in interface AssetTagStatsModelassetCount - the asset count of this asset tag statspublic 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 setNew(boolean n)
BaseModel
setNew in interface BaseModel<AssetTagStats>setNew in interface AssetTagStatsModeln - 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<AssetTagStats>isCachedModel in interface AssetTagStatsModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<AssetTagStats>setCachedModel in interface AssetTagStatsModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic 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 Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetTagStats>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface AssetTagStatsModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<AssetTagStats>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface AssetTagStatsModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetTagStats>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface AssetTagStatsModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetTagStats>setExpandoBridgeAttributes in interface AssetTagStatsModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)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 hashCode()
hashCode in interface AssetTagStatsModelhashCode in class Objectpublic 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 String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetTagStats>toXmlString in interface AssetTagStatsModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic AssetTagStats getWrappedAssetTagStats()
public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<AssetTagStats>
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||