Class BaseSettingSpecifier

java.lang.Object
net.solarnetwork.settings.support.BaseSettingSpecifier
All Implemented Interfaces:
SettingSpecifier
Direct Known Subclasses:
BaseKeyedSettingSpecifier, BasicGroupSettingSpecifier, BasicParentSettingSpecifier

public abstract class BaseSettingSpecifier extends Object implements SettingSpecifier
Base implementation of SettingSpecifier.
Version:
1.1
Author:
matt
  • Constructor Details

    • BaseSettingSpecifier

      public BaseSettingSpecifier()
  • Method Details

    • getTitle

      public String getTitle()
      Description copied from interface: SettingSpecifier
      Localizable text to display with the setting's content.
      Specified by:
      getTitle in interface SettingSpecifier
      Returns:
      the title
    • setTitle

      public void setTitle(String title)
      Set the title.
      Parameters:
      title - the title to set
    • getType

      public String getType()
      Description copied from interface: SettingSpecifier
      A unique identifier for the type of setting specifier this represents.

      Generally this will be a fully-qualified interface name.

      Specified by:
      getType in interface SettingSpecifier
      Returns:
      the type