Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.model.impl
Class ExpandoColumnImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ExpandoColumn>
      extended by com.liferay.portlet.expando.model.impl.ExpandoColumnModelImpl
          extended by com.liferay.portlet.expando.model.impl.ExpandoColumnBaseImpl
              extended by 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

Field Summary
 
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
 
Constructor Summary
ExpandoColumnImpl()
           
 
Method Summary
 Serializable getDefaultValue()
           
 String getDisplayName(Locale locale)
           
 String getTypeSettings()
          Returns 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 class com.liferay.portlet.expando.model.impl.ExpandoColumnBaseImpl
persist
 
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 class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

ExpandoColumnImpl

public ExpandoColumnImpl()
Method Detail

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)

Liferay 6.1.2-ce-ga3