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

java.lang.Object
  extended by com.liferay.portlet.asset.model.impl.AssetTagStatsCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.asset.model.AssetTagStats>, java.io.Serializable

public class AssetTagStatsCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.asset.model.AssetTagStats>, java.io.Serializable

The cache model class for representing AssetTagStats in entity cache.

Author:
Brian Wing Shun Chan
See Also:
AssetTagStats, Serialized Form
Generated:

Field Summary
 int assetCount
           
 long classNameId
           
 long tagId
           
 long tagStatsId
           
 
Constructor Summary
AssetTagStatsCacheModel()
           
 
Method Summary
 com.liferay.portlet.asset.model.AssetTagStats toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tagStatsId

public long tagStatsId

tagId

public long tagId

classNameId

public long classNameId

assetCount

public int assetCount
Constructor Detail

AssetTagStatsCacheModel

public AssetTagStatsCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portlet.asset.model.AssetTagStats toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.asset.model.AssetTagStats>