|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.remedy.arsys.api.Time
The Time class represents the time elapsed since midnight.
| Constructor Summary | |
Time()
constructor |
|
Time(long l)
|
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality of Time. |
long |
getValue()
Returns the number of seconds since midnight. |
void |
setValue(long l)
Sets the number of seconds for the time (in long integer format). |
void |
setValue(Time tm)
Sets the time to the the given time. |
java.lang.String |
toString()
Returns a string description of the time. |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Time()
public Time(long l)
| Method Detail |
public void setValue(long l)
long integer format).public void setValue(Time tm)
public long getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Object
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Object
|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||