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

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

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

The cache model class for representing ExpandoRow in entity cache.

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

Field Summary
 long classPK
           
 long companyId
           
 long rowId
           
 long tableId
           
 
Constructor Summary
ExpandoRowCacheModel()
           
 
Method Summary
 com.liferay.portlet.expando.model.ExpandoRow toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rowId

public long rowId

companyId

public long companyId

tableId

public long tableId

classPK

public long classPK
Constructor Detail

ExpandoRowCacheModel

public ExpandoRowCacheModel()
Method Detail

toString

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

toEntityModel

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