copasi API  0.1
Public Member Functions
CCreator Class Reference

#include <CCreator.h>

Inheritance diagram for CCreator:
CCopasiContainer CCopasiObject

List of all members.

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 CRDFTripletgetTriplet () 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)

Detailed Description

CCreators: Stores author name, email and other (vCard) details.


Constructor & Destructor Documentation

CCreator::CCreator ( const std::string &  objectName,
const CCopasiContainer pParent = NULL 
)

Default constructor

Parameters:
conststd::string & objectName
constCCopasiContainer * pParent (default: NULL)
CCreator::CCreator ( const CRDFTriplet triplet,
const std::string &  objectName = "",
const CCopasiContainer pParent = NULL 
)

Specific constructor

Parameters:
constCRDFTriplet & triplet
conststd::string & objectName (default: "")
constCCopasiContainer * pParent (default: NULL)
CCreator::CCreator ( const CCreator src,
const CCopasiContainer pParent = NULL 
)

Copy constructor

Parameters:
constCCreator & src
constCCopasiContainer * pParent (default: NULL)
CCreator::~CCreator ( )

Destructor


Member Function Documentation

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 &  Email)
void CCreator::setFamilyName ( const std::string &  familyName)
void CCreator::setGivenName ( const std::string &  givenName)
void CCreator::setORG ( const std::string &  Orgname)

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines