Class SessionControl.SettingInfo

java.lang.Object
net.sf.basedb.core.SessionControl.SettingInfo
Enclosing class:
SessionControl

private static class SessionControl.SettingInfo extends Object
Internal class to hold information about a setting
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final boolean
    If the setting has been modified while the user was logged in or not
    private final String
    The value of the setting, null indicates removal
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    SettingInfo(String value, boolean modified)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • value

      private final String value
      The value of the setting, null indicates removal
    • modified

      private final boolean modified
      If the setting has been modified while the user was logged in or not
  • Constructor Details

    • SettingInfo

      private SettingInfo(String value, boolean modified)
  • Method Details