All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.DateObject

java.lang.Object
   |
   +----PREDATOR.ADT.DataObject
           |
           +----PREDATOR.ADT.DateObject

public class DateObject
extends DataObject
Encapsulates all in-memory data regarding a date ADT object.

See Also:
ADT_date

Constructor Index

 o DateObject()

Method Index

 o toString(ADTMetaInfo)
Prints the value of the date

Constructors

 o DateObject
 public DateObject()

Methods

 o toString
 public String toString(ADTMetaInfo MetaInfo)
Prints the value of the date

Parameters:
MetaInfo - The meta-info for this object
Returns:
A string holding the value of the date
Overrides:
toString in class DataObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index