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
-
DateObject()
-
-
toString(ADTMetaInfo)
- Prints the value of the date
DateObject
public DateObject()
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