Liferay 6.1.2-ce-ga3

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

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

Field Summary
 long classPK
           
 long companyId
           
 long rowId
           
 long tableId
           
 
Constructor Summary
ExpandoRowCacheModel()
           
 
Method Summary
 ExpandoRow toEntityModel()
           
 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 String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3