Uses of Class
br.com.senior.hcm.payroll.pojos.Company
-
Packages that use Company Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of Company in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return Company Modifier and Type Method Description CompanyCompany. apportionmentDiscountType(ApportionmentDiscountType apportionmentDiscountType)CompanyCompany. apportionmentUseType(ApportionmentUseType apportionmentUseType)CompanyCompany. cnpj(String cnpj)CompanyCompany. code(Integer code)CompanyCompany. companyname(String companyname)CompanyCompany. companytype(CompanyType companytype)CompanyWorkstationgroup. getBranchoffice()Get branchofficeCompanyCostcenter. getBudgetCompanyBranch()Get budgetCompanyBranchCompanyWorkstation. getCompany()Get companyCompanyEmployee. getEmployer()Get employerCompanyCostcenter. getGpsCompanyBranch()Get gpsCompanyBranchCompanyWorkstationgroup. getHeadoffice()Get headofficeCompanyMovimentation. getNewcompany()Get newcompanyCompanyCompany. headquarter(String headquarter)CompanyCompany. id(String id)CompanyCompany. place(Address place)CompanyCompany. subscriptionType(SubscriptionType subscriptionType)CompanyCompany. takersRoutineStartDate(org.threeten.bp.LocalDate takersRoutineStartDate)CompanyCompany. takersRoutineUseType(TakersRoutineUseType takersRoutineUseType)CompanyCompany. tradingname(String tradingname)CompanyCompany. useJudicialPensionHistory(Boolean useJudicialPensionHistory)Methods in br.com.senior.hcm.payroll.pojos with parameters of type Company Modifier and Type Method Description WorkstationgroupWorkstationgroup. branchoffice(Company branchoffice)CostcenterCostcenter. budgetCompanyBranch(Company budgetCompanyBranch)WorkstationWorkstation. company(Company company)EmployeeEmployee. employer(Company employer)CostcenterCostcenter. gpsCompanyBranch(Company gpsCompanyBranch)WorkstationgroupWorkstationgroup. headoffice(Company headoffice)MovimentationMovimentation. newcompany(Company newcompany)voidWorkstationgroup. setBranchoffice(Company branchoffice)voidCostcenter. setBudgetCompanyBranch(Company budgetCompanyBranch)voidWorkstation. setCompany(Company company)voidEmployee. setEmployer(Company employer)voidCostcenter. setGpsCompanyBranch(Company gpsCompanyBranch)voidWorkstationgroup. setHeadoffice(Company headoffice)voidMovimentation. setNewcompany(Company newcompany)
-