com.pyxis.greenhopper.charts.customfield
Class FieldWorklog
java.lang.Object
com.pyxis.greenhopper.charts.customfield.FieldWorklog
- All Implemented Interfaces:
- DateWorklog, java.lang.Comparable<FieldWorklog>
public class FieldWorklog
- extends java.lang.Object
- implements DateWorklog, java.lang.Comparable<FieldWorklog>
Constructor Summary |
FieldWorklog(java.util.Date worklogDate)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
FieldWorklog
public FieldWorklog(java.util.Date worklogDate)
getWorklogDate
public java.util.Date getWorklogDate()
- Specified by:
getWorklogDate
in interface DateWorklog
getValue
public double getValue()
setValue
public void setValue(double value)
getIssueKey
public java.lang.String getIssueKey()
setIssueKey
public void setIssueKey(java.lang.String issueKey)
compareTo
public int compareTo(FieldWorklog other)
- Specified by:
compareTo
in interface java.lang.Comparable<FieldWorklog>
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-2011 Atlassian. All Rights Reserved.