Liferay 6.2-ce-ga5

com.liferay.portlet.expando.model
Interface ExpandoColumn

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

@ProviderType
public interface ExpandoColumn
extends ExpandoColumnModel, PersistedModel

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

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

Method Summary
 Serializable getDefaultValue()
           
 String getDisplayName(Locale locale)
           
 UnicodeProperties getTypeSettingsProperties()
           
 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, getTypeSettings, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setColumnId, setCompanyId, setDefaultData, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setTableId, setType, setTypeSettings, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getDefaultValue

Serializable getDefaultValue()

getDisplayName

String getDisplayName(Locale locale)

getTypeSettingsProperties

UnicodeProperties getTypeSettingsProperties()

setTypeSettingsProperties

void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)

Liferay 6.2-ce-ga5