|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.homeunix.thecave.buddi.plugin.api.model.impl.ImmutableModelObjectImpl
org.homeunix.thecave.buddi.plugin.api.model.impl.ImmutableTransactionImpl
org.homeunix.thecave.buddi.plugin.api.model.impl.ImmutableScheduledTransactionImpl
public class ImmutableScheduledTransactionImpl
| Constructor Summary | |
|---|---|
ImmutableScheduledTransactionImpl(ScheduledTransaction scheduledTransaction)
|
|
| 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. |
ScheduledTransaction |
getTransaction()
Returns the wrapped object from the underlying data model. |
| Methods inherited from class org.homeunix.thecave.buddi.plugin.api.model.impl.ImmutableTransactionImpl |
|---|
equals, getAmount, getBalanceFrom, getBalanceTo, getDate, getDescription, getFrom, getMemo, getNumber, getTo, isClearedFrom, isClearedTo, isDeleted, isInflow, isReconciledFrom, isReconciledTo, isScheduled |
| Methods inherited from class org.homeunix.thecave.buddi.plugin.api.model.impl.ImmutableModelObjectImpl |
|---|
compareTo, getModified, getRaw, getUid, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.homeunix.thecave.buddi.plugin.api.model.ImmutableTransaction |
|---|
getAmount, getBalanceFrom, getBalanceTo, getDate, getDescription, getFrom, getMemo, getNumber, getTo, 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 |
| Constructor Detail |
|---|
public ImmutableScheduledTransactionImpl(ScheduledTransaction scheduledTransaction)
| Method Detail |
|---|
public ScheduledTransaction getTransaction()
ImmutableTransaction
getTransaction in interface ImmutableTransactiongetTransaction in class ImmutableTransactionImplpublic ScheduledTransaction getScheduledTransaction()
ImmutableScheduledTransaction
getScheduledTransaction in interface ImmutableScheduledTransactionpublic java.util.Date getEndDate()
ImmutableScheduledTransaction
getEndDate in interface ImmutableScheduledTransactionpublic java.lang.String getFrequencyType()
ImmutableScheduledTransaction
getFrequencyType in interface ImmutableScheduledTransactionpublic java.util.Date getLastDayCreated()
ImmutableScheduledTransaction
getLastDayCreated in interface ImmutableScheduledTransactionpublic java.lang.String getMessage()
ImmutableScheduledTransaction
getMessage in interface ImmutableScheduledTransactionpublic int getScheduleDay()
ImmutableScheduledTransaction
getScheduleDay in interface ImmutableScheduledTransactionpublic int getScheduleMonth()
ImmutableScheduledTransaction
getScheduleMonth in interface ImmutableScheduledTransactionpublic java.lang.String getScheduleName()
ImmutableScheduledTransaction
getScheduleName in interface ImmutableScheduledTransactionpublic int getScheduleWeek()
ImmutableScheduledTransaction
getScheduleWeek in interface ImmutableScheduledTransactionpublic java.util.Date getStartDate()
ImmutableScheduledTransaction
getStartDate in interface ImmutableScheduledTransaction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||