PProjectMembers()
Constructor of class PProjectMembers.
PString p_firstName
First Name of the member.
PString p_email
Email of the member.
void initialisationPProjectMembers()
Initialisation Function of class PProjectMembers.
void setAffiliation(const PString &affiliation)
Sets the affiliation of the PProjectMembers.
void copyPProjectMembers(const PProjectMembers &other)
Copy Function of class PProjectMembers.
const PString & getFirstName() const
Gets the firstName of the PProjectMembers.
void setFirstName(const PString &firstName)
Sets the firstName of the PProjectMembers.
void setEmail(const PString &email)
Sets the email of the PProjectMembers.
PString p_lastName
Last Name of the member.
const PString & getLastName() const
Gets the lastName of the PProjectMembers.
const PString & getEmail() const
Gets the email of the PProjectMembers.
const PString & getAffiliation() const
Gets the affiliation of the PProjectMembers.
void setLastName(const PString &lastName)
Sets the lastName of the PProjectMembers.
PString p_affiliation
Affiliation of the member.
virtual ~PProjectMembers()
Destructor of class PProjectMembers.
PProjectMembers & operator=(const PProjectMembers &other)
Operator = of class PProjectMembers.