|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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()
public boolean equals(java.lang.Object anObject)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |