com.atlassian.greenhopper.model.timetracking
Class DayWorkHistory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DayWorkHistory
public DayWorkHistory()
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-2011 Atlassian. All Rights Reserved.