- Enclosing class:
- SessionControl
private static class SessionControl.SettingInfo
extends Object
Internal class to hold information about a setting
-
Field Summary
Fields
private final boolean
If the setting has been modified while the user was logged in or not
The value of the setting, null indicates removal
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
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)
-