Class Costcenter


  • public class Costcenter
    extends Object
    Costcenter
    • Constructor Detail

      • Costcenter

        public Costcenter()
    • 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)
      • 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)
      • getName

        public String getName()
        Nome do centro de custo
        Returns:
        name
      • setName

        public void setName​(String name)
      • getApportionment

        public Apportionment getApportionment()
        Get apportionment
        Returns:
        apportionment
      • setApportionment

        public void setApportionment​(Apportionment apportionment)
      • getCompany

        public String getCompany()
        Empresa do centro de custo
        Returns:
        company
      • setCompany

        public void setCompany​(String company)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object