|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.module.extension.ChangedSetting
public final class ChangedSetting
Provides information about a changed runtime setting of a module’s property
| Constructor Summary | |
|---|---|
ChangedSetting(String key,
String oldValue,
String newValue)
|
|
| Method Summary | |
|---|---|
String |
getKey()
Returns the key of the setting that has been changed |
String |
getNewValue()
Returns the new value of the setting |
String |
getOldValue()
Returns the old value of the setting that has been changed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangedSetting(String key,
String oldValue,
String newValue)
| Method Detail |
|---|
public String getKey()
public String getOldValue()
public String getNewValue()
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||