|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImmutableTransaction
| Method Summary | |
|---|---|
long |
getAmount()
Returns the amouns associated with this transaction |
long |
getBalanceFrom()
Returns the balance in the From account at the point in time of this transaction |
long |
getBalanceTo()
Returns the balance in the To account at the point in time of this transaction |
java.util.Date |
getDate()
Returns the date associated with this transaction |
java.lang.String |
getDescription()
Returns the description associated with this transaction |
ImmutableSource |
getFrom()
Returns the source associated with this transaction's From field |
java.lang.String |
getMemo()
Returns the memo associated with this transaction |
java.lang.String |
getNumber()
Returns the cheque number associated with this transaction |
ImmutableSource |
getTo()
Returns the source associated with this transaction's To field |
Transaction |
getTransaction()
Returns the wrapped object from the underlying data model. |
boolean |
isClearedFrom()
Is this transaction marked as cleared? |
boolean |
isClearedTo()
Is this transaction marked as cleared? |
boolean |
isDeleted()
Is the transaction marked as deleted? |
boolean |
isInflow()
Does this transacton represent an inflow of cash or an outflow? |
boolean |
isReconciledFrom()
Is this transaction marked as reconciled? |
boolean |
isReconciledTo()
Is this transaction marked as reconciled? |
boolean |
isScheduled()
Was this transaction created through a scheduled transaction? |
| 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 |
|---|
long getAmount()
long getBalanceFrom()
long getBalanceTo()
java.util.Date getDate()
java.lang.String getDescription()
ImmutableSource getFrom()
java.lang.String getMemo()
java.lang.String getNumber()
ImmutableSource getTo()
Transaction getTransaction()
boolean isClearedFrom()
boolean isClearedTo()
boolean isInflow()
boolean isReconciledFrom()
boolean isReconciledTo()
boolean isScheduled()
boolean isDeleted()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||