Uses of Class
br.com.senior.hcm.payroll.pojos.Person
-
Packages that use Person Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of Person in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return Person Modifier and Type Method Description PersonPerson. attachment(String attachment)PersonPerson. birthday(org.threeten.bp.LocalDate birthday)PersonPerson. cpf(String cpf)PersonPerson. educationdegree(String educationdegree)PersonPerson. fatherName(String fatherName)PersonPerson. firstname(String firstname)PersonPerson. gender(GenderType gender)PersonAttachment. getPerson()Get personPersonDocument. getPerson()Get personPersonEmployee. getPerson()Get personPersonPerson. id(String id)PersonPerson. isdisabledperson(Boolean isdisabledperson)PersonPerson. lastname(String lastname)PersonPerson. maritalstatus(MaritalStatus maritalstatus)PersonPerson. middlename(String middlename)PersonPerson. motherName(String motherName)PersonPerson. nationality(Nationality nationality)PersonPerson. nickname(String nickname)PersonPerson. placeofbirth(City placeofbirth)PersonPerson. professionalCouncil(Professionalcouncil professionalCouncil)PersonPerson. race(RacialType race)PersonPerson. religion(Religion religion)PersonPerson. socialName(String socialName)PersonPerson. username(String username)Methods in br.com.senior.hcm.payroll.pojos with parameters of type Person Modifier and Type Method Description AttachmentAttachment. person(Person person)DocumentDocument. person(Person person)EmployeeEmployee. person(Person person)voidAttachment. setPerson(Person person)voidDocument. setPerson(Person person)voidEmployee. setPerson(Person person)
-