|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.Time
public class Time
The Time
class represents the time elapsed since midnight.
Constructor Summary | |
---|---|
Time()
constructor |
|
Time(long l)
|
|
Time(String str)
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(Object obj)
Use this method for checking equality of Time. |
long |
getValue()
Returns the number of seconds since midnight. |
int |
hashCode()
|
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. |
String |
toString()
Returns a string description of the time. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Time()
public Time(long l)
public Time(String str)
Method Detail |
---|
public void setValue(long l)
long
integer format).
public void setValue(Time tm)
public long getValue()
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public int hashCode()
hashCode
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |