#include <Identity.h>
Inheritance diagram for rnaml::Identity:
Public Methods | |
Identity () | |
Initializes the object. | |
Identity (const Identity &right) | |
Initializes the object with the right's content. | |
Identity * | clone () const |
Clones the object. | |
virtual | ~Identity () |
Destroys the object. | |
Identity & | operator= (const Identity &right) |
Assigns the object with the right's content. | |
const char * | getName () const |
Gets the identity name. | |
void | setName (const char *name) |
Sets the identity name. | |
Taxonomy * | getTaxonomy () const |
Gets the identity taxonomy. | |
void | setTaxonomy (Taxonomy *taxonomy) |
Sets the identity taxonomy. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the identity name.
|
|
Gets the identity taxonomy.
|
|
Assigns the object with the right's content.
|
|
Sets the identity name.
|
|
Sets the identity taxonomy.
|