Class X_I_TaxImport

java.lang.Object
org.compiere.model.PO
org.brerp.base.model.X_I_TaxImport
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_I_TaxImport, I_Persistent, Evaluatee

public class X_I_TaxImport extends PO implements I_I_TaxImport, I_Persistent
Generated Model for I_TaxImport
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_I_TaxImport

      public X_I_TaxImport(Properties ctx, int I_TaxImport_ID, String trxName)
      Standard Constructor
    • X_I_TaxImport

      public X_I_TaxImport(Properties ctx, int I_TaxImport_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_I_TaxImport

      public X_I_TaxImport(Properties ctx, String I_TaxImport_UU, String trxName)
      Standard Constructor
    • X_I_TaxImport

      public X_I_TaxImport(Properties ctx, String I_TaxImport_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_I_TaxImport

      public X_I_TaxImport(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      3 - Client - Org
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_I_TaxImport
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_I_TaxImport
      Returns:
      Optional short description of the record
    • setI_IsImported

      public void setI_IsImported(boolean I_IsImported)
      Set Imported.
      Specified by:
      setI_IsImported in interface I_I_TaxImport
      Parameters:
      I_IsImported - Has this import been processed
    • isI_IsImported

      public boolean isI_IsImported()
      Get Imported.
      Specified by:
      isI_IsImported in interface I_I_TaxImport
      Returns:
      Has this import been processed
    • setI_TaxImport_ID

      public void setI_TaxImport_ID(int I_TaxImport_ID)
      Set I_TaxImport_ID.
      Specified by:
      setI_TaxImport_ID in interface I_I_TaxImport
      Parameters:
      I_TaxImport_ID - Primary Key : Tax Import
    • getI_TaxImport_ID

      public int getI_TaxImport_ID()
      Get I_TaxImport_ID.
      Specified by:
      getI_TaxImport_ID in interface I_I_TaxImport
      Returns:
      Primary Key : Tax Import
    • setI_TaxImport_UU

      public void setI_TaxImport_UU(String I_TaxImport_UU)
      Set I_TaxImport_UU.
      Specified by:
      setI_TaxImport_UU in interface I_I_TaxImport
      Parameters:
      I_TaxImport_UU - I_TaxImport_UU
    • getI_TaxImport_UU

      public String getI_TaxImport_UU()
      Get I_TaxImport_UU.
      Specified by:
      getI_TaxImport_UU in interface I_I_TaxImport
      Returns:
      I_TaxImport_UU
    • getLBR_NCM

      public I_LBR_NCM getLBR_NCM() throws RuntimeException
      Specified by:
      getLBR_NCM in interface I_I_TaxImport
      Throws:
      RuntimeException
    • setLBR_NCM_ID

      public void setLBR_NCM_ID(int LBR_NCM_ID)
      Set NCM.
      Specified by:
      setLBR_NCM_ID in interface I_I_TaxImport
      Parameters:
      LBR_NCM_ID - Primary key table LBR_NCM
    • getLBR_NCM_ID

      public int getLBR_NCM_ID()
      Get NCM.
      Specified by:
      getLBR_NCM_ID in interface I_I_TaxImport
      Returns:
      Primary key table LBR_NCM
    • setProcessed

      public void setProcessed(boolean Processed)
      Set Processed.
      Specified by:
      setProcessed in interface I_I_TaxImport
      Parameters:
      Processed - The document has been processed
    • isProcessed

      public boolean isProcessed()
      Get Processed.
      Specified by:
      isProcessed in interface I_I_TaxImport
      Returns:
      The document has been processed
    • setProcessing

      public void setProcessing(boolean Processing)
      Set Process Now.
      Specified by:
      setProcessing in interface I_I_TaxImport
      Parameters:
      Processing - Process Now
    • isProcessing

      public boolean isProcessing()
      Get Process Now.
      Specified by:
      isProcessing in interface I_I_TaxImport
      Returns:
      Process Now
    • setTableName

      public void setTableName(int TableName)
      Set DB Table Name.
      Specified by:
      setTableName in interface I_I_TaxImport
      Parameters:
      TableName - Name of the table in the database
    • getTableName

      public int getTableName()
      Get DB Table Name.
      Specified by:
      getTableName in interface I_I_TaxImport
      Returns:
      Name of the table in the database
    • setValue

      public void setValue(String Value)
      Set Search Key.
      Specified by:
      setValue in interface I_I_TaxImport
      Parameters:
      Value - Search key for the record in the format required - must be unique
    • getValue

      public String getValue()
      Get Search Key.
      Specified by:
      getValue in interface I_I_TaxImport
      Returns:
      Search key for the record in the format required - must be unique
    • setVersionNo

      public void setVersionNo(String VersionNo)
      Set Version No.
      Specified by:
      setVersionNo in interface I_I_TaxImport
      Parameters:
      VersionNo - Version Number
    • getVersionNo

      public String getVersionNo()
      Get Version No.
      Specified by:
      getVersionNo in interface I_I_TaxImport
      Returns:
      Version Number
    • setcof_Example

      public void setcof_Example(String cof_Example)
      Set Example.
      Specified by:
      setcof_Example in interface I_I_TaxImport
      Parameters:
      cof_Example - Example
    • getcof_Example

      public String getcof_Example()
      Get Example.
      Specified by:
      getcof_Example in interface I_I_TaxImport
      Returns:
      Example
    • setcof_ExtensionTIPI

      public void setcof_ExtensionTIPI(String cof_ExtensionTIPI)
      Set Ex TIPI.
      Specified by:
      setcof_ExtensionTIPI in interface I_I_TaxImport
      Parameters:
      cof_ExtensionTIPI - Ex TIPI
    • getcof_ExtensionTIPI

      public String getcof_ExtensionTIPI()
      Get Ex TIPI.
      Specified by:
      getcof_ExtensionTIPI in interface I_I_TaxImport
      Returns:
      Ex TIPI
    • setcof_aliqImp

      public void setcof_aliqImp(BigDecimal cof_aliqImp)
      Set Alíquota de Importacao.
      Specified by:
      setcof_aliqImp in interface I_I_TaxImport
      Parameters:
      cof_aliqImp - Alíquota de Importacao
    • getcof_aliqImp

      public BigDecimal getcof_aliqImp()
      Get Alíquota de Importacao.
      Specified by:
      getcof_aliqImp in interface I_I_TaxImport
      Returns:
      Alíquota de Importacao
    • setcof_aliqNac

      public void setcof_aliqNac(BigDecimal cof_aliqNac)
      Set Alíquota Nacional.
      Specified by:
      setcof_aliqNac in interface I_I_TaxImport
      Parameters:
      cof_aliqNac - Alíquotas para os produtos e serviços nacionais
    • getcof_aliqNac

      public BigDecimal getcof_aliqNac()
      Get Alíquota Nacional.
      Specified by:
      getcof_aliqNac in interface I_I_TaxImport
      Returns:
      Alíquotas para os produtos e serviços nacionais
    • setimposto_cofinsst_pCOFINS

      public void setimposto_cofinsst_pCOFINS(BigDecimal imposto_cofinsst_pCOFINS)
      Set Aliquota da COFINS %.
      Specified by:
      setimposto_cofinsst_pCOFINS in interface I_I_TaxImport
      Parameters:
      imposto_cofinsst_pCOFINS - Alíquota da COFINS (em percentual)
    • getimposto_cofinsst_pCOFINS

      public BigDecimal getimposto_cofinsst_pCOFINS()
      Get Aliquota da COFINS %.
      Specified by:
      getimposto_cofinsst_pCOFINS in interface I_I_TaxImport
      Returns:
      Alíquota da COFINS (em percentual)
    • setimposto_icms_pICMS

      public void setimposto_icms_pICMS(BigDecimal imposto_icms_pICMS)
      Set Alíquota de ICMS.
      Specified by:
      setimposto_icms_pICMS in interface I_I_TaxImport
      Parameters:
      imposto_icms_pICMS - Alíquota de ICMS
    • getimposto_icms_pICMS

      public BigDecimal getimposto_icms_pICMS()
      Get Alíquota de ICMS.
      Specified by:
      getimposto_icms_pICMS in interface I_I_TaxImport
      Returns:
      Alíquota de ICMS
    • setimposto_ipi_pIPI

      public void setimposto_ipi_pIPI(BigDecimal imposto_ipi_pIPI)
      Set Alíquota do IPI.
      Specified by:
      setimposto_ipi_pIPI in interface I_I_TaxImport
      Parameters:
      imposto_ipi_pIPI - Alíquota do IPI
    • getimposto_ipi_pIPI

      public BigDecimal getimposto_ipi_pIPI()
      Get Alíquota do IPI.
      Specified by:
      getimposto_ipi_pIPI in interface I_I_TaxImport
      Returns:
      Alíquota do IPI
    • setimposto_pisst_vAliqProd

      public void setimposto_pisst_vAliqProd(BigDecimal imposto_pisst_vAliqProd)
      Set Aliquota PIS (em reais).
      Specified by:
      setimposto_pisst_vAliqProd in interface I_I_TaxImport
      Parameters:
      imposto_pisst_vAliqProd - Aliquota PIS (em reais)
    • getimposto_pisst_vAliqProd

      public BigDecimal getimposto_pisst_vAliqProd()
      Get Aliquota PIS (em reais).
      Specified by:
      getimposto_pisst_vAliqProd in interface I_I_TaxImport
      Returns:
      Aliquota PIS (em reais)