public class FinancialInstrument
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
FinancialInstrument() |
Modifier and Type | Method and Description |
---|---|
AmountType |
getAmountPaid() |
AmountType |
getAmountPaidAsEligibleExpenditure() |
MeasureCodeType |
getMeasureCode() |
ArticleCodeType |
getUcCategoryArticleCode() |
void |
setAmountPaid(AmountType amountPaid) |
void |
setAmountPaidAsEligibleExpenditure(AmountType amountPaidAsEligibleExpenditure) |
void |
setMeasureCode(MeasureCodeType measureCode) |
void |
setUcCategoryArticleCode(ArticleCodeType ucCategoryArticleCode) |
public AmountType getAmountPaid()
public void setAmountPaid(AmountType amountPaid)
public AmountType getAmountPaidAsEligibleExpenditure()
public void setAmountPaidAsEligibleExpenditure(AmountType amountPaidAsEligibleExpenditure)
public MeasureCodeType getMeasureCode()
public void setMeasureCode(MeasureCodeType measureCode)
public ArticleCodeType getUcCategoryArticleCode()
public void setUcCategoryArticleCode(ArticleCodeType ucCategoryArticleCode)
Copyright © 2024. All rights reserved.