Package br.com.senior.hcm.payroll.pojos
Class Attendant
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.Attendant
-
public class Attendant extends Object
Attendant
-
-
Constructor Summary
Constructors Constructor Description Attendant()
-
Method Summary
-
-
-
Method Detail
-
getSituationCouncil
public String getSituationCouncil()
Situação do registro- Returns:
- situationCouncil
-
setSituationCouncil
public void setSituationCouncil(String situationCouncil)
-
getCode
public Integer getCode()
Código do atendente- Returns:
- code
-
setCode
public void setCode(Integer code)
-
phoneContact
public Attendant phoneContact(Phonecontact phoneContact)
-
getPhoneContact
public Phonecontact getPhoneContact()
Get phoneContact- Returns:
- phoneContact
-
setPhoneContact
public void setPhoneContact(Phonecontact phoneContact)
-
getRecordCouncil
public String getRecordCouncil()
Registro profissional- Returns:
- recordCouncil
-
setRecordCouncil
public void setRecordCouncil(String recordCouncil)
-
getName
public String getName()
Nome do atendente- Returns:
- name
-
setName
public void setName(String name)
-
getId
public String getId()
Id do atendente- Returns:
- id
-
setId
public void setId(String id)
-
getEmployee
public Employee getEmployee()
Get employee- Returns:
- employee
-
setEmployee
public void setEmployee(Employee employee)
-
professionalCouncil
public Attendant professionalCouncil(Professionalcouncil professionalCouncil)
-
getProfessionalCouncil
public Professionalcouncil getProfessionalCouncil()
Get professionalCouncil- Returns:
- professionalCouncil
-
setProfessionalCouncil
public void setProfessionalCouncil(Professionalcouncil professionalCouncil)
-
attendantType
public Attendant attendantType(AttendantType attendantType)
-
getAttendantType
public AttendantType getAttendantType()
Get attendantType- Returns:
- attendantType
-
setAttendantType
public void setAttendantType(AttendantType attendantType)
-
-