Liferay 6.1.2-ce-ga3

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

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

public class ExpandoColumnCacheModel
extends Object
implements CacheModel<ExpandoColumn>, Serializable

The cache model class for representing ExpandoColumn in entity cache.

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

Field Summary
 long columnId
           
 long companyId
           
 String defaultData
           
 String name
           
 long tableId
           
 int type
           
 String typeSettings
           
 
Constructor Summary
ExpandoColumnCacheModel()
           
 
Method Summary
 ExpandoColumn toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

columnId

public long columnId

companyId

public long companyId

tableId

public long tableId

name

public String name

type

public int type

defaultData

public String defaultData

typeSettings

public String typeSettings
Constructor Detail

ExpandoColumnCacheModel

public ExpandoColumnCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3