2.17.2: 2011-06-17

net.sf.basedb.core
Class SessionControl.SettingInfo

java.lang.Object
  extended by 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
private  boolean modified
          If the setting has been modified while the user was logged in or not
private  String value
          The value of the setting, null indicates removal
 
Constructor Summary
private SessionControl.SettingInfo(String value, boolean modified)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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 Detail

SessionControl.SettingInfo

private SessionControl.SettingInfo(String value,
                                   boolean modified)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

2.17.2: 2011-06-17