Package org.jboss.set.aphrodite.domain
Class IssueEstimation
- java.lang.Object
-
- org.jboss.set.aphrodite.domain.IssueEstimation
-
public class IssueEstimation extends Object
Contains all data related to issue estimations and the amount of time worked.- Author:
- Ryan Emerson
-
-
Constructor Summary
Constructors Constructor Description IssueEstimation()IssueEstimation(double initialEstimate)IssueEstimation(double initialEstimate, double hoursWorked)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetHoursWorked()doublegetInitialEstimate()StringtoString()
-