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

java.lang.Object
  extended by com.liferay.portlet.expando.model.impl.ExpandoTableCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.expando.model.ExpandoTable>, java.io.Serializable

public class ExpandoTableCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.expando.model.ExpandoTable>, java.io.Serializable

The cache model class for representing ExpandoTable in entity cache.

Author:
Brian Wing Shun Chan
See Also:
ExpandoTable, Serialized Form
Generated:

Field Summary
 long classNameId
           
 long companyId
           
 java.lang.String name
           
 long tableId
           
 
Constructor Summary
ExpandoTableCacheModel()
           
 
Method Summary
 com.liferay.portlet.expando.model.ExpandoTable toEntityModel()
           
 java.lang.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 java.lang.String name
Constructor Detail

ExpandoTableCacheModel

public ExpandoTableCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portlet.expando.model.ExpandoTable toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.expando.model.ExpandoTable>