Uses of Class
br.com.senior.hcm.payroll.pojos.Employee
-
Packages that use Employee Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of Employee in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return Employee Modifier and Type Method Description EmployeeEmployee. appearsinRais(Boolean appearsinRais)EmployeeEmployee. attachment(Attachment attachment)EmployeeEmployee. companynumber(Integer companynumber)EmployeeEmployee. contractNationality(ContractNationalityType contractNationality)EmployeeEmployee. contracttype(EmployeeContractType contracttype)EmployeeEmployee. costcenter(String costcenter)EmployeeEmployee. department(String department)EmployeeEmployee. dismissaldate(org.threeten.bp.LocalDate dismissaldate)EmployeeEmployee. employeetype(EmployeeType employeetype)EmployeeEmployee. employer(Company employer)EmployeeEmployee. externalId(String externalId)EmployeeAttendant. getEmployee()Get employeeEmployeeDependent. getEmployee()Get employeeEmployeeHistoricalCostCenter. getEmployee()Get employeeEmployeeHistoricalEmploymentRelationship. getEmployee()Get employeeEmployeeHistoricalEsocialCategory. getEmployee()Get employeeEmployeeHistoricalExpenseNature. getEmployee()Get employeeEmployeeHistoricalJobPosition. getEmployee()Get employeeEmployeeHistoricalleave. getEmployee()Get employeeEmployeeHistoricalWorkshift. getEmployee()Get employeeEmployeeMovimentation. getEmployee()Get employeeEmployeeOtherContract. getEmployee()Get employeeEmployeeWorkstation. getOccupant()Get occupantEmployeeOtherContract. getOtherEmployee()Get otherEmployeeEmployeeEmployee. hiredate(org.threeten.bp.LocalDate hiredate)EmployeeEmployee. hireType(HireType hireType)EmployeeEmployee. id(String id)EmployeeEmployee. isOccupyQuotaDisability(Boolean isOccupyQuotaDisability)EmployeeEmployee. jobposition(Jobposition jobposition)EmployeeEmployee. person(Person person)EmployeeEmployee. processNumber(String processNumber)EmployeeEmployee. registernumber(Integer registernumber)EmployeeEmployee. registrationnumber(Integer registrationnumber)EmployeeEmployee. workshift(String workshift)Methods in br.com.senior.hcm.payroll.pojos with parameters of type Employee Modifier and Type Method Description AttendantAttendant. employee(Employee employee)DependentDependent. employee(Employee employee)HistoricalCostCenterHistoricalCostCenter. employee(Employee employee)HistoricalEmploymentRelationshipHistoricalEmploymentRelationship. employee(Employee employee)HistoricalEsocialCategoryHistoricalEsocialCategory. employee(Employee employee)HistoricalExpenseNatureHistoricalExpenseNature. employee(Employee employee)HistoricalJobPositionHistoricalJobPosition. employee(Employee employee)HistoricalleaveHistoricalleave. employee(Employee employee)HistoricalWorkshiftHistoricalWorkshift. employee(Employee employee)MovimentationMovimentation. employee(Employee employee)OtherContractOtherContract. employee(Employee employee)WorkstationWorkstation. occupant(Employee occupant)OtherContractOtherContract. otherEmployee(Employee otherEmployee)voidAttendant. setEmployee(Employee employee)voidDependent. setEmployee(Employee employee)voidHistoricalCostCenter. setEmployee(Employee employee)voidHistoricalEmploymentRelationship. setEmployee(Employee employee)voidHistoricalEsocialCategory. setEmployee(Employee employee)voidHistoricalExpenseNature. setEmployee(Employee employee)voidHistoricalJobPosition. setEmployee(Employee employee)voidHistoricalleave. setEmployee(Employee employee)voidHistoricalWorkshift. setEmployee(Employee employee)voidMovimentation. setEmployee(Employee employee)voidOtherContract. setEmployee(Employee employee)voidWorkstation. setOccupant(Employee occupant)voidOtherContract. setOtherEmployee(Employee otherEmployee)
-