public class QuarterlyDeclarationOfExpenditureType
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
QuarterlyDeclarationOfExpenditureType() |
Modifier and Type | Method and Description |
---|---|
BankAccount |
getBankAccount() |
java.util.List<ExpenditureAndAdjustment> |
getExpenditureAdjustment() |
java.util.List<FinancialInstrument> |
getFinancialInstrument() |
GeneralInformation |
getGeneralInformation() |
java.util.List<OpenAdvance> |
getOpenAdvances() |
PayingAgency |
getPayingAgency() |
void |
setBankAccount(BankAccount bankAccount) |
void |
setExpenditureAdjustment(java.util.List<ExpenditureAndAdjustment> expenditureAdjustment) |
void |
setFinancialInstrument(java.util.List<FinancialInstrument> financialInstrument) |
void |
setGeneralInformation(GeneralInformation generalInformation) |
void |
setOpenAdvances(java.util.List<OpenAdvance> openAdvances) |
void |
setPayingAgency(PayingAgency payingAgency) |
public QuarterlyDeclarationOfExpenditureType()
public GeneralInformation getGeneralInformation()
public void setGeneralInformation(GeneralInformation generalInformation)
public PayingAgency getPayingAgency()
public void setPayingAgency(PayingAgency payingAgency)
public BankAccount getBankAccount()
public void setBankAccount(BankAccount bankAccount)
public java.util.List<ExpenditureAndAdjustment> getExpenditureAdjustment()
public void setExpenditureAdjustment(java.util.List<ExpenditureAndAdjustment> expenditureAdjustment)
public java.util.List<FinancialInstrument> getFinancialInstrument()
public void setFinancialInstrument(java.util.List<FinancialInstrument> financialInstrument)
public java.util.List<OpenAdvance> getOpenAdvances()
public void setOpenAdvances(java.util.List<OpenAdvance> openAdvances)
Copyright © 2024. All rights reserved.