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

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

public class ColumnChange
extends java.lang.Object


Field Summary
 java.lang.Boolean done
          true: added to done column false: removed from done column
 java.lang.String newStatus
           
 java.lang.Boolean notDone
          true: added to not done column false: removed from not done column
 
Constructor Summary
ColumnChange()
           
ColumnChange(java.lang.Boolean notDone, java.lang.Boolean done, java.lang.String newStatus)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notDone

public java.lang.Boolean notDone
true: added to not done column false: removed from not done column


done

public java.lang.Boolean done
true: added to done column false: removed from done column


newStatus

public java.lang.String newStatus
Constructor Detail

ColumnChange

public ColumnChange()

ColumnChange

public ColumnChange(java.lang.Boolean notDone,
                    java.lang.Boolean done,
                    java.lang.String newStatus)


Copyright © 2007-2013 Atlassian. All Rights Reserved.