|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImmutableScheduledTransaction
| Method Summary | |
|---|---|
java.util.Date |
getEndDate()
Returns the end date of the scheduled transaction. |
java.lang.String |
getFrequencyType()
Returns the frequncy type. |
java.util.Date |
getLastDayCreated()
Returns the last day which this scheduled transaction was used on. |
java.lang.String |
getMessage()
Returns the message associated with the scheduled transaction. |
int |
getScheduleDay()
Returns an integer representation of the scheduled transaction day. |
ScheduledTransaction |
getScheduledTransaction()
Returns the wrapped object from the underlying data model. |
int |
getScheduleMonth()
Returns an integer representation of the scheduled transaction month. |
java.lang.String |
getScheduleName()
Returns the name of this scheduled transaction. |
int |
getScheduleWeek()
Returns an integer representation of the scheduled transaction week. |
java.util.Date |
getStartDate()
Returns the starting day of this scheduled transaction. |
| Methods inherited from interface org.homeunix.thecave.buddi.plugin.api.model.ImmutableTransaction |
|---|
getAmount, getBalanceFrom, getBalanceTo, getDate, getDescription, getFrom, getMemo, getNumber, getTo, 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 |
|---|
ScheduledTransaction getScheduledTransaction()
java.util.Date getEndDate()
java.lang.String getFrequencyType()
java.util.Date getLastDayCreated()
java.lang.String getMessage()
int getScheduleDay()
int getScheduleMonth()
java.lang.String getScheduleName()
int getScheduleWeek()
java.util.Date getStartDate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||