com.liferay.portlet.expando.model.impl
Class ExpandoValueCacheModel
java.lang.Object
com.liferay.portlet.expando.model.impl.ExpandoValueCacheModel
- All Implemented Interfaces:
- CacheModel<ExpandoValue>, Serializable
public class ExpandoValueCacheModel
- extends Object
- implements CacheModel<ExpandoValue>, Serializable
The cache model class for representing ExpandoValue in entity cache.
- See Also:
ExpandoValue
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
valueId
public long valueId
companyId
public long companyId
tableId
public long tableId
columnId
public long columnId
rowId
public long rowId
classNameId
public long classNameId
classPK
public long classPK
data
public String data
ExpandoValueCacheModel
public ExpandoValueCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public ExpandoValue toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<ExpandoValue>