|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.scheduler.api.SchedulerTime
public final class SchedulerTime
This class represents a scheduler time
| Constructor Summary | |
|---|---|
SchedulerTime()
Constructs a scheduler time object with the current time |
|
SchedulerTime(Date time,
TimeZone timeZone)
Constructs a scheduler time object with specified time and time zone |
|
SchedulerTime(long time,
TimeZone timeZone)
Constructs a scheduler time object with specified time and time zone |
|
| Method Summary | |
|---|---|
int |
compareTo(Object other)
Compares two scheduler time objects |
boolean |
equals(Object other)
Checks if the object is the same |
Date |
getTime()
Getter method |
TimeZone |
getTimeZone()
Getter method |
int |
hashCode()
Calculates a hashcode |
long |
timeMillis()
Getter method |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchedulerTime()
public SchedulerTime(Date time,
TimeZone timeZone)
time - the time as a Date objecttimeZone - the time zone
public SchedulerTime(long time,
TimeZone timeZone)
time - the time in millisecondstimeZone - the time zone| Method Detail |
|---|
public Date getTime()
public TimeZone getTimeZone()
public long timeMillis()
public int compareTo(Object other)
compareTo in interface Comparableother - the other object
public boolean equals(Object other)
equals in class Objectother - the 'other' object
public int hashCode()
hashCode in class Object| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] ENGFACADE
|
[sap.com] tc/je/scheduler/api
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||