Interface I_C_Tax

  • All Known Implementing Classes:
    MTax, X_C_Tax

    public interface I_C_Tax
    Generated Interface for C_Tax
    Version:
    Release 9
    Author:
    iDempiere (generated)
    • Method Detail

      • getAD_Client_ID

        int getAD_Client_ID()
        Get Client. Client/Tenant for this installation.
      • setAD_Org_ID

        void setAD_Org_ID​(int AD_Org_ID)
        Set Organization. Organizational entity within client
      • getAD_Org_ID

        int getAD_Org_ID()
        Get Organization. Organizational entity within client
      • setAD_Rule_ID

        void setAD_Rule_ID​(int AD_Rule_ID)
        Set Rule
      • getAD_Rule_ID

        int getAD_Rule_ID()
        Get Rule
      • setC_CountryGroupFrom_ID

        void setC_CountryGroupFrom_ID​(int C_CountryGroupFrom_ID)
        Set Country Group From
      • getC_CountryGroupFrom_ID

        int getC_CountryGroupFrom_ID()
        Get Country Group From
      • setC_CountryGroupTo_ID

        void setC_CountryGroupTo_ID​(int C_CountryGroupTo_ID)
        Set Country Group To
      • getC_CountryGroupTo_ID

        int getC_CountryGroupTo_ID()
        Get Country Group To
      • setC_Country_ID

        void setC_Country_ID​(int C_Country_ID)
        Set Country. Country
      • getC_Country_ID

        int getC_Country_ID()
        Get Country. Country
      • getCreated

        Timestamp getCreated()
        Get Created. Date this record was created
      • getCreatedBy

        int getCreatedBy()
        Get Created By. User who created this records
      • setC_Region_ID

        void setC_Region_ID​(int C_Region_ID)
        Set Region. Identifies a geographical Region
      • getC_Region_ID

        int getC_Region_ID()
        Get Region. Identifies a geographical Region
      • setC_TaxCategory_ID

        void setC_TaxCategory_ID​(int C_TaxCategory_ID)
        Set Tax Category. Tax Category
      • getC_TaxCategory_ID

        int getC_TaxCategory_ID()
        Get Tax Category. Tax Category
      • setC_Tax_ID

        void setC_Tax_ID​(int C_Tax_ID)
        Set Tax. Tax identifier
      • getC_Tax_ID

        int getC_Tax_ID()
        Get Tax. Tax identifier
      • setC_TaxProvider_ID

        void setC_TaxProvider_ID​(int C_TaxProvider_ID)
        Set Tax Provider
      • getC_TaxProvider_ID

        int getC_TaxProvider_ID()
        Get Tax Provider
      • setC_Tax_UU

        void setC_Tax_UU​(String C_Tax_UU)
        Set C_Tax_UU
      • getC_Tax_UU

        String getC_Tax_UU()
        Get C_Tax_UU
      • setDescription

        void setDescription​(String Description)
        Set Description. Optional short description of the record
      • getDescription

        String getDescription()
        Get Description. Optional short description of the record
      • setIsActive

        void setIsActive​(boolean IsActive)
        Set Active. The record is active in the system
      • isActive

        boolean isActive()
        Get Active. The record is active in the system
      • setIsDefault

        void setIsDefault​(boolean IsDefault)
        Set Default. Default value
      • isDefault

        boolean isDefault()
        Get Default. Default value
      • setIsDocumentLevel

        void setIsDocumentLevel​(boolean IsDocumentLevel)
        Set Document Level. Tax is calculated on document level (rather than line by line)
      • isDocumentLevel

        boolean isDocumentLevel()
        Get Document Level. Tax is calculated on document level (rather than line by line)
      • setIsSalesTax

        void setIsSalesTax​(boolean IsSalesTax)
        Set Sales Tax. This is a sales tax (i.e. not a value added tax)
      • isSalesTax

        boolean isSalesTax()
        Get Sales Tax. This is a sales tax (i.e. not a value added tax)
      • setIsSummary

        void setIsSummary​(boolean IsSummary)
        Set Summary Level. This is a summary entity
      • isSummary

        boolean isSummary()
        Get Summary Level. This is a summary entity
      • setIsTaxExempt

        void setIsTaxExempt​(boolean IsTaxExempt)
        Set SO Tax exempt. Business partner is exempt from tax on sales
      • isTaxExempt

        boolean isTaxExempt()
        Get SO Tax exempt. Business partner is exempt from tax on sales
      • setName

        void setName​(String Name)
        Set Name. Alphanumeric identifier of the entity
      • getName

        String getName()
        Get Name. Alphanumeric identifier of the entity
      • setParent_Tax_ID

        void setParent_Tax_ID​(int Parent_Tax_ID)
        Set Parent Tax. Parent Tax indicates a tax that is made up of multiple taxes
      • getParent_Tax_ID

        int getParent_Tax_ID()
        Get Parent Tax. Parent Tax indicates a tax that is made up of multiple taxes
      • setRate

        void setRate​(BigDecimal Rate)
        Set Rate. Rate or Tax or Exchange
      • getRate

        BigDecimal getRate()
        Get Rate. Rate or Tax or Exchange
      • setRequiresTaxCertificate

        void setRequiresTaxCertificate​(boolean RequiresTaxCertificate)
        Set Requires Tax Certificate. This tax rate requires the Business Partner to be tax exempt
      • isRequiresTaxCertificate

        boolean isRequiresTaxCertificate()
        Get Requires Tax Certificate. This tax rate requires the Business Partner to be tax exempt
      • setSOPOType

        void setSOPOType​(String SOPOType)
        Set SO/PO Type. Sales Tax applies to sales situations, Purchase Tax to purchase situations
      • getSOPOType

        String getSOPOType()
        Get SO/PO Type. Sales Tax applies to sales situations, Purchase Tax to purchase situations
      • setTaxIndicator

        void setTaxIndicator​(String TaxIndicator)
        Set Tax Indicator. Short form for Tax to be printed on documents
      • getTaxIndicator

        String getTaxIndicator()
        Get Tax Indicator. Short form for Tax to be printed on documents
      • setTo_Country_ID

        void setTo_Country_ID​(int To_Country_ID)
        Set To. Receiving Country
      • getTo_Country_ID

        int getTo_Country_ID()
        Get To. Receiving Country
      • setTo_Region_ID

        void setTo_Region_ID​(int To_Region_ID)
        Set To. Receiving Region
      • getTo_Region_ID

        int getTo_Region_ID()
        Get To. Receiving Region
      • getUpdated

        Timestamp getUpdated()
        Get Updated. Date this record was updated
      • getUpdatedBy

        int getUpdatedBy()
        Get Updated By. User who updated this records
      • setValidFrom

        void setValidFrom​(Timestamp ValidFrom)
        Set Valid from. Valid from including this date (first day)
      • getValidFrom

        Timestamp getValidFrom()
        Get Valid from. Valid from including this date (first day)