com.liferay.portlet.asset.model.impl
Class AssetTagStatsImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetTagStats>
      extended by com.liferay.portlet.asset.model.impl.AssetTagStatsModelImpl
          extended by com.liferay.portlet.asset.model.impl.AssetTagStatsImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetTagStats>, com.liferay.portlet.asset.model.AssetTagStats, com.liferay.portlet.asset.model.AssetTagStatsModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.asset.model.AssetTagStats>

public class AssetTagStatsImpl
extends AssetTagStatsModelImpl
implements com.liferay.portlet.asset.model.AssetTagStats

View Source

Author:
Jorge Ferrer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.asset.model.impl.AssetTagStatsModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
AssetTagStatsImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetTagStatsModelImpl
clone, compareTo, equals, getAssetCount, getClassName, getClassNameId, getExpandoBridge, getOriginalClassNameId, getOriginalTagId, getPrimaryKey, getPrimaryKeyObj, getTagId, getTagStatsId, hashCode, setAssetCount, setClassNameId, setExpandoBridgeAttributes, setPrimaryKey, setTagId, setTagStatsId, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

AssetTagStatsImpl

public AssetTagStatsImpl()