Package com.xero.models.accounting
Class BudgetBalance
java.lang.Object
com.xero.models.accounting.BudgetBalance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLineItem QuantitybooleanLineItem QuantitygetNotes()Any footnotes associated with this balancePeriod the amount applies to (e.g.org.threeten.bp.LocalDatePeriod the amount applies to (e.g.Budgeted amountinthashCode()Any footnotes associated with this balancePeriod the amount applies to (e.g.voidLineItem QuantityvoidAny footnotes associated with this balancevoidPeriod the amount applies to (e.g.voidsetPeriod(org.threeten.bp.LocalDate period) Period the amount applies to (e.g.voidsetUnitAmount(Double unitAmount) Budgeted amounttoString()unitAmount(Double unitAmount) Budgeted amount
-
Constructor Details
-
BudgetBalance
public BudgetBalance()
-
-
Method Details
-
period
Period the amount applies to (e.g. “2019-08”)- Parameters:
period- String- Returns:
- BudgetBalance
-
getPeriod
-
getPeriodAsDate
public org.threeten.bp.LocalDate getPeriodAsDate()Period the amount applies to (e.g. “2019-08”)- Returns:
- LocalDate
-
setPeriod
Period the amount applies to (e.g. “2019-08”)- Parameters:
period- String
-
setPeriod
public void setPeriod(org.threeten.bp.LocalDate period) Period the amount applies to (e.g. “2019-08”)- Parameters:
period- LocalDateTime
-
amount
LineItem Quantity- Parameters:
amount- Double- Returns:
- BudgetBalance
-
getAmount
-
setAmount
-
unitAmount
Budgeted amount- Parameters:
unitAmount- Double- Returns:
- BudgetBalance
-
getUnitAmount
-
setUnitAmount
-
notes
Any footnotes associated with this balance- Parameters:
notes- String- Returns:
- BudgetBalance
-
getNotes
-
setNotes
Any footnotes associated with this balance- Parameters:
notes- String
-
equals
-
hashCode
-
toString
-