Liferay 6.1.2-ce-ga3

com.liferay.portlet.asset.model
Interface AssetTagStats

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

public interface AssetTagStats
extends AssetTagStatsModel, PersistedModel

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

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, setClassName, setClassNameId, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setTagId, setTagStatsId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3