8#ifndef INC_NATURALPERSON_H
9#define INC_NATURALPERSON_H
#define transient
Definition GloPersistent.h:181
#define persistent
Definition GloPersistent.h:166
A bank or other money management organization.
Definition Bank.h:98
A natural person.
Definition NaturalPerson.h:98
GLO_INDEX(IDXFullName, Person.m_Name[255] &NaturalPerson.m_Surname[255], USE_DELIMITER|DEU-2 &AUT &DNK &EST &FIN &FRA &ISL &NOR &SWE)
Bank & operator=(const Bank &)
NaturalPerson(const std::string &rsName, const std::string &rsSurname)
void setSurname(const std::string &rsSurname)
GLO_OBJECT(NaturalPerson:Person)
NaturalPerson(const NaturalPerson &)
std::string m_Surname
The first name(s) of the natural person.
Definition NaturalPerson.h:132
std::string getSurname() const
An abstract person from which natural and legal persons can be derived.
Definition Person.h:99
std::string m_Name
Definition Person.h:130
Definition GloBasePersistent.h:60