net.sf.basedb.core
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 |
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 |
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
SessionControl.SettingInfo
private SessionControl.SettingInfo(String value,
boolean modified)
toString
public String toString()
- Overrides:
toString
in class Object