public class ScheduleSetEntry extends Object
Constructor and Description |
---|
ScheduleSetEntry(Long time,
long scheduleSlot,
ScheduleHandle handle)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
ScheduleHandle |
getHandle()
Returns the schedule handle.
|
long |
getScheduleSlot()
Returns schedule scheduleSlot.
|
Long |
getTime()
Returns time.
|
void |
setTime(Long time)
Sets time.
|
public ScheduleSetEntry(Long time, long scheduleSlot, ScheduleHandle handle)
time
- of schedulescheduleSlot
- scheduleSlothandle
- handle to usepublic void setTime(Long time)
time
- valuepublic Long getTime()
public long getScheduleSlot()
public ScheduleHandle getHandle()