ostore.util
Class QSDate

java.lang.Object
  |
  +--ostore.util.QSDate
All Implemented Interfaces:
QuickSerializable

public class QSDate
extends Object
implements QuickSerializable

QSDate.

Version:
$Id: QSDate.java,v 1.14 2002/07/29 18:48:54 geels Exp $
Author:
Sean C. Rhea

Constructor Summary
QSDate(Date date)
           
QSDate(InputBuffer buffer)
           
 
Method Summary
 Date date()
           
 boolean equals(Object other)
           
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QSDate

public QSDate(Date date)

QSDate

public QSDate(InputBuffer buffer)
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.

Specified by:
serialize in interface QuickSerializable
Parameters:
buffer - the output buffer to add the object to

date

public Date date()

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object