Interface I_COF_C_ComexInfo

All Known Implementing Classes:
MCOFCComexInfo, X_COF_C_ComexInfo

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

    • Table_Name

      static final String Table_Name
      TableName=COF_C_ComexInfo
      See Also:
    • Table_ID

      static final int Table_ID
      AD_Table_ID=1500261
    • Model

      static final KeyNamePair Model
    • accessLevel

      static final BigDecimal accessLevel
      AccessLevel = 3 - Client - Org
    • COLUMNNAME_AD_Client_ID

      static final String COLUMNNAME_AD_Client_ID
      Column name AD_Client_ID
      See Also:
    • COLUMNNAME_AD_Org_ID

      static final String COLUMNNAME_AD_Org_ID
      Column name AD_Org_ID
      See Also:
    • COLUMNNAME_COF_C_ComexInfo_ID

      static final String COLUMNNAME_COF_C_ComexInfo_ID
      Column name COF_C_ComexInfo_ID
      See Also:
    • COLUMNNAME_COF_C_ComexInfo_UU

      static final String COLUMNNAME_COF_C_ComexInfo_UU
      Column name COF_C_ComexInfo_UU
      See Also:
    • COLUMNNAME_COF_C_DIAdi_ID

      static final String COLUMNNAME_COF_C_DIAdi_ID
      Column name COF_C_DIAdi_ID
      See Also:
    • COLUMNNAME_COF_C_DI_ID

      static final String COLUMNNAME_COF_C_DI_ID
      Column name COF_C_DI_ID
      See Also:
    • COLUMNNAME_C_InvoiceLine_ID

      static final String COLUMNNAME_C_InvoiceLine_ID
      Column name C_InvoiceLine_ID
      See Also:
    • COLUMNNAME_C_OrderLine_ID

      static final String COLUMNNAME_C_OrderLine_ID
      Column name C_OrderLine_ID
      See Also:
    • COLUMNNAME_Created

      static final String COLUMNNAME_Created
      Column name Created
      See Also:
    • COLUMNNAME_CreatedBy

      static final String COLUMNNAME_CreatedBy
      Column name CreatedBy
      See Also:
    • COLUMNNAME_IsActive

      static final String COLUMNNAME_IsActive
      Column name IsActive
      See Also:
    • COLUMNNAME_Updated

      static final String COLUMNNAME_Updated
      Column name Updated
      See Also:
    • COLUMNNAME_UpdatedBy

      static final String COLUMNNAME_UpdatedBy
      Column name UpdatedBy
      See Also:
    • COLUMNNAME_cof_chNFe

      static final String COLUMNNAME_cof_chNFe
      Column name cof_chNFe
      See Also:
    • COLUMNNAME_cof_detExport_dataConhecimento

      static final String COLUMNNAME_cof_detExport_dataConhecimento
      Column name cof_detExport_dataConhecimento
      See Also:
    • COLUMNNAME_cof_detExport_dataDeclaracao

      static final String COLUMNNAME_cof_detExport_dataDeclaracao
      Column name cof_detExport_dataDeclaracao
      See Also:
    • COLUMNNAME_cof_detExport_indDoc

      static final String COLUMNNAME_cof_detExport_indDoc
      Column name cof_detExport_indDoc
      See Also:
    • COLUMNNAME_cof_detExport_tipoConhecimento

      static final String COLUMNNAME_cof_detExport_tipoConhecimento
      Column name cof_detExport_tipoConhecimento
      See Also:
    • COLUMNNAME_cof_nDraw

      static final String COLUMNNAME_cof_nDraw
      Column name cof_nDraw
      See Also:
    • COLUMNNAME_cof_nRE

      static final String COLUMNNAME_cof_nRE
      Column name cof_nRE
      See Also:
    • COLUMNNAME_cof_qExport

      static final String COLUMNNAME_cof_qExport
      Column name cof_qExport
      See Also:
  • 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
    • setCOF_C_ComexInfo_ID

      void setCOF_C_ComexInfo_ID(int COF_C_ComexInfo_ID)
      Set Informações de Comércio Exterior
    • getCOF_C_ComexInfo_ID

      int getCOF_C_ComexInfo_ID()
      Get Informações de Comércio Exterior
    • setCOF_C_ComexInfo_UU

      void setCOF_C_ComexInfo_UU(String COF_C_ComexInfo_UU)
      Set COF_C_ComexInfo_UU
    • getCOF_C_ComexInfo_UU

      String getCOF_C_ComexInfo_UU()
      Get COF_C_ComexInfo_UU
    • setCOF_C_DIAdi_ID

      void setCOF_C_DIAdi_ID(int COF_C_DIAdi_ID)
      Set Adição. Adição
    • getCOF_C_DIAdi_ID

      int getCOF_C_DIAdi_ID()
      Get Adição. Adição
    • getCOF_C_DIAdi

      I_COF_C_DIAdi getCOF_C_DIAdi() throws RuntimeException
      Throws:
      RuntimeException
    • setCOF_C_DI_ID

      void setCOF_C_DI_ID(int COF_C_DI_ID)
      Set Declaração de Importação. Declaração de Importação
    • getCOF_C_DI_ID

      int getCOF_C_DI_ID()
      Get Declaração de Importação. Declaração de Importação
    • getCOF_C_DI

      I_COF_C_DI getCOF_C_DI() throws RuntimeException
      Throws:
      RuntimeException
    • setC_InvoiceLine_ID

      void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
      Set Invoice Line. Invoice Detail Line
    • getC_InvoiceLine_ID

      int getC_InvoiceLine_ID()
      Get Invoice Line. Invoice Detail Line
    • getC_InvoiceLine

      I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException
      Throws:
      RuntimeException
    • setC_OrderLine_ID

      void setC_OrderLine_ID(int C_OrderLine_ID)
      Set Sales Order Line. Sales Order Line
    • getC_OrderLine_ID

      int getC_OrderLine_ID()
      Get Sales Order Line. Sales Order Line
    • getC_OrderLine

      I_C_OrderLine getC_OrderLine() 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
    • 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
    • getUpdated

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

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

      void setcof_chNFe(String cof_chNFe)
      Set Chave de Acesso da NF-e. Chave de Acesso da NF-e recebida para exportação
    • getcof_chNFe

      String getcof_chNFe()
      Get Chave de Acesso da NF-e. Chave de Acesso da NF-e recebida para exportação
    • setcof_detExport_dataConhecimento

      void setcof_detExport_dataConhecimento(Timestamp cof_detExport_dataConhecimento)
      Set Data do Conhecimento de Embarque
    • getcof_detExport_dataConhecimento

      Timestamp getcof_detExport_dataConhecimento()
      Get Data do Conhecimento de Embarque
    • setcof_detExport_dataDeclaracao

      void setcof_detExport_dataDeclaracao(Timestamp cof_detExport_dataDeclaracao)
      Set Data da Declaração
    • getcof_detExport_dataDeclaracao

      Timestamp getcof_detExport_dataDeclaracao()
      Get Data da Declaração
    • setcof_detExport_indDoc

      void setcof_detExport_indDoc(String cof_detExport_indDoc)
      Set Tipo da Exportação
    • getcof_detExport_indDoc

      String getcof_detExport_indDoc()
      Get Tipo da Exportação
    • setcof_detExport_tipoConhecimento

      void setcof_detExport_tipoConhecimento(String cof_detExport_tipoConhecimento)
      Set Tipo do Conhecimento de Embarque
    • getcof_detExport_tipoConhecimento

      String getcof_detExport_tipoConhecimento()
      Get Tipo do Conhecimento de Embarque
    • setcof_nDraw

      void setcof_nDraw(String cof_nDraw)
      Set Número do ato concessório de Drawback
    • getcof_nDraw

      String getcof_nDraw()
      Get Número do ato concessório de Drawback
    • setcof_nRE

      void setcof_nRE(String cof_nRE)
      Set Número do Registro de Exportação
    • getcof_nRE

      String getcof_nRE()
      Get Número do Registro de Exportação
    • setcof_qExport

      void setcof_qExport(BigDecimal cof_qExport)
      Set Quantidade do item. Quantidade do item realmente exportado
    • getcof_qExport

      BigDecimal getcof_qExport()
      Get Quantidade do item. Quantidade do item realmente exportado