Class Syndicate


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2020-08-14T17:15:20.586Z")
    public class Syndicate
    extends Object
    Syndicate
    • Constructor Detail

      • Syndicate

        public Syndicate()
    • 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)
      • getVacationRightType

        public VacationRightType getVacationRightType()
        Get vacationRightType
        Returns:
        vacationRightType
      • setVacationRightType

        public void setVacationRightType​(VacationRightType vacationRightType)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object