Liferay 7.0-ce-b4

com.liferay.portlet.asset.model
Interface AssetTagStats

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

@ProviderType
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, com.liferay.portlet.asset.model.impl.AssetTagStatsImpl, com.liferay.portlet.asset.model.impl.AssetTagStatsModelImpl

Field Summary
static Accessor<AssetTagStats,Long> TAG_STATS_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetTagStatsModel
clone, compareTo, getAssetCount, getClassName, getClassNameId, getCompanyId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getTagId, getTagStatsId, hashCode, isCachedModel, isEscapedModel, isNew, setAssetCount, setCachedModel, setClassName, setClassNameId, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setTagId, setTagStatsId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

TAG_STATS_ID_ACCESSOR

static final Accessor<AssetTagStats,Long> TAG_STATS_ID_ACCESSOR

Liferay 7.0-ce-b4