Interface ChronologicObject

All Superinterfaces:
AtomicObject, DataObject, PropertyHandler
All Known Subinterfaces:
DateObject, TimeObject, TimestampObject
All Known Implementing Classes:
ChronologicObjectImpl, DateObjectImpl, TimeObjectImpl, TimestampObjectImpl

public interface ChronologicObject extends AtomicObject
A ChronologicObject represents an container for an plain old java object representing timing aspects.

A detailed description can be found in the ChronologicClass.

This is an abstract interface for that no corresponding implementation exists. This interface just summarises some methods that are equal for all chronological objects like DateObject, TimeObject, and TimestampObject.

Author:
Rainer Maximini
See Also: