wtanaka.praya.gale
Class Timestamp

java.lang.Object
  |
  +--wtanaka.praya.gale.Timestamp

public class Timestamp
extends java.lang.Object

Timestamps are used to represent time in Gale.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/09/30 21:14:52 $
Author:
$Author: wtanaka $

Field Summary
private  long m_frac
           
private  long m_sec
           
 
Constructor Summary
Timestamp(long seconds, long fractions)
           
 
Method Summary
private  java.util.Date getApproximateDate()
          The approximate date of this timestamp.
 long getFractions()
           
 long getSeconds()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

m_sec

private long m_sec

m_frac

private long m_frac
Constructor Detail

Timestamp

public Timestamp(long seconds,
                 long fractions)
Method Detail

getSeconds

public long getSeconds()

getFractions

public long getFractions()

getApproximateDate

private java.util.Date getApproximateDate()
The approximate date of this timestamp. Loses information.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object