Class ProcessCostEstimate.EquipmentCostSummary
java.lang.Object
neqsim.process.costestimation.ProcessCostEstimate.EquipmentCostSummary
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProcessCostEstimate
Summary of cost data for a single equipment item.
- Version:
- 1.0
- Author:
- esol
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGet BMC.doubleGet installation hours.getName()Get equipment name.doubleGet PEC.doubleGet TMC.getType()Get equipment type.doubleGet weight.voidsetBareModuleCost(double cost) Set BMC.voidsetInstallationManHours(double hours) Set installation hours.voidsetPurchasedEquipmentCost(double cost) Set PEC.voidsetTotalModuleCost(double cost) Set TMC.voidsetWeight(double weight) Set weight.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
type
-
purchasedEquipmentCost
private double purchasedEquipmentCost -
bareModuleCost
private double bareModuleCost -
totalModuleCost
private double totalModuleCost -
installationManHours
private double installationManHours -
weight
private double weight
-
-
Constructor Details
-
EquipmentCostSummary
-
-
Method Details
-
getName
-
getType
-
getPurchasedEquipmentCost
public double getPurchasedEquipmentCost()Get PEC.- Returns:
- PEC in USD
-
setPurchasedEquipmentCost
public void setPurchasedEquipmentCost(double cost) Set PEC.- Parameters:
cost- PEC in USD
-
getBareModuleCost
public double getBareModuleCost()Get BMC.- Returns:
- BMC in USD
-
setBareModuleCost
public void setBareModuleCost(double cost) Set BMC.- Parameters:
cost- BMC in USD
-
getTotalModuleCost
public double getTotalModuleCost()Get TMC.- Returns:
- TMC in USD
-
setTotalModuleCost
public void setTotalModuleCost(double cost) Set TMC.- Parameters:
cost- TMC in USD
-
getInstallationManHours
public double getInstallationManHours()Get installation hours.- Returns:
- man-hours
-
setInstallationManHours
public void setInstallationManHours(double hours) Set installation hours.- Parameters:
hours- man-hours
-
getWeight
public double getWeight()Get weight.- Returns:
- weight in kg
-
setWeight
public void setWeight(double weight) Set weight.- Parameters:
weight- weight in kg
-