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.ExpandoColumnBaseImpl
com.liferay.portlet.expando.model.impl.ExpandoColumnImpl
- All Implemented Interfaces:
- BaseModel<ExpandoColumn>, ClassedModel, PersistedModel, ExpandoColumn, ExpandoColumnModel, Serializable, Cloneable, Comparable<ExpandoColumn>
public class ExpandoColumnImpl
- extends ExpandoColumnBaseImpl
- See Also:
- Serialized Form
Fields inherited from class com.liferay.portlet.expando.model.impl.ExpandoColumnModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TABLEID_COLUMN_BITMASK, TX_MANAGER |
Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoColumnModelImpl |
clone, compareTo, equals, getColumnBitmask, getColumnId, getCompanyId, getDefaultData, getModelAttributes, getModelClass, getModelClassName, getName, getOriginalName, getOriginalTableId, getPrimaryKey, getPrimaryKeyObj, getTableId, getType, hashCode, resetOriginalValues, setColumnId, setCompanyId, setDefaultData, setModelAttributes, setName, setPrimaryKey, setPrimaryKeyObj, setTableId, setType, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, 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, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setTableId, setType, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
ExpandoColumnImpl
public ExpandoColumnImpl()
getDefaultValue
public Serializable getDefaultValue()
getDisplayName
public String getDisplayName(Locale locale)
getTypeSettings
public String getTypeSettings()
- Description copied from interface:
ExpandoColumnModel
- Returns 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()
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)