com.liferay.portlet.expando.model
Interface ExpandoColumn
- All Superinterfaces:
- BaseModel<ExpandoColumn>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<ExpandoColumn>, ExpandoColumnModel, PersistedModel, java.io.Serializable
- All Known Implementing Classes:
- ExpandoColumnWrapper
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.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoColumnModel,
ExpandoColumnImpl,
ExpandoColumnModelImpl- Generated:
| 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, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setTableId, setType, toCacheModel, toEscapedModel, toString, toXmlString |
getDefaultValue
java.io.Serializable getDefaultValue()
getDisplayName
java.lang.String getDisplayName(java.util.Locale locale)
getTypeSettings
java.lang.String getTypeSettings()
- Description copied from interface:
ExpandoColumnModel
- Returns 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(java.lang.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)