public class AccountBalance extends Object
| Constructor and Description |
|---|
AccountBalance() |
| Modifier and Type | Method and Description |
|---|---|
float |
getBalance() |
Date |
getBalanceDate() |
float |
getCreditLine() |
float |
getMonthlySpendingLimit() |
void |
setCreditLine(float credit_line) |
void |
setMonthlySpendingLimit(float spending_limit) |
public float getBalance()
public Date getBalanceDate()
public float getCreditLine()
public void setCreditLine(float credit_line)
credit_line - the credit line to setpublic float getMonthlySpendingLimit()
public void setMonthlySpendingLimit(float spending_limit)
spending_limit - the user-defined spending limit to setCopyright © 2014 figo GmbH. All rights reserved.