Package br.com.senior.hcm.payroll.pojos
Class Person
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.Person
-
public class Person extends Object
Person
-
-
Constructor Summary
Constructors Constructor Description Person()
-
Method Summary
-
-
-
Method Detail
-
birthday
public Person birthday(org.threeten.bp.LocalDate birthday)
-
getBirthday
public org.threeten.bp.LocalDate getBirthday()
Data de aniversário- Returns:
- birthday
-
setBirthday
public void setBirthday(org.threeten.bp.LocalDate birthday)
-
getFatherName
public String getFatherName()
Nome do pai- Returns:
- fatherName
-
setFatherName
public void setFatherName(String fatherName)
-
getFirstname
public String getFirstname()
Primeiro nome- Returns:
- firstname
-
setFirstname
public void setFirstname(String firstname)
-
race
public Person race(RacialType race)
-
getRace
public RacialType getRace()
Get race- Returns:
- race
-
setRace
public void setRace(RacialType race)
-
gender
public Person gender(GenderType gender)
-
getGender
public GenderType getGender()
Get gender- Returns:
- gender
-
setGender
public void setGender(GenderType gender)
-
isIsdisabledperson
public Boolean isIsdisabledperson()
É uma pessoa com deficiência?- Returns:
- isdisabledperson
-
setIsdisabledperson
public void setIsdisabledperson(Boolean isdisabledperson)
-
getMotherName
public String getMotherName()
Nome da mãe- Returns:
- motherName
-
setMotherName
public void setMotherName(String motherName)
-
getMiddlename
public String getMiddlename()
Nome do meio- Returns:
- middlename
-
setMiddlename
public void setMiddlename(String middlename)
-
getEducationdegree
public String getEducationdegree()
Relacionamento com grau de instrução- Returns:
- educationdegree
-
setEducationdegree
public void setEducationdegree(String educationdegree)
-
getPlaceofbirth
public City getPlaceofbirth()
Get placeofbirth- Returns:
- placeofbirth
-
setPlaceofbirth
public void setPlaceofbirth(City placeofbirth)
-
getLastname
public String getLastname()
Último nome- Returns:
- lastname
-
setLastname
public void setLastname(String lastname)
-
getReligion
public Religion getReligion()
Get religion- Returns:
- religion
-
setReligion
public void setReligion(Religion religion)
-
getSocialName
public String getSocialName()
Nome social- Returns:
- socialName
-
setSocialName
public void setSocialName(String socialName)
-
nationality
public Person nationality(Nationality nationality)
-
getNationality
public Nationality getNationality()
Get nationality- Returns:
- nationality
-
setNationality
public void setNationality(Nationality nationality)
-
getAttachment
public String getAttachment()
Id do upload da foto da g7- Returns:
- attachment
-
setAttachment
public void setAttachment(String attachment)
-
maritalstatus
public Person maritalstatus(MaritalStatus maritalstatus)
-
getMaritalstatus
public MaritalStatus getMaritalstatus()
Get maritalstatus- Returns:
- maritalstatus
-
setMaritalstatus
public void setMaritalstatus(MaritalStatus maritalstatus)
-
getCpf
public String getCpf()
Número de CPF- Returns:
- cpf
-
setCpf
public void setCpf(String cpf)
-
getNickname
public String getNickname()
Apelido- Returns:
- nickname
-
setNickname
public void setNickname(String nickname)
-
getId
public String getId()
Id da pessoa- Returns:
- id
-
setId
public void setId(String id)
-
professionalCouncil
public Person professionalCouncil(Professionalcouncil professionalCouncil)
-
getProfessionalCouncil
public Professionalcouncil getProfessionalCouncil()
Get professionalCouncil- Returns:
- professionalCouncil
-
setProfessionalCouncil
public void setProfessionalCouncil(Professionalcouncil professionalCouncil)
-
getUsername
public String getUsername()
Nome de usuário- Returns:
- username
-
setUsername
public void setUsername(String username)
-
-