|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.fhg.igd.earth.utils.TimeStamp
This class represents a timestamp. While creation the timestamp will be setted to the current time. Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG
Field Summary | |
private int |
hour_
hour |
private int |
minute_
minute |
private int |
second_
second |
Constructor Summary | |
TimeStamp()
Creates an instance of this class (the timestamp will be the current time) |
Method Summary | |
Object |
clone()
Clones this object |
String |
getString()
Converts the timestamp into a string (format: 14:37:05) |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int hour_
private int minute_
private int second_
Constructor Detail |
public TimeStamp()
Method Detail |
public String getString()
public Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |