|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.Staker.domain.UnitCostEstimate
public class UnitCostEstimate
Estimates for installation and retirement of a unit.
| Constructor Summary | |
|---|---|
UnitCostEstimate()
Create a new UnitCostEstimate. |
|
| Method Summary | |
|---|---|
float |
getNewCostEstimate()
Estimated cost to install unit. |
float |
getNewHoursEstimate()
Estimated hours to install unit. |
float |
getRetireCostEstimate()
Estimated cost to retire unit. |
float |
getRetireHoursEstimate()
Estimated hours to retire unit. |
void |
setNewCostEstimate(float newNewCostEstimate)
Estimated cost to install unit. |
void |
setNewHoursEstimate(float newNewHoursEstimate)
Estimated hours to install unit. |
void |
setRetireCostEstimate(float newRetireCostEstimate)
Estimated cost to retire unit. |
void |
setRetireHoursEstimate(float newRetireHoursEstimate)
Estimated hours to retire unit. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnitCostEstimate()
| Method Detail |
|---|
public float getNewCostEstimate()
public void setNewCostEstimate(float newNewCostEstimate)
public float getNewHoursEstimate()
public void setNewHoursEstimate(float newNewHoursEstimate)
public float getRetireCostEstimate()
public void setRetireCostEstimate(float newRetireCostEstimate)
public float getRetireHoursEstimate()
public void setRetireHoursEstimate(float newRetireHoursEstimate)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||