public class TimeTracking
extends java.lang.Object
| Constructor and Description |
|---|
TimeTracking(java.lang.Integer originalEstimateMinutes,
java.lang.Integer remainingEstimateMinutes,
java.lang.Integer timeSpentMinutes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getOriginalEstimateMinutes() |
java.lang.Integer |
getRemainingEstimateMinutes() |
java.lang.Integer |
getTimeSpentMinutes() |
int |
hashCode() |
java.lang.String |
toString() |
public TimeTracking(@Nullable
java.lang.Integer originalEstimateMinutes,
@Nullable
java.lang.Integer remainingEstimateMinutes,
@Nullable
java.lang.Integer timeSpentMinutes)
@Nullable public java.lang.Integer getOriginalEstimateMinutes()
null when time spent information is not available@Nullable public java.lang.Integer getRemainingEstimateMinutes()
null when such estimation was not provided@Nullable public java.lang.Integer getTimeSpentMinutes()
null when time spent information is not available to the caller
(in some strange circumstances)public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2013 Atlassian. All Rights Reserved.