org.enhydra.shark.api.client.timebase
Class UtcT

java.lang.Object
  extended by 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

Field Summary
 short inacchi
           
 int inacclo
           
 short tdf
           
 long time
           
 
Constructor Summary
UtcT()
           
UtcT(long _time, int _inacclo, short _inacchi, short _tdf)
           
 
Method Summary
 short getInacchi()
           
 int getInacclo()
           
 short getTdf()
           
 long getTime()
           
 java.sql.Timestamp getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public long time

inacclo

public int inacclo

inacchi

public short inacchi

tdf

public short tdf
Constructor Detail

UtcT

public UtcT()

UtcT

public UtcT(long _time,
            int _inacclo,
            short _inacchi,
            short _tdf)
Method Detail

getTime

public long getTime()

getInacclo

public int getInacclo()

getInacchi

public short getInacchi()

getTdf

public short getTdf()

getTimestamp

public java.sql.Timestamp getTimestamp()