#include <Author.h>
Inheritance diagram for rnaml::Author:

Public Methods | |
| Author () | |
| Initializes the object. | |
| Author (const Author &right) | |
| Initializes the object with the right's content. | |
| Author * | clone () const |
| Clones the object. | |
| virtual | ~Author () |
| Destroys the object. | |
| Author & | operator= (const Author &right) |
| Assigns the object with the right's content. | |
| Person * | getPerson () const |
| Gets the author person. | |
| void | setPerson (Person *person) |
| Sets the author person. | |
|
|
Initializes the object.
|
|
|
Initializes the object with the right's content.
|
|
|
Destroys the object.
|
|
|
Clones the object.
|
|
|
Gets the author person.
|
|
|
Assigns the object with the right's content.
|
|
|
Sets the author person.
|
1.2.18