Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

rnaml::DataBaseEntry Class Reference

#include <DataBaseEntry.h>

Inheritance diagram for rnaml::DataBaseEntry:

rnaml::Object List of all members.

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.

PathgetPath () const
 Gets the dataBaseEntry path.

void setPath (Path *path)
 Sets the dataBaseEntry path.


Constructor & Destructor Documentation

rnaml::DataBaseEntry::DataBaseEntry   [inline]
 

Initializes the object.

rnaml::DataBaseEntry::DataBaseEntry const DataBaseEntry &    right [inline]
 

Initializes the object with the right's content.

Parameters:
right  the object to copy.

virtual rnaml::DataBaseEntry::~DataBaseEntry   [inline, virtual]
 

Destroys the object.


Member Function Documentation

DataBaseEntry* rnaml::DataBaseEntry::clone   const [inline]
 

Clones the object.

Returns:
a copy of the object.

const char* rnaml::DataBaseEntry::getDataBase   const [inline]
 

Gets the dataBaseEntry dataBase.

Returns:
the dataBaseEntry dataBase string.

const char* rnaml::DataBaseEntry::getEntry   const [inline]
 

Gets the dataBaseEntry entry.

Returns:
the dataBaseEntry entry string.

const char* rnaml::DataBaseEntry::getId   const [inline]
 

Gets the dataBaseEntry id.

Returns:
the dataBaseEntry id.

Path * rnaml::DataBaseEntry::getPath  
 

Gets the dataBaseEntry path.

Returns:
the dataBaseEntry path.

DataBaseEntry & rnaml::DataBaseEntry::operator= const DataBaseEntry &    right
 

Assigns the object with the right's content.

Parameters:
right  the object to copy.
Returns:
itself.

void rnaml::DataBaseEntry::setDataBase const char *    dataBase [inline]
 

Sets the dataBaseEntry dataBase.

Parameters:
dataBase  the dataBaseEntry dataBase string.

void rnaml::DataBaseEntry::setEntry const char *    entry [inline]
 

Sets the dataBaseEntry entry.

Parameters:
entry  the dataBaseEntry entry string.

void rnaml::DataBaseEntry::setId const char *    id [inline]
 

Sets the dataBaseEntry id.

Parameters:
id  the dataBaseEntry id.

void rnaml::DataBaseEntry::setPath Path   path
 

Sets the dataBaseEntry path.

Parameters:
path  the dataBaseEntry path.


The documentation for this class was generated from the following files:
Generated on Tue Nov 11 14:59:56 2003 for xmlcpg by doxygen1.2.18