@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class CashFlow extends Object
| Constructor and Description |
|---|
CashFlow() |
| Modifier and Type | Method and Description |
|---|---|
CashFlow |
balance(BigDecimal balance) |
CashFlow |
category(Category category) |
boolean |
equals(Object o) |
BigDecimal |
getBalance()
The calculated balance for the given category
|
Category |
getCategory()
Category of this cash flow.
|
BigDecimal |
getIncome()
The total calculated income for the given category
|
BigDecimal |
getSpending()
The total calculated spending for the given category
|
int |
hashCode() |
CashFlow |
income(BigDecimal income) |
void |
setBalance(BigDecimal balance) |
void |
setCategory(Category category) |
void |
setIncome(BigDecimal income) |
void |
setSpending(BigDecimal spending) |
CashFlow |
spending(BigDecimal spending) |
String |
toString() |
public Category getCategory()
public void setCategory(Category category)
public CashFlow income(BigDecimal income)
public BigDecimal getIncome()
public void setIncome(BigDecimal income)
public CashFlow spending(BigDecimal spending)
public BigDecimal getSpending()
public void setSpending(BigDecimal spending)
public CashFlow balance(BigDecimal balance)
public BigDecimal getBalance()
public void setBalance(BigDecimal balance)
Copyright © 2018. All rights reserved.