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

rnaml::Author Class Reference

#include <Author.h>

Inheritance diagram for rnaml::Author:

rnaml::Object List of all members.

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.

PersongetPerson () const
 Gets the author person.

void setPerson (Person *person)
 Sets the author person.


Constructor & Destructor Documentation

rnaml::Author::Author   [inline]
 

Initializes the object.

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

Initializes the object with the right's content.

Parameters:
right  the object to copy.

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

Destroys the object.


Member Function Documentation

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

Clones the object.

Returns:
a copy of the object.

Person * rnaml::Author::getPerson  
 

Gets the author person.

Returns:
the author person.

Author & rnaml::Author::operator= const Author &    right
 

Assigns the object with the right's content.

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

void rnaml::Author::setPerson Person   person
 

Sets the author person.

Parameters:
person  the author person.


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