Liferay 6.0.3

com.liferay.portlet.expando.model
Interface ExpandoColumn

All Superinterfaces:
BaseModel<ExpandoColumn>, Cloneable, Comparable<ExpandoColumn>, ExpandoColumnModel, Serializable
All Known Implementing Classes:
ExpandoColumnImpl, ExpandoColumnWrapper

public interface ExpandoColumn
extends ExpandoColumnModel

This interface is a model that represents the ExpandoColumn table in the database.

Customize ExpandoColumnImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
ExpandoColumnModel, ExpandoColumnImpl, ExpandoColumnModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 Serializable getDefaultValue()
           
 String getDisplayName(Locale locale)
           
 String getTypeSettings()
           
 UnicodeProperties getTypeSettingsProperties()
           
 void setTypeSettings(String typeSettings)
           
 void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 
Methods inherited from interface com.liferay.portlet.expando.model.ExpandoColumnModel
clone, compareTo, getColumnId, getCompanyId, getDefaultData, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getTableId, getType, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setColumnId, setCompanyId, setDefaultData, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setTableId, setType, toEscapedModel, toString, toXmlString
 

Method Detail

getDefaultValue

Serializable getDefaultValue()

getDisplayName

String getDisplayName(Locale locale)

getTypeSettings

String getTypeSettings()
Specified by:
getTypeSettings in interface ExpandoColumnModel

getTypeSettingsProperties

UnicodeProperties getTypeSettingsProperties()

setTypeSettings

void setTypeSettings(String typeSettings)
Specified by:
setTypeSettings in interface ExpandoColumnModel

setTypeSettingsProperties

void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)

Liferay 6.0.3