35 #ifndef OPENMS_METADATA_CONTACTPERSON_H 
   36 #define OPENMS_METADATA_CONTACTPERSON_H 
   70     const String & getFirstName() 
const;
 
   72     void setFirstName(
const String & name);
 
   75     const String & getLastName() 
const;
 
   77     void setLastName(
const String & name);
 
   80     void setName(
const String & name);
 
   83     const String & getInstitution() 
const;
 
   85     void setInstitution(
const String & institution);
 
   88     const String & getEmail() 
const;
 
   90     void setEmail(
const String & email);
 
   93     const String & getURL() 
const;
 
   95     void setURL(
const String & email);
 
   98     const String & getAddress() 
const;
 
  100     void setAddress(
const String & email);
 
  103     const String & getContactInfo() 
const;
 
  105     void setContactInfo(
const String & contact_info);
 
  118 #endif // OPENMS_METADATA_CONTACTPERSON_H 
A more convenient string class. 
Definition: String.h:56