public class AnnualContributionType
extends java.lang.Object
Constructor and Description |
---|
AnnualContributionType() |
Modifier and Type | Method and Description |
---|---|
eu.europa.ec.sfc.model.allocation.v0.AllocationType |
getAllocation() |
java.math.BigDecimal |
getAmount() |
eu.europa.ec.sfc.model.common.v0.FundType |
getFund() |
java.math.BigDecimal |
getPerformanceReserveAmount() |
int |
getYear() |
void |
setAllocation(eu.europa.ec.sfc.model.allocation.v0.AllocationType allocation) |
void |
setAmount(java.math.BigDecimal amount) |
void |
setFund(eu.europa.ec.sfc.model.common.v0.FundType fund) |
void |
setPerformanceReserveAmount(java.math.BigDecimal performanceReserveAmount) |
void |
setYear(int year) |
public eu.europa.ec.sfc.model.common.v0.FundType getFund()
public void setFund(eu.europa.ec.sfc.model.common.v0.FundType fund)
public int getYear()
public void setYear(int year)
public java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
public java.math.BigDecimal getPerformanceReserveAmount()
public void setPerformanceReserveAmount(java.math.BigDecimal performanceReserveAmount)
public eu.europa.ec.sfc.model.allocation.v0.AllocationType getAllocation()
public void setAllocation(eu.europa.ec.sfc.model.allocation.v0.AllocationType allocation)
Copyright © 2024. All rights reserved.