com.liferay.asset.tag.stats.model.impl.AssetTagStatsImpl@Deprecated public class AssetTagStatsWrapper extends BaseModelWrapper<AssetTagStats> implements AssetTagStats, ModelWrapper<AssetTagStats>
This class is a wrapper for AssetTagStats.
AssetTagStats,
Serialized FormmodelTAG_STATS_ID_ACCESSOR| Constructor and Description |
|---|
AssetTagStatsWrapper(AssetTagStats assetTagStats)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAssetCount()
Deprecated.
Returns the asset count of this asset tag stats.
|
String |
getClassName()
Deprecated.
Returns the fully qualified class name of this asset tag stats.
|
long |
getClassNameId()
Deprecated.
Returns the class name ID of this asset tag stats.
|
long |
getCompanyId()
Deprecated.
Returns the company ID of this asset tag stats.
|
Map<String,Object> |
getModelAttributes()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
Returns the primary key of this asset tag stats.
|
long |
getTagId()
Deprecated.
Returns the tag ID of this asset tag stats.
|
long |
getTagStatsId()
Deprecated.
Returns the tag stats ID of this asset tag stats.
|
void |
persist()
Deprecated.
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setAssetCount(int assetCount)
Deprecated.
Sets the asset count of this asset tag stats.
|
void |
setClassName(String className)
Deprecated.
|
void |
setClassNameId(long classNameId)
Deprecated.
Sets the class name ID of this asset tag stats.
|
void |
setCompanyId(long companyId)
Deprecated.
Sets the company ID of this asset tag stats.
|
void |
setModelAttributes(Map<String,Object> attributes)
Deprecated.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
Sets the primary key of this asset tag stats.
|
void |
setTagId(long tagId)
Deprecated.
Sets the tag ID of this asset tag stats.
|
void |
setTagStatsId(long tagStatsId)
Deprecated.
Sets the tag stats ID of this asset tag stats.
|
protected AssetTagStatsWrapper |
wrap(AssetTagStats assetTagStats)
Deprecated.
|
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic AssetTagStatsWrapper(AssetTagStats assetTagStats)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<AssetTagStats>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<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 long getPrimaryKey()
getPrimaryKey in interface AssetTagStatsModelpublic long getTagId()
getTagId in interface AssetTagStatsModelpublic long getTagStatsId()
getTagStatsId in interface AssetTagStatsModelpublic void persist()
AssetTagStats interface instead.persist in interface PersistedModelpublic void setAssetCount(int assetCount)
setAssetCount in interface AssetTagStatsModelassetCount - the asset count of this asset tag statspublic 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 setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetTagStatsModelprimaryKey - the primary key of this asset tag statspublic 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 statsprotected AssetTagStatsWrapper wrap(AssetTagStats assetTagStats)
wrap in class BaseModelWrapper<AssetTagStats>