|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.danube.scrumworks.api2.Estimate
public final class Estimate
Represents estimates in the API.
| Constructor Summary | |
|---|---|
Estimate()
Constructs a new Estimate. |
|
Estimate(java.lang.Integer estimate,
java.util.Date date)
Constructs a new Estimate. |
|
| Method Summary | |
|---|---|
java.util.Date |
getDate()
Gets the date. |
java.lang.Integer |
getEstimate()
Gets the estimate. |
void |
setDate(java.util.Date date)
Sets the date. |
void |
setEstimate(java.lang.Integer estimate)
Sets the estimate. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Estimate()
Estimate.
public Estimate(java.lang.Integer estimate,
java.util.Date date)
Estimate.
estimate - the estimatedate - the date| Method Detail |
|---|
public java.lang.Integer getEstimate()
public void setEstimate(java.lang.Integer estimate)
estimate - the new estimatepublic java.util.Date getDate()
public void setDate(java.util.Date date)
date - the new date
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||