Liferay 6.0.5

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

The model interface for the ExpandoColumn service. Represents a row in the "ExpandoColumn" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to ExpandoColumnImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a expando column model instance should use the ExpandoColumn interface instead.

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()
          Gets the type settings of this expando column.
 UnicodeProperties getTypeSettingsProperties()
           
 void setTypeSettings(String typeSettings)
          Sets the type settings of this expando column.
 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()
Description copied from interface: ExpandoColumnModel
Gets the type settings of this expando column.

Specified by:
getTypeSettings in interface ExpandoColumnModel
Returns:
the type settings of this expando column

getTypeSettingsProperties

UnicodeProperties getTypeSettingsProperties()

setTypeSettings

void setTypeSettings(String typeSettings)
Description copied from interface: ExpandoColumnModel
Sets the type settings of this expando column.

Specified by:
setTypeSettings in interface ExpandoColumnModel
Parameters:
typeSettings - the type settings of this expando column

setTypeSettingsProperties

void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)

Liferay 6.0.5