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

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

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

The cache model class for representing ExpandoColumn in entity cache.

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

Field Summary
 long columnId
           
 long companyId
           
 java.lang.String defaultData
           
 java.lang.String name
           
 long tableId
           
 int type
           
 java.lang.String typeSettings
           
 
Constructor Summary
ExpandoColumnCacheModel()
           
 
Method Summary
 com.liferay.portlet.expando.model.ExpandoColumn toEntityModel()
           
 java.lang.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 java.lang.String name

type

public int type

defaultData

public java.lang.String defaultData

typeSettings

public java.lang.String typeSettings
Constructor Detail

ExpandoColumnCacheModel

public ExpandoColumnCacheModel()
Method Detail

toString

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

toEntityModel

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