|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImmutableAccount
| Method Summary | |
|---|---|
Account |
getAccount()
Returns the wrapped object from the underlying data model. |
ImmutableAccountType |
getAccountType()
Returns the Type object associated with the account. |
long |
getBalance()
Returns the current balance of the account. |
long |
getBalance(java.util.Date d)
Returns the balance as of the given date. |
long |
getOverdraftCreditLimit()
Returns the Overdraft Limit (for debit accounts) or Credit Limit (for credit accounts) |
java.util.Date |
getStartDate()
Returns the earliest date assoicated with this source. |
long |
getStartingBalance()
Returns the starting balance for the account. |
| Methods inherited from interface org.homeunix.thecave.buddi.plugin.api.model.ImmutableSource |
|---|
getFullName, getName, getNotes, getSource, isDeleted |
| Methods inherited from interface org.homeunix.thecave.buddi.plugin.api.model.ImmutableModelObject |
|---|
getModified, getRaw, getUid |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
Account getAccount()
ImmutableAccountType getAccountType()
long getBalance()
long getBalance(java.util.Date d)
d -
java.util.Date getStartDate()
long getStartingBalance()
long getOverdraftCreditLimit()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||