com.atlassian.greenhopper.model.timetracking
Class DayWorkHistory

java.lang.Object
  extended by com.atlassian.greenhopper.model.timetracking.DayWorkHistory
All Implemented Interfaces:
java.io.Serializable

public class DayWorkHistory
extends java.lang.Object
implements java.io.Serializable

This represents the worklog data by the end of a day.

Author:
ahennecke
See Also:
Serialized Form

Constructor Summary
DayWorkHistory()
           
 
Method Summary
 void addTimeSpent(long timeSpent)
           
 long getRemainingEstimate()
           
 long getTimeSpent()
           
 boolean isRemainingEstimateSet()
           
 void setRemainingEstimate(long remainingEstimate)
           
 void setTimeSpent(long timeSpent)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DayWorkHistory

public DayWorkHistory()
Method Detail

addTimeSpent

public void addTimeSpent(long timeSpent)

getTimeSpent

public long getTimeSpent()

setTimeSpent

public void setTimeSpent(long timeSpent)

getRemainingEstimate

public long getRemainingEstimate()

setRemainingEstimate

public void setRemainingEstimate(long remainingEstimate)

isRemainingEstimateSet

public boolean isRemainingEstimateSet()

toString

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


Copyright © 2007-2013 Atlassian. All Rights Reserved.