public class ScheduledTime
extends java.lang.Object
ScheduledTime
class encapsulates the schedule time
that is configured for a Schedule Entry.
Constructor and Description |
---|
ScheduledTime()
Default constrcutor
|
ScheduledTime(TimeSpec firstTimeSpec,
TimeSpec secondTimeSpect)
constrcutor with all the attributes
|
Modifier and Type | Method and Description |
---|---|
TimeSpec |
getTimeSpec(int index) |
void |
handleInputError(short handleType,
java.lang.String msg) |
boolean |
hasTimeInRange(long startDate,
long endDate) |
void |
setTimeSpec(TimeSpec spec,
int index) |
java.lang.String |
toString()
For debugging only.
|
public TimeSpec getTimeSpec(int index)
public void setTimeSpec(TimeSpec spec, int index)
spec
- public boolean hasTimeInRange(long startDate, long endDate)
public java.lang.String toString()
toString
in class java.lang.Object
public void handleInputError(short handleType, java.lang.String msg)