public class NumericIndicatorDTO
extends java.lang.Object
Constructor and Description |
---|
NumericIndicatorDTO() |
NumericIndicatorDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.implementationreport.fead.ImplementationNumericCommonIndicator bean) |
NumericIndicatorDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.implementationreport.fead.ImplementationNumericSpecificIndicator bean) |
NumericIndicatorDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.implementationreport.fead.NumericImplementationYear bean) |
Modifier and Type | Method and Description |
---|---|
IndicatorDTO |
getCommonIndicator() |
java.math.BigDecimal |
getCumulativeValue() |
java.math.BigDecimal |
getN2014() |
java.math.BigDecimal |
getN2015() |
java.math.BigDecimal |
getN2016() |
java.math.BigDecimal |
getN2017() |
java.math.BigDecimal |
getN2018() |
java.math.BigDecimal |
getN2019() |
java.math.BigDecimal |
getN2020() |
java.math.BigDecimal |
getN2021() |
java.math.BigDecimal |
getN2022() |
java.math.BigDecimal |
getN2023() |
static java.util.Collection<NumericIndicatorDTO> |
getObjects(java.util.List<? extends eu.europa.ec.sfc2014.frontoffice.model.domain.implementationreport.fead.ImplementationNumericCommonIndicator> list) |
static java.util.Collection<NumericIndicatorDTO> |
getObjectsBySI(java.util.List<? extends eu.europa.ec.sfc2014.frontoffice.model.domain.implementationreport.fead.ImplementationNumericSpecificIndicator> list) |
void |
setCommonIndicator(IndicatorDTO commonIndicator) |
void |
setCumulativeValue(java.math.BigDecimal cumulativeValue) |
void |
setN2014(java.math.BigDecimal n2014) |
void |
setN2015(java.math.BigDecimal n2015) |
void |
setN2016(java.math.BigDecimal n2016) |
void |
setN2017(java.math.BigDecimal n2017) |
void |
setN2018(java.math.BigDecimal n2018) |
void |
setN2019(java.math.BigDecimal n2019) |
void |
setN2020(java.math.BigDecimal n2020) |
void |
setN2021(java.math.BigDecimal n2021) |
void |
setN2022(java.math.BigDecimal n2022) |
void |
setN2023(java.math.BigDecimal n2023) |
public NumericIndicatorDTO()
public NumericIndicatorDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.implementationreport.fead.NumericImplementationYear bean)
public NumericIndicatorDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.implementationreport.fead.ImplementationNumericCommonIndicator bean)
public NumericIndicatorDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.implementationreport.fead.ImplementationNumericSpecificIndicator bean)
public static java.util.Collection<NumericIndicatorDTO> getObjectsBySI(java.util.List<? extends eu.europa.ec.sfc2014.frontoffice.model.domain.implementationreport.fead.ImplementationNumericSpecificIndicator> list)
public static java.util.Collection<NumericIndicatorDTO> getObjects(java.util.List<? extends eu.europa.ec.sfc2014.frontoffice.model.domain.implementationreport.fead.ImplementationNumericCommonIndicator> list)
public IndicatorDTO getCommonIndicator()
public void setCommonIndicator(IndicatorDTO commonIndicator)
commonIndicator
- the commonIndicator to setpublic java.math.BigDecimal getN2023()
public void setN2023(java.math.BigDecimal n2023)
n2023
- the n2023 to setpublic java.math.BigDecimal getN2022()
public void setN2022(java.math.BigDecimal n2022)
n2022
- the n2022 to setpublic java.math.BigDecimal getN2021()
public void setN2021(java.math.BigDecimal n2021)
n2021
- the n2021 to setpublic java.math.BigDecimal getN2020()
public void setN2020(java.math.BigDecimal n2020)
n2020
- the n2020 to setpublic java.math.BigDecimal getN2019()
public void setN2019(java.math.BigDecimal n2019)
n2019
- the n2019 to setpublic java.math.BigDecimal getN2018()
public void setN2018(java.math.BigDecimal n2018)
n2018
- the n2018 to setpublic java.math.BigDecimal getN2017()
public void setN2017(java.math.BigDecimal n2017)
n2017
- the n2017 to setpublic java.math.BigDecimal getN2016()
public void setN2016(java.math.BigDecimal n2016)
n2016
- the n2016 to setpublic java.math.BigDecimal getN2015()
public void setN2015(java.math.BigDecimal n2015)
n2015
- the n2015 to setpublic java.math.BigDecimal getN2014()
public void setN2014(java.math.BigDecimal n2014)
n2014
- the n2014 to setpublic java.math.BigDecimal getCumulativeValue()
public void setCumulativeValue(java.math.BigDecimal cumulativeValue)
cumulativeValue
- the cumulativeValue to setCopyright © 2024. All rights reserved.