public class ExpenditureAndAdjustment
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ExpenditureAndAdjustment() |
Modifier and Type | Method and Description |
---|---|
BudgetCodeType |
getBudgetCode() |
java.lang.Object |
getFaPriority() |
AmountType |
getPublicExpenditure() |
AmountType |
getUcAdjustementsRecovered() |
AmountType |
getUcBeforeAjdustments() |
AmountType |
getUcOtherAdjustement() |
AmountType |
getUcRate() |
AmountType |
getUcRequestedAmount() |
void |
setBudgetCode(BudgetCodeType budgetCode) |
void |
setFaPriority(java.lang.Object faPriority) |
void |
setPublicExpenditure(AmountType publicExpenditure) |
void |
setUcAdjustementsRecovered(AmountType ucAdjustementsRecovered) |
void |
setUcBeforeAjdustments(AmountType ucBeforeAjdustments) |
void |
setUcOtherAdjustement(AmountType ucOtherAdjustement) |
void |
setUcRate(AmountType ucRate) |
void |
setUcRequestedAmount(AmountType ucRequestedAmount) |
public BudgetCodeType getBudgetCode()
public void setBudgetCode(BudgetCodeType budgetCode)
public AmountType getPublicExpenditure()
public void setPublicExpenditure(AmountType publicExpenditure)
public AmountType getUcAdjustementsRecovered()
public void setUcAdjustementsRecovered(AmountType ucAdjustementsRecovered)
public AmountType getUcBeforeAjdustments()
public void setUcBeforeAjdustments(AmountType ucBeforeAjdustments)
public AmountType getUcOtherAdjustement()
public void setUcOtherAdjustement(AmountType ucOtherAdjustement)
public AmountType getUcRate()
public void setUcRate(AmountType ucRate)
public AmountType getUcRequestedAmount()
public void setUcRequestedAmount(AmountType ucRequestedAmount)
public java.lang.Object getFaPriority()
public void setFaPriority(java.lang.Object faPriority)
Copyright © 2024. All rights reserved.