com.pyxis.greenhopper.charts.timetracking
Class HourWorklog
java.lang.Object
com.pyxis.greenhopper.charts.timetracking.HourWorklog
- All Implemented Interfaces:
- DateWorklog, java.lang.Comparable<HourWorklog>
public class HourWorklog
- extends java.lang.Object
- implements DateWorklog, java.lang.Comparable<HourWorklog>
Constructor Summary |
HourWorklog(java.util.Date worklogDate)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
HourWorklog
public HourWorklog(java.util.Date worklogDate)
computeVersionTimeDoneInMillis
public long computeVersionTimeDoneInMillis()
getTimeSpentInMillis
public long getTimeSpentInMillis()
getWorklogDate
public java.util.Date getWorklogDate()
- Specified by:
getWorklogDate
in interface DateWorklog
getIssueKey
public java.lang.String getIssueKey()
setNewEstimate
public void setNewEstimate(long newEstimate)
setOldEstimate
public void setOldEstimate(long oldEstimate)
setTimeSpent
public void setTimeSpent(long timeSpent)
setIssueKey
public void setIssueKey(java.lang.String issueKey)
compareTo
public int compareTo(HourWorklog other)
- Specified by:
compareTo
in interface java.lang.Comparable<HourWorklog>
equals
public boolean equals(java.lang.Object ob)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2007-2014 Atlassian. All Rights Reserved.