Package br.com.senior.hcm.payroll.pojos
Class Educationdegree
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.Educationdegree
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-08-14T17:15:20.586Z") public class Educationdegree extends ObjectEducationdegree
-
-
Constructor Summary
Constructors Constructor Description Educationdegree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Educationdegreecode(Integer code)booleanequals(Object o)IntegergetCode()Código do grau de instruçãoStringgetId()Id do grau de instruçãoStringgetName()Nome do grau de instruçãoDegreeInstructionTypegetNameRais()Get nameRaisinthashCode()Educationdegreeid(String id)Educationdegreename(String name)EducationdegreenameRais(DegreeInstructionType nameRais)voidsetCode(Integer code)voidsetId(String id)voidsetName(String name)voidsetNameRais(DegreeInstructionType nameRais)StringtoString()
-
-
-
Method Detail
-
code
public Educationdegree code(Integer code)
-
getCode
public Integer getCode()
Código do grau de instrução- Returns:
- code
-
setCode
public void setCode(Integer code)
-
nameRais
public Educationdegree nameRais(DegreeInstructionType nameRais)
-
getNameRais
public DegreeInstructionType getNameRais()
Get nameRais- Returns:
- nameRais
-
setNameRais
public void setNameRais(DegreeInstructionType nameRais)
-
name
public Educationdegree name(String name)
-
getName
public String getName()
Nome do grau de instrução- Returns:
- name
-
setName
public void setName(String name)
-
id
public Educationdegree id(String id)
-
getId
public String getId()
Id do grau de instrução- Returns:
- id
-
setId
public void setId(String id)
-
-