com.metamatrix.console.ui.util
Class InitialAndCurrentValues

java.lang.Object
  extended by com.metamatrix.console.ui.util.InitialAndCurrentValues

public class InitialAndCurrentValues
extends java.lang.Object


Constructor Summary
InitialAndCurrentValues(java.lang.Object init, java.lang.Object cur)
           
 
Method Summary
 java.lang.Object getCurrentValue()
           
 java.lang.Object getInitialValue()
           
 void setCurrentValue(java.lang.Object val)
           
 boolean valuesEqual()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialAndCurrentValues

public InitialAndCurrentValues(java.lang.Object init,
                               java.lang.Object cur)
Method Detail

getInitialValue

public java.lang.Object getInitialValue()

getCurrentValue

public java.lang.Object getCurrentValue()

setCurrentValue

public void setCurrentValue(java.lang.Object val)

valuesEqual

public boolean valuesEqual()


Copyright © 2009. All Rights Reserved.