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