public class MajorProjectCoFinancingSourcesDTO
extends java.lang.Object
Constructor and Description |
---|
MajorProjectCoFinancingSourcesDTO() |
MajorProjectCoFinancingSourcesDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.majorproject.MajorProjectVersion ver) |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getCfAmount() |
java.math.BigDecimal |
getEibAmount() |
java.math.BigDecimal |
getErdfAmount() |
java.math.BigDecimal |
getNationalPrivateAmount() |
java.math.BigDecimal |
getNationalPublicAmount() |
static MajorProjectCoFinancingSourcesDTO |
getObject(eu.europa.ec.sfc2014.frontoffice.model.domain.majorproject.MajorProjectVersion cat) |
java.math.BigDecimal |
getOtherAmount() |
java.lang.String |
getOtherSources() |
java.math.BigDecimal |
getTotal() |
void |
setCfAmount(java.math.BigDecimal cfAmount) |
void |
setEibAmount(java.math.BigDecimal eibAmount) |
void |
setErdfAmount(java.math.BigDecimal erdfAmount) |
void |
setNationalPrivateAmount(java.math.BigDecimal nationalPrivateAmount) |
void |
setNationalPublicAmount(java.math.BigDecimal nationalPublicAmount) |
void |
setOtherAmount(java.math.BigDecimal otherAmount) |
void |
setOtherSources(java.lang.String otherSources) |
void |
setTotal(java.math.BigDecimal total) |
public MajorProjectCoFinancingSourcesDTO()
public MajorProjectCoFinancingSourcesDTO(eu.europa.ec.sfc2014.frontoffice.model.domain.majorproject.MajorProjectVersion ver)
public static MajorProjectCoFinancingSourcesDTO getObject(eu.europa.ec.sfc2014.frontoffice.model.domain.majorproject.MajorProjectVersion cat)
public java.math.BigDecimal getTotal()
public void setTotal(java.math.BigDecimal total)
total
- the total to setpublic java.lang.String getOtherSources()
public void setOtherSources(java.lang.String otherSources)
otherSources
- the otherSources to setpublic java.math.BigDecimal getErdfAmount()
public void setErdfAmount(java.math.BigDecimal erdfAmount)
erdfAmount
- the erdfAmount to setpublic java.math.BigDecimal getCfAmount()
public void setCfAmount(java.math.BigDecimal cfAmount)
cfAmount
- the cfAmount to setpublic java.math.BigDecimal getNationalPublicAmount()
public void setNationalPublicAmount(java.math.BigDecimal nationalPublicAmount)
nationalPublicAmount
- the nationalPublicAmount to setpublic java.math.BigDecimal getNationalPrivateAmount()
public void setNationalPrivateAmount(java.math.BigDecimal nationalPrivateAmount)
nationalPrivateAmount
- the nationalPrivateAmount to setpublic java.math.BigDecimal getOtherAmount()
public void setOtherAmount(java.math.BigDecimal otherAmount)
otherAmount
- the otherAmount to setpublic java.math.BigDecimal getEibAmount()
public void setEibAmount(java.math.BigDecimal eibAmount)
eibAmount
- the eibAmount to setCopyright © 2024. All rights reserved.