|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MutableTransaction
| Method Summary | |
|---|---|
MutableSource |
getFrom()
Returns the source associated with this transaction's From field |
MutableSource |
getTo()
Returns the source associated with this transaction's To field |
void |
setAmount(long amount)
Sets the amount associated with this transaction |
void |
setClearedFrom(boolean cleared)
Marks this transaction as cleared |
void |
setClearedTo(boolean cleared)
Marks this transaction as cleared |
void |
setDate(java.util.Date date)
Sets the date associated with this account |
void |
setDeleted(boolean deleted)
Sets the deleted state of the transaction |
void |
setDescription(java.lang.String description)
Sets the description associated with this account |
void |
setFrom(MutableSource from)
Sets the given source as the From field |
void |
setMemo(java.lang.String memo)
Sets the given memo for this transaction |
void |
setNumber(java.lang.String number)
Sets the cheque number for this transaction |
void |
setReconciledFrom(boolean reconciled)
Marks this transactin as reconciled |
void |
setReconciledTo(boolean reconciled)
Marks this transactin as reconciled |
void |
setScheduled(boolean scheduled)
Set this flag if the transaction was created via a scheduled transaction. |
void |
setTo(MutableSource to)
Sets the given source as the To field |
| Methods inherited from interface org.homeunix.thecave.buddi.plugin.api.model.ImmutableTransaction |
|---|
getAmount, getBalanceFrom, getBalanceTo, getDate, getDescription, getMemo, getNumber, getTransaction, isClearedFrom, isClearedTo, isDeleted, isInflow, isReconciledFrom, isReconciledTo, isScheduled |
| 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 |
|---|
void setAmount(long amount)
throws InvalidValueException
amount -
InvalidValueException
void setClearedFrom(boolean cleared)
throws InvalidValueException
cleared -
InvalidValueException
void setClearedTo(boolean cleared)
throws InvalidValueException
cleared -
InvalidValueException
void setDate(java.util.Date date)
throws InvalidValueException
date -
InvalidValueException
void setDescription(java.lang.String description)
throws InvalidValueException
description -
InvalidValueException
void setFrom(MutableSource from)
throws InvalidValueException
from -
InvalidValueException
void setMemo(java.lang.String memo)
throws InvalidValueException
memo -
InvalidValueException
void setNumber(java.lang.String number)
throws InvalidValueException
number -
InvalidValueException
void setReconciledFrom(boolean reconciled)
throws InvalidValueException
reconciled -
InvalidValueException
void setReconciledTo(boolean reconciled)
throws InvalidValueException
reconciled -
InvalidValueException
void setScheduled(boolean scheduled)
throws InvalidValueException
scheduled -
InvalidValueException
void setTo(MutableSource to)
throws InvalidValueException
to -
InvalidValueExceptionMutableSource getFrom()
getFrom in interface ImmutableTransactionMutableSource getTo()
getTo in interface ImmutableTransaction
void setDeleted(boolean deleted)
throws InvalidValueException
deleted -
InvalidValueException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||