Uses of Class
br.com.senior.hcm.recruitment.pojos.CostCenter
-
Packages that use CostCenter Package Description br.com.senior.hcm.recruitment.pojos -
-
Uses of CostCenter in br.com.senior.hcm.recruitment.pojos
Methods in br.com.senior.hcm.recruitment.pojos that return CostCenter Modifier and Type Method Description CostCenterCostCenter. code(String code)CostCenterCostCenter. company(Company company)CostCenterCostCenter. companyId(String companyId)CostCenterCompany. getCostCenter()Get costCenterCostCenterStaffRequisition. getCostCenter()Get costCenterCostCenterVacancy. getCostCenter()Get costCenterCostCenterWorkstationGroup. getCostCenter()Get costCenterCostCenterEmployeeSummary. getNewCostCenter()Get newCostCenterCostCenterCostCenter. id(String id)CostCenterCostCenter. name(String name)Methods in br.com.senior.hcm.recruitment.pojos with parameters of type CostCenter Modifier and Type Method Description CompanyCompany. costCenter(CostCenter costCenter)StaffRequisitionStaffRequisition. costCenter(CostCenter costCenter)VacancyVacancy. costCenter(CostCenter costCenter)WorkstationGroupWorkstationGroup. costCenter(CostCenter costCenter)EmployeeSummaryEmployeeSummary. newCostCenter(CostCenter newCostCenter)voidCompany. setCostCenter(CostCenter costCenter)voidStaffRequisition. setCostCenter(CostCenter costCenter)voidVacancy. setCostCenter(CostCenter costCenter)voidWorkstationGroup. setCostCenter(CostCenter costCenter)voidEmployeeSummary. setNewCostCenter(CostCenter newCostCenter)
-