de.unikassel.android.sdcframework.app.scheduler
Class ScheduleService.ScheduledAlarm

Package class diagram package ScheduleService.ScheduledAlarm
java.lang.Object
  extended by de.unikassel.android.sdcframework.app.scheduler.ScheduleService.ScheduledAlarm
Enclosing class:
ScheduleService

private class ScheduleService.ScheduledAlarm
extends Object

A simple structure to store the data for an alarm.


Field Summary
 Calendar alarmTime
          The calculated alarm time
 WeekdayScheduleEntry schedule
          The related weekday schedule entry
 
Constructor Summary
private ScheduleService.ScheduledAlarm()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schedule

public WeekdayScheduleEntry schedule
The related weekday schedule entry


alarmTime

public Calendar alarmTime
The calculated alarm time

Constructor Detail

ScheduleService.ScheduledAlarm

private ScheduleService.ScheduledAlarm()