public class IncomeVsExpenseHistogramItem extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
IncomeVsExpenseHistogramItem.IncomeVsExpenseHistogramItemObjectMapper |
| Constructor and Description |
|---|
IncomeVsExpenseHistogramItem(int month,
IncomeVsExpenseItem incomeVsExpanseItem) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getDiff() |
BigDecimal |
getExpense() |
BigDecimal |
getIncome() |
int |
getMonth() |
String |
getMonthHuman() |
public IncomeVsExpenseHistogramItem(int month,
IncomeVsExpenseItem incomeVsExpanseItem)
public int getMonth()
public String getMonthHuman()
public BigDecimal getIncome()
public BigDecimal getExpense()
public BigDecimal getDiff()
Copyright © 2023. All rights reserved.