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