Package br.com.senior.hcm.payroll.pojos
Class Company
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.Company
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-08-14T17:15:20.586Z") public class Company extends ObjectCompany
-
-
Constructor Summary
Constructors Constructor Description Company()
-
Method Summary
-
-
-
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)
-
apportionmentUseType
public Company apportionmentUseType(ApportionmentUseType apportionmentUseType)
-
getApportionmentUseType
public ApportionmentUseType getApportionmentUseType()
Get apportionmentUseType- Returns:
- apportionmentUseType
-
setApportionmentUseType
public void setApportionmentUseType(ApportionmentUseType apportionmentUseType)
-
takersRoutineUseType
public Company takersRoutineUseType(TakersRoutineUseType takersRoutineUseType)
-
getTakersRoutineUseType
public TakersRoutineUseType getTakersRoutineUseType()
Get takersRoutineUseType- Returns:
- takersRoutineUseType
-
setTakersRoutineUseType
public void setTakersRoutineUseType(TakersRoutineUseType takersRoutineUseType)
-
apportionmentDiscountType
public Company apportionmentDiscountType(ApportionmentDiscountType apportionmentDiscountType)
-
getApportionmentDiscountType
public ApportionmentDiscountType getApportionmentDiscountType()
Get apportionmentDiscountType- Returns:
- apportionmentDiscountType
-
setApportionmentDiscountType
public void setApportionmentDiscountType(ApportionmentDiscountType apportionmentDiscountType)
-
subscriptionType
public Company subscriptionType(SubscriptionType subscriptionType)
-
getSubscriptionType
public SubscriptionType getSubscriptionType()
Get subscriptionType- Returns:
- subscriptionType
-
setSubscriptionType
public void setSubscriptionType(SubscriptionType subscriptionType)
-
getHeadquarter
public String getHeadquarter()
Relacionamento com a sede da empresa- Returns:
- headquarter
-
setHeadquarter
public void setHeadquarter(String headquarter)
-
getCompanyname
public String getCompanyname()
Nome da empresa- Returns:
- companyname
-
setCompanyname
public void setCompanyname(String companyname)
-
companytype
public Company companytype(CompanyType companytype)
-
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)
-
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)
-
-