|
Core API 7.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.juniper.smgt.sae.portal.ScheduledTime
public class ScheduledTime
The ScheduledTime
class encapsulates the schedule time
that is configured for a Schedule Entry.
Constructor Summary | |
---|---|
ScheduledTime()
Default constrcutor |
|
ScheduledTime(TimeSpec firstTimeSpec,
TimeSpec secondTimeSpect)
constrcutor with all the attributes |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ScheduledTime()
public ScheduledTime(TimeSpec firstTimeSpec, TimeSpec secondTimeSpect)
Method Detail |
---|
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)
|
Core API 7.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |