com.sap.workspaces.module.extension

Class ChangedSetting

java.lang.Object
  extended by com.sap.workspaces.module.extension.ChangedSetting

public final class ChangedSetting
extends Object

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

ChangedSetting

public ChangedSetting(String key,
                      String oldValue,
                      String newValue)
Method Detail

getKey

public String getKey()
Returns the key of the setting that has been changed

Returns:
The key of the setting that has been changed

getOldValue

public String getOldValue()
Returns the old value of the setting that has been changed

Returns:
The old value of the setting that has been changed

getNewValue

public String getNewValue()
Returns the new value of the setting

Returns:
The new value of the setting


Copyright 2011 SAP AG Complete Copyright Notice