Class SettingData

    • Constructor Detail

      • SettingData

        public SettingData()
    • Method Detail

      • getName

        public String getName()
        Used by Hibernate to link with setting name. NOTE! Must be mapped in each of the subclasses to make unique-key settings unique.
      • setName

        public void setName​(String name)
      • getValue

        public String getValue()
        Get the value of this setting.
        Hibernate: property
        column="`value`" type="text" not-null="true"
      • setValue

        public void setValue​(String value)