Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.model.impl
Class ExpandoTableCacheModel

java.lang.Object
  extended by 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.

Field Summary
 long classNameId
           
 long companyId
           
 String name
           
 long tableId
           
 
Constructor Summary
ExpandoTableCacheModel()
           
 
Method Summary
 ExpandoTable toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tableId

public long tableId

companyId

public long companyId

classNameId

public long classNameId

name

public String name
Constructor Detail

ExpandoTableCacheModel

public ExpandoTableCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public ExpandoTable toEntityModel()
Specified by:
toEntityModel in interface CacheModel<ExpandoTable>

Liferay 6.1.2-ce-ga3