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