org.enhydra.shark.api.client.timebase
Class UtcT
java.lang.Object
org.enhydra.shark.api.client.timebase.UtcT
- All Implemented Interfaces:
- java.io.Serializable
public final class UtcT
- extends java.lang.Object
- implements java.io.Serializable
The pure Java definition of data type defined by
the OMG Time Service. It is used in Event audits
for recording the time of the event.
- See Also:
- Serialized Form
Constructor Summary |
UtcT()
|
UtcT(long _time,
int _inacclo,
short _inacchi,
short _tdf)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
time
public long time
inacclo
public int inacclo
inacchi
public short inacchi
tdf
public short tdf
UtcT
public UtcT()
UtcT
public UtcT(long _time,
int _inacclo,
short _inacchi,
short _tdf)
getTime
public long getTime()
getInacclo
public int getInacclo()
getInacchi
public short getInacchi()
getTdf
public short getTdf()
getTimestamp
public java.sql.Timestamp getTimestamp()