Liferay 6.0.3

com.liferay.portlet.asset.model
Interface AssetTagStats

All Superinterfaces:
AssetTagStatsModel, BaseModel<AssetTagStats>, Cloneable, Comparable<AssetTagStats>, Serializable
All Known Implementing Classes:
AssetTagStatsImpl, AssetTagStatsWrapper

public interface AssetTagStats
extends AssetTagStatsModel

This interface is a model that represents the AssetTagStats table in the database.

Customize AssetTagStatsImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
AssetTagStatsModel, AssetTagStatsImpl, AssetTagStatsModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetTagStatsModel
clone, compareTo, getAssetCount, getClassName, getClassNameId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getTagId, getTagStatsId, hashCode, isCachedModel, isEscapedModel, isNew, setAssetCount, setCachedModel, setClassNameId, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setTagId, setTagStatsId, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3