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