com.liferay.portlet.expando.model.impl
Class ExpandoColumnImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<ExpandoColumn>
com.liferay.portlet.expando.model.impl.ExpandoColumnModelImpl
com.liferay.portlet.expando.model.impl.ExpandoColumnImpl
- All Implemented Interfaces:
- BaseModel<ExpandoColumn>, ExpandoColumn, ExpandoColumnModel, Serializable, Cloneable, Comparable<ExpandoColumn>
public class ExpandoColumnImpl
- extends ExpandoColumnModelImpl
- implements ExpandoColumn
- See Also:
- Serialized Form
Fields inherited from class com.liferay.portlet.expando.model.impl.ExpandoColumnModelImpl |
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoColumnModelImpl |
clone, compareTo, equals, getColumnId, getCompanyId, getDefaultData, getName, getOriginalName, getOriginalTableId, getPrimaryKey, getPrimaryKeyObj, getTableId, getType, hashCode, setColumnId, setCompanyId, setDefaultData, setName, setPrimaryKey, setTableId, setType, toEscapedModel, toModel, toModels, toString, toXmlString |
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 |
ExpandoColumnImpl
public ExpandoColumnImpl()
getDefaultValue
public Serializable getDefaultValue()
- Specified by:
getDefaultValue
in interface ExpandoColumn
getDisplayName
public String getDisplayName(Locale locale)
- Specified by:
getDisplayName
in interface ExpandoColumn
getTypeSettings
public String getTypeSettings()
- Description copied from interface:
ExpandoColumnModel
- Gets the type settings of this expando column.
- Specified by:
getTypeSettings
in interface ExpandoColumn
- Specified by:
getTypeSettings
in interface ExpandoColumnModel
- Overrides:
getTypeSettings
in class ExpandoColumnModelImpl
- Returns:
- the type settings of this expando column
getTypeSettingsProperties
public UnicodeProperties getTypeSettingsProperties()
- Specified by:
getTypeSettingsProperties
in interface ExpandoColumn
setTypeSettings
public void setTypeSettings(String typeSettings)
- Description copied from interface:
ExpandoColumnModel
- Sets the type settings of this expando column.
- Specified by:
setTypeSettings
in interface ExpandoColumn
- Specified by:
setTypeSettings
in interface ExpandoColumnModel
- Overrides:
setTypeSettings
in class ExpandoColumnModelImpl
- Parameters:
typeSettings
- the type settings of this expando column
setTypeSettingsProperties
public void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
- Specified by:
setTypeSettingsProperties
in interface ExpandoColumn