#include <OpenMS/METADATA/Software.h>
Public Member Functions | |
Software () | |
Constructor. | |
Software (const Software &source) | |
Copy constructor. | |
~Software () | |
Destructor. | |
Software & | operator= (const Software &source) |
Assignment operator. | |
bool | operator== (const Software &rhs) const |
Equality operator. | |
bool | operator!= (const Software &rhs) const |
Equality operator. | |
const String & | getName () const |
returns the name of the software | |
void | setName (const String &name) |
sets the name of the software | |
const String & | getVersion () const |
returns the software version | |
void | setVersion (const String &version) |
sets the software version | |
const String & | getComment () const |
returns the free-text comment | |
void | setComment (const String &comment) |
sets the free-text comment | |
const DateTime & | getCompletionTime () const |
returns the time of completition of the processing | |
void | setCompletionTime (const DateTime &completion_time) |
sets the time of completition taking a DateTime object | |
void | setCompletionTime (const String &completion_time) |
Protected Attributes | |
String | name_ |
String | version_ |
String | comment_ |
DateTime | completion_time_ |
Software | ( | ) |
Constructor.
~Software | ( | ) |
Destructor.
bool operator== | ( | const Software & | rhs | ) | const |
Equality operator.
bool operator!= | ( | const Software & | rhs | ) | const |
Equality operator.
const String& getName | ( | ) | const |
returns the name of the software
void setName | ( | const String & | name | ) |
sets the name of the software
const String& getVersion | ( | ) | const |
returns the software version
void setVersion | ( | const String & | version | ) |
sets the software version
const String& getComment | ( | ) | const |
returns the free-text comment
void setComment | ( | const String & | comment | ) |
sets the free-text comment
const DateTime& getCompletionTime | ( | ) | const |
returns the time of completition of the processing
void setCompletionTime | ( | const DateTime & | completion_time | ) |
sets the time of completition taking a DateTime object
void setCompletionTime | ( | const String & | completion_time | ) |
sets the time of completition taking a String object provided for convenience
DateTime completion_time_ [protected] |
Generated Tue Apr 1 15:36:47 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |