com.liferay.counter.model.impl
Class CounterCacheModel
java.lang.Object
com.liferay.counter.model.impl.CounterCacheModel
- All Implemented Interfaces:
- CacheModel<Counter>, Serializable
public class CounterCacheModel
- extends Object
- implements CacheModel<Counter>, Serializable
The cache model class for representing Counter in entity cache.
- See Also:
Counter
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
name
public String name
currentId
public long currentId
CounterCacheModel
public CounterCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public Counter toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<Counter>