Class ExpandoColumnImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.expando.kernel.model.ExpandoColumn>
All Implemented Interfaces:
com.liferay.expando.kernel.model.ExpandoColumn, com.liferay.expando.kernel.model.ExpandoColumnModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.expando.kernel.model.ExpandoColumn>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.expando.kernel.model.ExpandoColumn>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<com.liferay.expando.kernel.model.ExpandoColumn>

public class ExpandoColumnImpl extends ExpandoColumnBaseImpl
Author:
Raymond Augé, Brian Wing Shun Chan
See Also:
  • Constructor Details

    • ExpandoColumnImpl

      public ExpandoColumnImpl()
  • Method Details

    • getDefaultValue

      public Serializable getDefaultValue()
    • getDisplayName

      public String getDisplayName(Locale locale)
    • getTypeSettings

      public String getTypeSettings()
      Specified by:
      getTypeSettings in interface com.liferay.expando.kernel.model.ExpandoColumnModel
      Overrides:
      getTypeSettings in class ExpandoColumnModelImpl
    • getTypeSettingsProperties

      public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()
    • setTypeSettings

      public void setTypeSettings(String typeSettings)
      Specified by:
      setTypeSettings in interface com.liferay.expando.kernel.model.ExpandoColumnModel
      Overrides:
      setTypeSettings in class ExpandoColumnModelImpl
    • setTypeSettingsProperties

      public void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties)