Uses of Class
br.com.senior.hcm.payroll.pojos.HireType
-
Packages that use HireType Package Description br.com.senior.hcm.payroll.pojos -
-
Uses of HireType in br.com.senior.hcm.payroll.pojos
Methods in br.com.senior.hcm.payroll.pojos that return HireType Modifier and Type Method Description static HireTypeHireType. fromValue(String text)HireTypeEmployee. getHireType()Get hireTypeHireTypeMovimentation. getTransfertype()Get transfertypeHireTypeHireType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static HireTypeHireType. valueOf(String name)Returns the enum constant of this type with the specified name.static HireType[]HireType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.senior.hcm.payroll.pojos with parameters of type HireType Modifier and Type Method Description EmployeeEmployee. hireType(HireType hireType)voidEmployee. setHireType(HireType hireType)voidMovimentation. setTransfertype(HireType transfertype)MovimentationMovimentation. transfertype(HireType transfertype)voidHireType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, HireType enumeration)
-