Interface I_C_TaxDefinition

All Known Implementing Classes:
X_C_TaxDefinition

public interface I_C_TaxDefinition
Generated Interface for C_TaxDefinition
Version:
Release 11
Author:
iDempiere (generated)
  • Field Details

  • Method Details

    • getAD_Client_ID

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

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

      int getAD_Org_ID()
      Get Organization. Organizational entity within tenant
    • setAD_OrgType_ID

      void setAD_OrgType_ID(int AD_OrgType_ID)
      Set Organization Type. Organization Type
    • getAD_OrgType_ID

      int getAD_OrgType_ID()
      Get Organization Type. Organization Type
    • getAD_OrgType

      I_AD_OrgType getAD_OrgType() throws RuntimeException
      Throws:
      RuntimeException
    • setC_BPartner_ID

      void setC_BPartner_ID(int C_BPartner_ID)
      Set Business Partner. Identifies a Business Partner
    • getC_BPartner_ID

      int getC_BPartner_ID()
      Get Business Partner. Identifies a Business Partner
    • getC_BPartner

      I_C_BPartner getC_BPartner() throws RuntimeException
      Throws:
      RuntimeException
    • setC_BP_Group_ID

      void setC_BP_Group_ID(int C_BP_Group_ID)
      Set Business Partner Group. Business Partner Group
    • getC_BP_Group_ID

      int getC_BP_Group_ID()
      Get Business Partner Group. Business Partner Group
    • getC_BP_Group

      I_C_BP_Group getC_BP_Group() throws RuntimeException
      Throws:
      RuntimeException
    • getCreated

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

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

      void setC_TaxBase_ID(int C_TaxBase_ID)
      Set Tax Base
    • getC_TaxBase_ID

      int getC_TaxBase_ID()
      Get Tax Base
    • getC_TaxBase

      I_C_TaxBase getC_TaxBase() throws RuntimeException
      Throws:
      RuntimeException
    • 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
    • getC_TaxCategory

      I_C_TaxCategory getC_TaxCategory() throws RuntimeException
      Throws:
      RuntimeException
    • setC_TaxDefinition_ID

      void setC_TaxDefinition_ID(int C_TaxDefinition_ID)
      Set Tax Definition
    • getC_TaxDefinition_ID

      int getC_TaxDefinition_ID()
      Get Tax Definition
    • setC_TaxDefinition_UU

      void setC_TaxDefinition_UU(String C_TaxDefinition_UU)
      Set C_TaxDefinition_UU
    • getC_TaxDefinition_UU

      String getC_TaxDefinition_UU()
      Get C_TaxDefinition_UU
    • setC_TaxGroup_ID

      void setC_TaxGroup_ID(int C_TaxGroup_ID)
      Set Tax Group
    • getC_TaxGroup_ID

      int getC_TaxGroup_ID()
      Get Tax Group
    • getC_TaxGroup

      I_C_TaxGroup getC_TaxGroup() throws RuntimeException
      Throws:
      RuntimeException
    • 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
    • getC_Tax

      I_C_Tax getC_Tax() throws RuntimeException
      Throws:
      RuntimeException
    • setC_TaxType_ID

      void setC_TaxType_ID(int C_TaxType_ID)
      Set Tax Type
    • getC_TaxType_ID

      int getC_TaxType_ID()
      Get Tax Type
    • getC_TaxType

      I_C_TaxType getC_TaxType() throws RuntimeException
      Throws:
      RuntimeException
    • setDescription

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

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

      void setHelp(String Help)
      Set Comment/Help. Comment or Hint
    • getHelp

      String getHelp()
      Get Comment/Help. Comment or Hint
    • 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
    • setIsInvoiced

      void setIsInvoiced(boolean IsInvoiced)
      Set Invoiced. Is this invoiced?
    • isInvoiced

      boolean isInvoiced()
      Get Invoiced. Is this invoiced?
    • setMaxTaxable

      void setMaxTaxable(int MaxTaxable)
      Set Max Taxable
    • getMaxTaxable

      int getMaxTaxable()
      Get Max Taxable
    • setMinTaxable

      void setMinTaxable(int MinTaxable)
      Set Min Taxable
    • getMinTaxable

      int getMinTaxable()
      Get Min Taxable
    • setM_Product_Category_ID

      void setM_Product_Category_ID(int M_Product_Category_ID)
      Set Product Category. Category of a Product
    • getM_Product_Category_ID

      int getM_Product_Category_ID()
      Get Product Category. Category of a Product
    • getM_Product_Category

      I_M_Product_Category getM_Product_Category() throws RuntimeException
      Throws:
      RuntimeException
    • setM_Product_ID

      void setM_Product_ID(int M_Product_ID)
      Set Product. Product, Service, Item
    • getM_Product_ID

      int getM_Product_ID()
      Get Product. Product, Service, Item
    • getM_Product

      I_M_Product getM_Product() throws RuntimeException
      Throws:
      RuntimeException
    • setName

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

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

      void setSeqNo(int SeqNo)
      Set Sequence. Method of ordering records; lowest number comes first
    • getSeqNo

      int getSeqNo()
      Get Sequence. Method of ordering records; lowest number comes first
    • 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)
    • setValidTo

      void setValidTo(Timestamp ValidTo)
      Set Valid to. Valid to including this date (last day)
    • getValidTo

      Timestamp getValidTo()
      Get Valid to. Valid to including this date (last day)
    • setValue

      void setValue(String Value)
      Set Search Key. Search key for the record in the format required - must be unique
    • getValue

      String getValue()
      Get Search Key. Search key for the record in the format required - must be unique