public class S1
extends java.lang.Object
Constructor and Description |
---|
S1() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getCurrentQ1EuAmount() |
java.math.BigDecimal |
getCurrentQ2EuAmount() |
java.math.BigDecimal |
getCurrentQ3EuAmount() |
java.math.BigDecimal |
getCurrentQ4EuAmount() |
int |
getCurrentYear() |
java.math.BigDecimal |
getNextQ1EuAmount() |
java.math.BigDecimal |
getNextQ2EuAmount() |
java.math.BigDecimal |
getNextQ3EuAmount() |
java.math.BigDecimal |
getNextQ4EuAmount() |
int |
getNextYear() |
static S1 |
getObject(eu.europa.ec.sfc2014.frontoffice.model.domain.paymentforecast.PaymentForecastVersionEafrd pf) |
void |
setCurrentQ1EuAmount(java.math.BigDecimal currentQ1EuAmount) |
void |
setCurrentQ2EuAmount(java.math.BigDecimal currentQ2EuAmount) |
void |
setCurrentQ3EuAmount(java.math.BigDecimal currentQ3EuAmount) |
void |
setCurrentQ4EuAmount(java.math.BigDecimal currentQ4EuAmount) |
void |
setCurrentYear(int year) |
void |
setNextQ1EuAmount(java.math.BigDecimal nextQ1EuAmount) |
void |
setNextQ2EuAmount(java.math.BigDecimal nextQ2EuAmount) |
void |
setNextQ3EuAmount(java.math.BigDecimal nextQ3EuAmount) |
void |
setNextQ4EuAmount(java.math.BigDecimal nextQ4EuAmount) |
void |
setNextYear(int nextYear) |
public static S1 getObject(eu.europa.ec.sfc2014.frontoffice.model.domain.paymentforecast.PaymentForecastVersionEafrd pf)
public java.math.BigDecimal getCurrentQ1EuAmount()
public void setCurrentQ1EuAmount(java.math.BigDecimal currentQ1EuAmount)
currentQ1EuAmount
- the currentQ1EuAmount to setpublic java.math.BigDecimal getCurrentQ2EuAmount()
public void setCurrentQ2EuAmount(java.math.BigDecimal currentQ2EuAmount)
currentQ2EuAmount
- the currentQ2EuAmount to setpublic java.math.BigDecimal getCurrentQ3EuAmount()
public void setCurrentQ3EuAmount(java.math.BigDecimal currentQ3EuAmount)
currentQ3EuAmount
- the currentQ3EuAmount to setpublic java.math.BigDecimal getCurrentQ4EuAmount()
public void setCurrentQ4EuAmount(java.math.BigDecimal currentQ4EuAmount)
currentQ4EuAmount
- the currentQ4EuAmount to setpublic java.math.BigDecimal getNextQ1EuAmount()
public void setNextQ1EuAmount(java.math.BigDecimal nextQ1EuAmount)
nextQ1EuAmount
- the nextQ1EuAmount to setpublic java.math.BigDecimal getNextQ2EuAmount()
public void setNextQ2EuAmount(java.math.BigDecimal nextQ2EuAmount)
nextQ2EuAmount
- the nextQ2EuAmount to setpublic java.math.BigDecimal getNextQ3EuAmount()
public void setNextQ3EuAmount(java.math.BigDecimal nextQ3EuAmount)
nextQ3EuAmount
- the nextQ3EuAmount to setpublic java.math.BigDecimal getNextQ4EuAmount()
public void setNextQ4EuAmount(java.math.BigDecimal nextQ4EuAmount)
nextQ4EuAmount
- the nextQ4EuAmount to setpublic int getCurrentYear()
public void setCurrentYear(int year)
year
- the year to setpublic int getNextYear()
public void setNextYear(int nextYear)
nextYear
- the nextYear to setCopyright © 2024. All rights reserved.