com.liferay.asset.tag.stats.model.impl.AssetTagStatsImpl@Deprecated @ProviderType public interface AssetTagStatsModel extends BaseModel<AssetTagStats>, ShardedModel, TypedModel
This interface and its corresponding implementation com.liferay.portlet.asset.model.impl.AssetTagStatsModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.asset.model.impl.AssetTagStatsImpl.
AssetTagStats| 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.
|
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 |
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 |
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.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this asset tag statslong getTagStatsId()
void setTagStatsId(long tagStatsId)
tagStatsId - the tag stats ID of this asset tag statslong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this asset tag statslong getTagId()
void setTagId(long tagId)
tagId - the tag ID of this asset tag statsString getClassName()
getClassName in interface TypedModelvoid setClassName(String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this asset tag statsint getAssetCount()
void setAssetCount(int assetCount)
assetCount - the asset count of this asset tag stats