Interface I_COF_ConfigExportContab

All Known Implementing Classes:
MCOFConfigExportContab, X_COF_ConfigExportContab

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

    • Table_Name

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

      static final int Table_ID
      AD_Table_ID=1500626
    • 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_FileFormat

      static final String COLUMNNAME_COF_C_FileFormat
      Column name COF_C_FileFormat
      See Also:
    • COLUMNNAME_COF_ConfigExportContab_ID

      static final String COLUMNNAME_COF_ConfigExportContab_ID
      Column name COF_ConfigExportContab_ID
      See Also:
    • COLUMNNAME_COF_ConfigExportContab_UU

      static final String COLUMNNAME_COF_ConfigExportContab_UU
      Column name COF_ConfigExportContab_UU
      See Also:
    • COLUMNNAME_COF_DataFiltroLancamento

      static final String COLUMNNAME_COF_DataFiltroLancamento
      Column name COF_DataFiltroLancamento
      See Also:
    • COLUMNNAME_COF_ElementRef_ID

      static final String COLUMNNAME_COF_ElementRef_ID
      Column name COF_ElementRef_ID
      See Also:
    • COLUMNNAME_COF_LancamentosValor

      static final String COLUMNNAME_COF_LancamentosValor
      Column name COF_LancamentosValor
      See Also:
    • COLUMNNAME_COF_OrdemEscritaLancamento

      static final String COLUMNNAME_COF_OrdemEscritaLancamento
      Column name COF_OrdemEscritaLancamento
      See Also:
    • COLUMNNAME_COF_TipoArquivo

      static final String COLUMNNAME_COF_TipoArquivo
      Column name COF_TipoArquivo
      See Also:
    • COLUMNNAME_C_Element_ID

      static final String COLUMNNAME_C_Element_ID
      Column name C_Element_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_Description

      static final String COLUMNNAME_Description
      Column name Description
      See Also:
    • COLUMNNAME_IsActive

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

      static final String COLUMNNAME_SeparatorChar
      Column name SeparatorChar
      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_Value

      static final String COLUMNNAME_Value
      Column name Value
      See Also:
    • COLUMNNAME_cof_Processing

      static final String COLUMNNAME_cof_Processing
      Column name cof_Processing
      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_FileFormat

      void setCOF_C_FileFormat(String COF_C_FileFormat)
      Set File Format
    • getCOF_C_FileFormat

      String getCOF_C_FileFormat()
      Get File Format
    • setCOF_ConfigExportContab_ID

      void setCOF_ConfigExportContab_ID(int COF_ConfigExportContab_ID)
      Set Configuração de Exportação de Movimentos Contabeis. Primary Key : Configuração de Exportação de Movimentos Contabeis
    • getCOF_ConfigExportContab_ID

      int getCOF_ConfigExportContab_ID()
      Get Configuração de Exportação de Movimentos Contabeis. Primary Key : Configuração de Exportação de Movimentos Contabeis
    • setCOF_ConfigExportContab_UU

      void setCOF_ConfigExportContab_UU(String COF_ConfigExportContab_UU)
      Set COF_ConfigExportContab_UU
    • getCOF_ConfigExportContab_UU

      String getCOF_ConfigExportContab_UU()
      Get COF_ConfigExportContab_UU
    • setCOF_DataFiltroLancamento

      void setCOF_DataFiltroLancamento(String COF_DataFiltroLancamento)
      Set Filtro Lançamento
    • getCOF_DataFiltroLancamento

      String getCOF_DataFiltroLancamento()
      Get Filtro Lançamento
    • setCOF_ElementRef_ID

      void setCOF_ElementRef_ID(int COF_ElementRef_ID)
      Set Elemento
    • getCOF_ElementRef_ID

      int getCOF_ElementRef_ID()
      Get Elemento
    • getCOF_ElementRef

      I_C_Element getCOF_ElementRef() throws RuntimeException
      Throws:
      RuntimeException
    • setCOF_LancamentosValor

      void setCOF_LancamentosValor(boolean COF_LancamentosValor)
      Set Apenas Lançamentos com Valor
    • isCOF_LancamentosValor

      boolean isCOF_LancamentosValor()
      Get Apenas Lançamentos com Valor
    • setCOF_OrdemEscritaLancamento

      void setCOF_OrdemEscritaLancamento(String COF_OrdemEscritaLancamento)
      Set Ordem Escrita Lançamento
    • getCOF_OrdemEscritaLancamento

      String getCOF_OrdemEscritaLancamento()
      Get Ordem Escrita Lançamento
    • setCOF_TipoArquivo

      void setCOF_TipoArquivo(String COF_TipoArquivo)
      Set Tipo do Arquivo
    • getCOF_TipoArquivo

      String getCOF_TipoArquivo()
      Get Tipo do Arquivo
    • setC_Element_ID

      void setC_Element_ID(int C_Element_ID)
      Set Element. Accounting Element
    • getC_Element_ID

      int getC_Element_ID()
      Get Element. Accounting Element
    • getC_Element

      I_C_Element getC_Element() 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
    • 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
    • setSeparatorChar

      void setSeparatorChar(String SeparatorChar)
      Set Separator Character
    • getSeparatorChar

      String getSeparatorChar()
      Get Separator Character
    • getUpdated

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

      int getUpdatedBy()
      Get Updated By. User who updated this records
    • 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
    • setcof_Processing

      void setcof_Processing(String cof_Processing)
      Set Process Now
    • getcof_Processing

      String getcof_Processing()
      Get Process Now