org.homeunix.thecave.buddi.view.dialogs.schedule
Interface ScheduleCard

All Known Implementing Classes:
BiWeeklyCard, DailyCard, MonthlyByDateCard, MultipleMonthsEachYearCard, MultipleWeeksEachMonthCard, OneDayEveryMonthCard, WeekdayCard, WeeklyCard

public interface ScheduleCard


Method Summary
 int getScheduleDay()
          Get the currently scheduled day value.
 int getScheduleMonth()
          Get the currently scheduled week value.
 int getScheduleWeek()
          Get the currently scheduled week value.
 void loadSchedule(ScheduledTransaction s)
          Loads the scheduled transaction, and updates the fields, buttons, check boxes, etc on the card.
 

Method Detail

getScheduleDay

int getScheduleDay()
Get the currently scheduled day value. The meaning of this depends on the type of card.

Returns:

getScheduleWeek

int getScheduleWeek()
Get the currently scheduled week value. The meaning of this depends on the type of card.

Returns:

getScheduleMonth

int getScheduleMonth()
Get the currently scheduled week value. The meaning of this depends on the type of card.

Returns:

loadSchedule

void loadSchedule(ScheduledTransaction s)
Loads the scheduled transaction, and updates the fields, buttons, check boxes, etc on the card.

Parameters:
s -