private static class SessionControl.SettingInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
modified
If the setting has been modified while the user was logged in or not
|
private java.lang.String |
value
The value of the setting, null indicates removal
|
Modifier | Constructor and Description |
---|---|
private |
SettingInfo(java.lang.String value,
boolean modified) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |