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 the changed setting of a module


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:
key of the setting that has been changed

getOldValue

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

Returns:
old value of the setting that has been changed

getNewValue

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

Returns:
new value of the setting


Copyright 2010 SAP AG Complete Copyright Notice