copasi API
0.1
|
#include <CCreator.h>
Public Member Functions | |
CCreator (const std::string &objectName, const CCopasiContainer *pParent=NULL) | |
CCreator (const CRDFTriplet &triplet, const std::string &objectName="", const CCopasiContainer *pParent=NULL) | |
CCreator (const CCreator &src, const CCopasiContainer *pParent=NULL) | |
~CCreator () | |
const CRDFTriplet & | getTriplet () const |
virtual const std::string & | getKey () const |
const std::string & | getFamilyName () const |
const std::string & | getGivenName () const |
const std::string & | getEmail () const |
const std::string & | getORG () const |
void | setFamilyName (const std::string &familyName) |
void | setGivenName (const std::string &givenName) |
void | setEmail (const std::string &Email) |
void | setORG (const std::string &Orgname) |
CCreators: Stores author name, email and other (vCard) details.
CCreator::CCreator | ( | const std::string & | objectName, |
const CCopasiContainer * | pParent = NULL |
||
) |
Default constructor
const | std::string & objectName |
const | CCopasiContainer * pParent (default: NULL) |
CCreator::CCreator | ( | const CRDFTriplet & | triplet, |
const std::string & | objectName = "" , |
||
const CCopasiContainer * | pParent = NULL |
||
) |
Specific constructor
const | CRDFTriplet & triplet |
const | std::string & objectName (default: "") |
const | CCopasiContainer * pParent (default: NULL) |
CCreator::CCreator | ( | const CCreator & | src, |
const CCopasiContainer * | pParent = NULL |
||
) |
Copy constructor
const | CCreator & src |
const | CCopasiContainer * pParent (default: NULL) |
CCreator::~CCreator | ( | ) |
Destructor
const std::string & CCreator::getEmail | ( | ) | const |
const std::string & CCreator::getFamilyName | ( | ) | const |
Add the given name to Last name to get the full Name.
const std::string & CCreator::getGivenName | ( | ) | const |
const std::string & CCreator::getKey | ( | ) | const [virtual] |
Reimplemented from CCopasiObject.
const std::string & CCreator::getORG | ( | ) | const |
const CRDFTriplet & CCreator::getTriplet | ( | ) | const |
void CCreator::setEmail | ( | const std::string & | ) |
void CCreator::setFamilyName | ( | const std::string & | familyName | ) |
void CCreator::setGivenName | ( | const std::string & | givenName | ) |
void CCreator::setORG | ( | const std::string & | Orgname | ) |