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

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.chart.ScopeChangeBurndownModel.ColumnChange
Enclosing class:
ScopeChangeBurndownModel

public static class ScopeChangeBurndownModel.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
ScopeChangeBurndownModel.ColumnChange()
           
 
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

ScopeChangeBurndownModel.ColumnChange

public ScopeChangeBurndownModel.ColumnChange()


Copyright © 2007-2012 Atlassian. All Rights Reserved.