com.ibm.carma.ui.action.custom
Class CarmaTaskMemento

java.lang.Object
  extended by com.ibm.carma.ui.action.custom.CarmaTaskMemento

public class CarmaTaskMemento
extends java.lang.Object

Memento to remember the values specified during a CARMA operation


Field Summary
static java.lang.String COPYRIGHT
           
 boolean promptAgain
           
 java.util.Map<java.lang.String,java.lang.Object> storedValues
           
 
Constructor Summary
CarmaTaskMemento()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

promptAgain

public boolean promptAgain

storedValues

public java.util.Map<java.lang.String,java.lang.Object> storedValues
Constructor Detail

CarmaTaskMemento

public CarmaTaskMemento()