Package br.com.senior.hcm.payroll.pojos
Class Syndicate
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.Syndicate
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-08-14T17:15:20.586Z") public class Syndicate extends ObjectSyndicate
-
-
Constructor Summary
Constructors Constructor Description Syndicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Syndicatecode(Integer code)booleanequals(Object o)IntegergetCode()Código do sindicatoStringgetId()Id do sindicatoStringgetName()Nome do sindicatoIntegergetVacationMonths()Meses do período aquisitivo de fériasVacationRightTypegetVacationRightType()Get vacationRightTypeinthashCode()Syndicateid(String id)Syndicatename(String name)voidsetCode(Integer code)voidsetId(String id)voidsetName(String name)voidsetVacationMonths(Integer vacationMonths)voidsetVacationRightType(VacationRightType vacationRightType)StringtoString()SyndicatevacationMonths(Integer vacationMonths)SyndicatevacationRightType(VacationRightType vacationRightType)
-
-
-
Method Detail
-
getCode
public Integer getCode()
Código do sindicato- Returns:
- code
-
setCode
public void setCode(Integer code)
-
getName
public String getName()
Nome do sindicato- Returns:
- name
-
setName
public void setName(String name)
-
getVacationMonths
public Integer getVacationMonths()
Meses do período aquisitivo de férias- Returns:
- vacationMonths
-
setVacationMonths
public void setVacationMonths(Integer vacationMonths)
-
getId
public String getId()
Id do sindicato- Returns:
- id
-
setId
public void setId(String id)
-
vacationRightType
public Syndicate vacationRightType(VacationRightType vacationRightType)
-
getVacationRightType
public VacationRightType getVacationRightType()
Get vacationRightType- Returns:
- vacationRightType
-
setVacationRightType
public void setVacationRightType(VacationRightType vacationRightType)
-
-