#include <Date.h>


Public Member Functions | |
| Date () throw () | |
| Date (javalong) throw () | |
| virtual | ~Date () |
| virtual bool | equals (const Object &) const throw () |
| virtual Date * | clone () const throw () |
| virtual int | compareTo (const Date &anotherDate) const throw () |
| const Date & | operator= (const Date &) throw () |
| bool | after (const Date &) const throw () |
| bool | before (const Date &) const throw () |
| javalong | getTime () const throw () |
| void | setTime (javalong) throw () |
| const String & | toString () const |
| beecrypt::util::Date::Date | ( | ) | throw () |
| beecrypt::util::Date::Date | ( | javalong | ) | throw () |
| virtual beecrypt::util::Date::~Date | ( | ) | [inline, virtual] |
| bool beecrypt::util::Date::after | ( | const Date & | ) | const throw () |
| bool beecrypt::util::Date::before | ( | const Date & | ) | const throw () |
| virtual Date* beecrypt::util::Date::clone | ( | ) | const throw () [virtual] |
Implements beecrypt::lang::Cloneable.
| virtual int beecrypt::util::Date::compareTo | ( | const Date & | anotherDate | ) | const throw () [virtual] |
| virtual bool beecrypt::util::Date::equals | ( | const Object & | ) | const throw () [virtual] |
Reimplemented from beecrypt::lang::Object.
| javalong beecrypt::util::Date::getTime | ( | ) | const throw () |
| void beecrypt::util::Date::setTime | ( | javalong | ) | throw () |
| const String& beecrypt::util::Date::toString | ( | ) | const |
1.5.7.1