#include <Date.h>
Public Member Functions | |
Date () throw () | |
Date (jlong) throw () | |
virtual | ~Date () |
virtual Date * | clone () const throw () |
virtual bool | equals (const Object *obj) const throw () |
bool | equals (const Date &d) const throw () |
virtual jint | compareTo (const Date &anotherDate) const throw () |
virtual jint | hashCode () const throw () |
virtual String | toString () const throw () |
bool | after (const Date &) const throw () |
bool | before (const Date &) const throw () |
jlong | getTime () const throw () |
void | setTime (jlong) throw () |
beecrypt::util::Date::Date | ( | ) | throw () |
beecrypt::util::Date::Date | ( | jlong | ) | 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 jint beecrypt::util::Date::compareTo | ( | const Date & | anotherDate | ) | const throw () [virtual] |
bool beecrypt::util::Date::equals | ( | const Date & | d | ) | const throw () |
virtual bool beecrypt::util::Date::equals | ( | const Object * | obj | ) | const throw () [virtual] |
Reimplemented from beecrypt::lang::Object.
jlong beecrypt::util::Date::getTime | ( | ) | const throw () |
virtual jint beecrypt::util::Date::hashCode | ( | ) | const throw () [virtual] |
Reimplemented from beecrypt::lang::Object.
void beecrypt::util::Date::setTime | ( | jlong | ) | throw () |
virtual String beecrypt::util::Date::toString | ( | ) | const throw () [virtual] |
Reimplemented from beecrypt::lang::Object.