#include <BookTitle.h>
Inheritance diagram for rnaml::BookTitle:
Public Methods | |
BookTitle () | |
Initializes the object. | |
BookTitle (const BookTitle &right) | |
Initializes the object with the right's content. | |
BookTitle * | clone () const |
Clones the object. | |
virtual | ~BookTitle () |
Destroys the object. | |
BookTitle & | operator= (const BookTitle &right) |
Assigns the object with the right's content. | |
const char * | getValue () const |
Gets the bookTitle value. | |
void | setValue (const char *value) |
Sets the bookTitle value. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the bookTitle value.
|
|
Assigns the object with the right's content.
|
|
Sets the bookTitle value.
|