Class TiebackAnalyzer.TiebackScreeningResult
java.lang.Object
neqsim.process.fielddevelopment.tieback.TiebackAnalyzer.TiebackScreeningResult
- All Implemented Interfaces:
Serializable
- Enclosing class:
TiebackAnalyzer
Screening result for quick tieback evaluation.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGet distance.doubleGet estimated CAPEX.doubleGet estimated NPV.Get failure reason.Get host name.booleanisPassed()Check if passed.voidsetDistanceKm(double km) Set distance.voidsetEstimatedCapexMusd(double capex) Set estimated CAPEX.voidsetEstimatedNpvMusd(double npv) Set estimated NPV.voidsetFailureReason(String reason) Set failure reason.voidsetHostName(String name) Set host name.voidsetPassed(boolean passed) Set passed status.toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
hostName
-
passed
private boolean passed -
failureReason
-
distanceKm
private double distanceKm -
estimatedCapexMusd
private double estimatedCapexMusd -
estimatedNpvMusd
private double estimatedNpvMusd
-
-
Constructor Details
-
TiebackScreeningResult
public TiebackScreeningResult()
-
-
Method Details
-
getHostName
Get host name. -
setHostName
Set host name. -
isPassed
public boolean isPassed()Check if passed. -
setPassed
public void setPassed(boolean passed) Set passed status. -
getFailureReason
Get failure reason. -
setFailureReason
Set failure reason. -
getDistanceKm
public double getDistanceKm()Get distance. -
setDistanceKm
public void setDistanceKm(double km) Set distance. -
getEstimatedCapexMusd
public double getEstimatedCapexMusd()Get estimated CAPEX. -
setEstimatedCapexMusd
public void setEstimatedCapexMusd(double capex) Set estimated CAPEX. -
getEstimatedNpvMusd
public double getEstimatedNpvMusd()Get estimated NPV. -
setEstimatedNpvMusd
public void setEstimatedNpvMusd(double npv) Set estimated NPV. -
toString
-