com.atlassian.greenhopper.web.rapid.chart.burndown
Class BaseStatisticChange

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.chart.burndown.BaseStatisticChange

public class BaseStatisticChange
extends java.lang.Object


Field Summary
 java.lang.Double newValue
           
 java.lang.Double oldValue
           
 
Constructor Summary
BaseStatisticChange()
           
BaseStatisticChange(java.lang.Double oldValue, java.lang.Double newValue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oldValue

public java.lang.Double oldValue

newValue

public java.lang.Double newValue
Constructor Detail

BaseStatisticChange

public BaseStatisticChange()

BaseStatisticChange

public BaseStatisticChange(java.lang.Double oldValue,
                           java.lang.Double newValue)


Copyright © 2007-2013 Atlassian. All Rights Reserved.