|
OpenMS
2.5.0
|
Go to the documentation of this file.
72 const String & getFirstName()
const;
74 void setFirstName(
const String & name);
77 const String & getLastName()
const;
79 void setLastName(
const String & name);
82 void setName(
const String & name);
85 const String & getInstitution()
const;
87 void setInstitution(
const String & institution);
90 const String & getEmail()
const;
92 void setEmail(
const String & email);
95 const String & getURL()
const;
97 void setURL(
const String & email);
100 const String & getAddress()
const;
102 void setAddress(
const String & email);
105 const String & getContactInfo()
const;
107 void setContactInfo(
const String & contact_info);
String address_
Definition: ContactPerson.h:116
String first_name_
Definition: ContactPerson.h:110
String email_
Definition: ContactPerson.h:113
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Contact person information.
Definition: ContactPerson.h:47
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
String url_
Definition: ContactPerson.h:115
Interface for classes that can store arbitrary meta information (Type-Name-Value tuples).
Definition: MetaInfoInterface.h:60
String contact_info_
Definition: ContactPerson.h:114
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
String institution_
Definition: ContactPerson.h:112
String last_name_
Definition: ContactPerson.h:111