com.liferay.counter.model.impl
Class CounterCacheModel

java.lang.Object
  extended by com.liferay.counter.model.impl.CounterCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.counter.model.Counter>, java.io.Serializable

public class CounterCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.counter.model.Counter>, java.io.Serializable

The cache model class for representing Counter in entity cache.

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

Field Summary
 long currentId
           
 java.lang.String name
           
 
Constructor Summary
CounterCacheModel()
           
 
Method Summary
 com.liferay.counter.model.Counter toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

currentId

public long currentId
Constructor Detail

CounterCacheModel

public CounterCacheModel()
Method Detail

toString

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

toEntityModel

public com.liferay.counter.model.Counter toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.counter.model.Counter>