Liferay 6.0-ee

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

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 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.

See Also:
AssetTagStatsModel, AssetTagStatsImpl, AssetTagStatsModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it 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-ee