#include <Date.h>
Inheritance diagram for rnaml::Date:
Public Methods | |
Date () | |
Initializes the object. | |
Date (const Date &right) | |
Initializes the object with the right's content. | |
Date * | clone () const |
Clones the object. | |
virtual | ~Date () |
Destroys the object. | |
Date & | operator= (const Date &right) |
Assigns the object with the right's content. | |
int | getDay () const |
Gets the date day. | |
void | setDay (int day) |
Sets the date day. | |
int | getMonth () const |
Gets the date month. | |
void | setMonth (int month) |
Sets the date month. | |
int | getYear () const |
Gets the date year. | |
void | setYear (int year) |
Sets the date year. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the date day.
|
|
Gets the date month.
|
|
Gets the date year.
|
|
Assigns the object with the right's content.
|
|
Sets the date day.
|
|
Sets the date month.
|
|
Sets the date year.
|