public class ScheduleSetEntry
extends java.lang.Object
Constructor and Description |
---|
ScheduleSetEntry(java.lang.Long time,
ScheduleSlot slot,
ScheduleHandle handle)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
ScheduleHandle |
getHandle()
Returns the schedule handle.
|
ScheduleSlot |
getSlot()
Returns schedule slot.
|
java.lang.Long |
getTime()
Returns time.
|
void |
setTime(java.lang.Long time)
Sets time.
|
public ScheduleSetEntry(java.lang.Long time, ScheduleSlot slot, ScheduleHandle handle)
time
- of scheduleslot
- slothandle
- handle to usepublic void setTime(java.lang.Long time)
time
- valuepublic java.lang.Long getTime()
public ScheduleSlot getSlot()
public ScheduleHandle getHandle()