public class SfcVariablesDTO
extends java.lang.Object
Constructor and Description |
---|
SfcVariablesDTO() |
SfcVariablesDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.majorproject.submission.MajorProjectSensitivityAnalysis be) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static SfcVariablesDTO |
getObject(eu.europa.ec.sfc2014.frontoffice.model.domain.majorproject.submission.MajorProjectSensitivityAnalysis be) |
java.math.BigDecimal |
getPercentageENPV() |
java.math.BigDecimal |
getPercentageFNPVC() |
java.math.BigDecimal |
getPercentageFNPVK() |
void |
setName(java.lang.String name) |
void |
setPercentageENPV(java.math.BigDecimal percentageENPV) |
void |
setPercentageFNPVC(java.math.BigDecimal percentageFNPVC) |
void |
setPercentageFNPVK(java.math.BigDecimal percentageFNPVK) |
public SfcVariablesDTO()
public SfcVariablesDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.majorproject.submission.MajorProjectSensitivityAnalysis be)
public static SfcVariablesDTO getObject(eu.europa.ec.sfc2014.frontoffice.model.domain.majorproject.submission.MajorProjectSensitivityAnalysis be)
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.math.BigDecimal getPercentageENPV()
public void setPercentageENPV(java.math.BigDecimal percentageENPV)
percentageENPV
- the percentageENPV to setpublic java.math.BigDecimal getPercentageFNPVC()
public void setPercentageFNPVC(java.math.BigDecimal percentageFNPVC)
percentageFNPVC
- the percentageFNPVC to setpublic java.math.BigDecimal getPercentageFNPVK()
public void setPercentageFNPVK(java.math.BigDecimal percentageFNPVK)
percentageFNPVK
- the percentageFNPVK to setCopyright © 2024. All rights reserved.