Package br.com.senior.hcm.payroll.pojos
Class Costcenter
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.Costcenter
-
public class Costcenter extends Object
Costcenter
-
-
Constructor Summary
Constructors Constructor Description Costcenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CostcenteraccountingBranch(Integer accountingBranch)Costcenterapportionment(Apportionment apportionment)CostcenterbudgetCompanyBranch(Company budgetCompanyBranch)Costcentercode(String code)Costcentercompany(String company)CostcentercreationDate(org.threeten.bp.LocalDate creationDate)CostcenterdescriptionCode(String descriptionCode)booleanequals(Object o)CostcenterexpirationDate(org.threeten.bp.LocalDate expirationDate)IntegergetAccountingBranch()Filial contábilApportionmentgetApportionment()Get apportionmentCompanygetBudgetCompanyBranch()Get budgetCompanyBranchStringgetCode()Código do centro de custoStringgetCompany()Empresa do centro de custoorg.threeten.bp.LocalDategetCreationDate()Data de criação do centro de custoStringgetDescriptionCode()Código Texto C.Custo p/ Exportaçãoorg.threeten.bp.LocalDategetExpirationDate()Data de extinção do centro de custoCompanygetGpsCompanyBranch()Get gpsCompanyBranchStringgetId()Id do centro de custoStringgetName()Nome do centro de custoCostcentergpsCompanyBranch(Company gpsCompanyBranch)inthashCode()Costcenterid(String id)Costcentername(String name)voidsetAccountingBranch(Integer accountingBranch)voidsetApportionment(Apportionment apportionment)voidsetBudgetCompanyBranch(Company budgetCompanyBranch)voidsetCode(String code)voidsetCompany(String company)voidsetCreationDate(org.threeten.bp.LocalDate creationDate)voidsetDescriptionCode(String descriptionCode)voidsetExpirationDate(org.threeten.bp.LocalDate expirationDate)voidsetGpsCompanyBranch(Company gpsCompanyBranch)voidsetId(String id)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
descriptionCode
public Costcenter descriptionCode(String descriptionCode)
-
getDescriptionCode
public String getDescriptionCode()
Código Texto C.Custo p/ Exportação- Returns:
- descriptionCode
-
setDescriptionCode
public void setDescriptionCode(String descriptionCode)
-
code
public Costcenter code(String code)
-
getCode
public String getCode()
Código do centro de custo- Returns:
- code
-
setCode
public void setCode(String code)
-
budgetCompanyBranch
public Costcenter budgetCompanyBranch(Company budgetCompanyBranch)
-
getBudgetCompanyBranch
public Company getBudgetCompanyBranch()
Get budgetCompanyBranch- Returns:
- budgetCompanyBranch
-
setBudgetCompanyBranch
public void setBudgetCompanyBranch(Company budgetCompanyBranch)
-
name
public Costcenter name(String name)
-
getName
public String getName()
Nome do centro de custo- Returns:
- name
-
setName
public void setName(String name)
-
apportionment
public Costcenter apportionment(Apportionment apportionment)
-
getApportionment
public Apportionment getApportionment()
Get apportionment- Returns:
- apportionment
-
setApportionment
public void setApportionment(Apportionment apportionment)
-
company
public Costcenter company(String company)
-
getCompany
public String getCompany()
Empresa do centro de custo- Returns:
- company
-
setCompany
public void setCompany(String company)
-
id
public Costcenter id(String id)
-
getId
public String getId()
Id do centro de custo- Returns:
- id
-
setId
public void setId(String id)
-
creationDate
public Costcenter creationDate(org.threeten.bp.LocalDate creationDate)
-
getCreationDate
public org.threeten.bp.LocalDate getCreationDate()
Data de criação do centro de custo- Returns:
- creationDate
-
setCreationDate
public void setCreationDate(org.threeten.bp.LocalDate creationDate)
-
gpsCompanyBranch
public Costcenter gpsCompanyBranch(Company gpsCompanyBranch)
-
getGpsCompanyBranch
public Company getGpsCompanyBranch()
Get gpsCompanyBranch- Returns:
- gpsCompanyBranch
-
setGpsCompanyBranch
public void setGpsCompanyBranch(Company gpsCompanyBranch)
-
accountingBranch
public Costcenter accountingBranch(Integer accountingBranch)
-
getAccountingBranch
public Integer getAccountingBranch()
Filial contábil- Returns:
- accountingBranch
-
setAccountingBranch
public void setAccountingBranch(Integer accountingBranch)
-
expirationDate
public Costcenter expirationDate(org.threeten.bp.LocalDate expirationDate)
-
getExpirationDate
public org.threeten.bp.LocalDate getExpirationDate()
Data de extinção do centro de custo- Returns:
- expirationDate
-
setExpirationDate
public void setExpirationDate(org.threeten.bp.LocalDate expirationDate)
-
-