Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portlet.expando.model.impl.ExpandoValueCacheModel
All Implemented Interfaces:
CacheModel<ExpandoValue>, Serializable

public class ExpandoValueCacheModel
extends Object
implements CacheModel<ExpandoValue>, Serializable

The cache model class for representing ExpandoValue in entity cache.

See Also:
ExpandoValue, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 long classNameId
           
 long classPK
           
 long columnId
           
 long companyId
           
 String data
           
 long rowId
           
 long tableId
           
 long valueId
           
 
Constructor Summary
ExpandoValueCacheModel()
           
 
Method Summary
 ExpandoValue toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

valueId

public long valueId

companyId

public long companyId

tableId

public long tableId

columnId

public long columnId

rowId

public long rowId

classNameId

public long classNameId

classPK

public long classPK

data

public String data
Constructor Detail

ExpandoValueCacheModel

public ExpandoValueCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3