#include <DataBaseEntry.h>
Inheritance diagram for rnaml::DataBaseEntry:
Public Methods | |
DataBaseEntry () | |
Initializes the object. | |
DataBaseEntry (const DataBaseEntry &right) | |
Initializes the object with the right's content. | |
DataBaseEntry * | clone () const |
Clones the object. | |
virtual | ~DataBaseEntry () |
Destroys the object. | |
DataBaseEntry & | operator= (const DataBaseEntry &right) |
Assigns the object with the right's content. | |
const char * | getId () const |
Gets the dataBaseEntry id. | |
void | setId (const char *id) |
Sets the dataBaseEntry id. | |
const char * | getDataBase () const |
Gets the dataBaseEntry dataBase. | |
void | setDataBase (const char *dataBase) |
Sets the dataBaseEntry dataBase. | |
const char * | getEntry () const |
Gets the dataBaseEntry entry. | |
void | setEntry (const char *entry) |
Sets the dataBaseEntry entry. | |
Path * | getPath () const |
Gets the dataBaseEntry path. | |
void | setPath (Path *path) |
Sets the dataBaseEntry path. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the dataBaseEntry dataBase.
|
|
Gets the dataBaseEntry entry.
|
|
Gets the dataBaseEntry id.
|
|
Gets the dataBaseEntry path.
|
|
Assigns the object with the right's content.
|
|
Sets the dataBaseEntry dataBase.
|
|
Sets the dataBaseEntry entry.
|
|
Sets the dataBaseEntry id.
|
|
Sets the dataBaseEntry path.
|