Class Company


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

      • Company

        public Company()
    • Method Detail

      • getCode

        public Integer getCode()
        Código da empresa
        Returns:
        code
      • setCode

        public void setCode​(Integer code)
      • getCnpj

        public String getCnpj()
        Cnpj da empresa
        Returns:
        cnpj
      • setCnpj

        public void setCnpj​(String cnpj)
      • useJudicialPensionHistory

        public Company useJudicialPensionHistory​(Boolean useJudicialPensionHistory)
      • isUseJudicialPensionHistory

        public Boolean isUseJudicialPensionHistory()
        Usa histórico pensão judicial
        Returns:
        useJudicialPensionHistory
      • setUseJudicialPensionHistory

        public void setUseJudicialPensionHistory​(Boolean useJudicialPensionHistory)
      • getApportionmentUseType

        public ApportionmentUseType getApportionmentUseType()
        Get apportionmentUseType
        Returns:
        apportionmentUseType
      • setApportionmentUseType

        public void setApportionmentUseType​(ApportionmentUseType apportionmentUseType)
      • getTakersRoutineUseType

        public TakersRoutineUseType getTakersRoutineUseType()
        Get takersRoutineUseType
        Returns:
        takersRoutineUseType
      • setTakersRoutineUseType

        public void setTakersRoutineUseType​(TakersRoutineUseType takersRoutineUseType)
      • getApportionmentDiscountType

        public ApportionmentDiscountType getApportionmentDiscountType()
        Get apportionmentDiscountType
        Returns:
        apportionmentDiscountType
      • setApportionmentDiscountType

        public void setApportionmentDiscountType​(ApportionmentDiscountType apportionmentDiscountType)
      • getSubscriptionType

        public SubscriptionType getSubscriptionType()
        Get subscriptionType
        Returns:
        subscriptionType
      • setSubscriptionType

        public void setSubscriptionType​(SubscriptionType subscriptionType)
      • headquarter

        public Company headquarter​(String headquarter)
      • getHeadquarter

        public String getHeadquarter()
        Relacionamento com a sede da empresa
        Returns:
        headquarter
      • setHeadquarter

        public void setHeadquarter​(String headquarter)
      • companyname

        public Company companyname​(String companyname)
      • getCompanyname

        public String getCompanyname()
        Nome da empresa
        Returns:
        companyname
      • setCompanyname

        public void setCompanyname​(String companyname)
      • getCompanytype

        public CompanyType getCompanytype()
        Get companytype
        Returns:
        companytype
      • setCompanytype

        public void setCompanytype​(CompanyType companytype)
      • takersRoutineStartDate

        public Company takersRoutineStartDate​(org.threeten.bp.LocalDate takersRoutineStartDate)
      • getTakersRoutineStartDate

        public org.threeten.bp.LocalDate getTakersRoutineStartDate()
        Início rotina tomadores por rateio
        Returns:
        takersRoutineStartDate
      • setTakersRoutineStartDate

        public void setTakersRoutineStartDate​(org.threeten.bp.LocalDate takersRoutineStartDate)
      • tradingname

        public Company tradingname​(String tradingname)
      • getTradingname

        public String getTradingname()
        Nome fantasia da empresa
        Returns:
        tradingname
      • setTradingname

        public void setTradingname​(String tradingname)
      • getId

        public String getId()
        Id da empresa
        Returns:
        id
      • setId

        public void setId​(String id)
      • getPlace

        public Address getPlace()
        Get place
        Returns:
        place
      • setPlace

        public void setPlace​(Address place)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object