com.liferay.portlet.asset.model
Interface AssetTagStats

All Superinterfaces:
AssetTagStatsModel, BaseModel<AssetTagStats>, java.lang.Cloneable, java.lang.Comparable<AssetTagStats>, java.io.Serializable
All Known Implementing Classes:
AssetTagStatsWrapper

public interface AssetTagStats
extends AssetTagStatsModel

The model interface for the AssetTagStats service. Represents a row in the "AssetTagStats" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to com.liferay.portlet.asset.model.impl.AssetTagStatsImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a asset tag stats model instance should use the AssetTagStats interface instead.

Author:
Brian Wing Shun Chan
See Also:
AssetTagStatsModel, com.liferay.portlet.asset.model.impl.AssetTagStatsImpl, com.liferay.portlet.asset.model.impl.AssetTagStatsModelImpl
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