com.atlassian.greenhopper.model.charts
Class HourBurndownEntry

java.lang.Object
  extended by com.atlassian.greenhopper.model.charts.HourBurndownEntry
All Implemented Interfaces:
java.lang.Cloneable

public class HourBurndownEntry
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
HourBurndownEntry()
           
 
Method Summary
 HourBurndownEntry clone()
           
 HourBurndownEntry getDelta(HourBurndownEntry another)
          Compute the delta between this entry and another by subtracting the other entry's values.
 long getEstimateAccuracy()
           
 long getRemainingEstimate()
           
 long getRequiredBurndownRate()
           
 long getTimeSpent()
           
 void setEstimateAccuracy(long estimateAccuracy)
           
 void setRemainingEstimate(long remainingEstimate)
           
 void setRequiredBurndownRate(long requiredBurndownRate)
           
 void setTimeSpent(long timeSpent)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HourBurndownEntry

public HourBurndownEntry()
Method Detail

getRemainingEstimate

public long getRemainingEstimate()

setRemainingEstimate

public void setRemainingEstimate(long remainingEstimate)

getTimeSpent

public long getTimeSpent()

setTimeSpent

public void setTimeSpent(long timeSpent)

getEstimateAccuracy

public long getEstimateAccuracy()

setEstimateAccuracy

public void setEstimateAccuracy(long estimateAccuracy)

getRequiredBurndownRate

public long getRequiredBurndownRate()

setRequiredBurndownRate

public void setRequiredBurndownRate(long requiredBurndownRate)

getDelta

public HourBurndownEntry getDelta(HourBurndownEntry another)
Compute the delta between this entry and another by subtracting the other entry's values.

Parameters:
another - : the entry whose values will be subtracted
Returns:
an HourBurndownEntry that contains the difference between this and the given entry

clone

public HourBurndownEntry clone()
Overrides:
clone in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007-2012 Atlassian. All Rights Reserved.