com.liferay.portlet.expando.model.impl
Class ExpandoColumnCacheModel
java.lang.Object
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.
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
ExpandoColumnCacheModel
public ExpandoColumnCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public ExpandoColumn toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<ExpandoColumn>