com.partnersoft.v3x.apps.Staker.domain
Class UnitCostEstimate

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.domain.UnitCostEstimate
All Implemented Interfaces:
java.io.Serializable

public class UnitCostEstimate
extends java.lang.Object
implements java.io.Serializable

Estimates for installation and retirement of a unit.

See Also:
Serialized Form

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

UnitCostEstimate

public UnitCostEstimate()
Create a new UnitCostEstimate.

Method Detail

getNewCostEstimate

public float getNewCostEstimate()
Estimated cost to install unit.


setNewCostEstimate

public void setNewCostEstimate(float newNewCostEstimate)
Estimated cost to install unit.


getNewHoursEstimate

public float getNewHoursEstimate()
Estimated hours to install unit.


setNewHoursEstimate

public void setNewHoursEstimate(float newNewHoursEstimate)
Estimated hours to install unit.


getRetireCostEstimate

public float getRetireCostEstimate()
Estimated cost to retire unit.


setRetireCostEstimate

public void setRetireCostEstimate(float newRetireCostEstimate)
Estimated cost to retire unit.


getRetireHoursEstimate

public float getRetireHoursEstimate()
Estimated hours to retire unit.


setRetireHoursEstimate

public void setRetireHoursEstimate(float newRetireHoursEstimate)
Estimated hours to retire unit.