Interface I_COF_RetentionConfig

All Known Implementing Classes:
MCOFRetentionConfig, X_COF_RetentionConfig

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

    • Table_Name

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

      static final int Table_ID
      AD_Table_ID=1500143
    • 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_ConfiguracaoRentencao

      static final String COLUMNNAME_COF_ConfiguracaoRentencao
      Column name COF_ConfiguracaoRentencao
      See Also:
    • COLUMNNAME_COF_PaymentTerm_ID

      static final String COLUMNNAME_COF_PaymentTerm_ID
      Column name COF_PaymentTerm_ID
      See Also:
    • COLUMNNAME_COF_RetentionConfig_ID

      static final String COLUMNNAME_COF_RetentionConfig_ID
      Column name COF_RetentionConfig_ID
      See Also:
    • COLUMNNAME_COF_RetentionConfig_UU

      static final String COLUMNNAME_COF_RetentionConfig_UU
      Column name COF_RetentionConfig_UU
      See Also:
    • COLUMNNAME_C_BPartner_ID

      static final String COLUMNNAME_C_BPartner_ID
      Column name C_BPartner_ID
      See Also:
    • COLUMNNAME_C_BPartner_Location_ID

      static final String COLUMNNAME_C_BPartner_Location_ID
      Column name C_BPartner_Location_ID
      See Also:
    • COLUMNNAME_C_Charge_ID

      static final String COLUMNNAME_C_Charge_ID
      Column name C_Charge_ID
      See Also:
    • COLUMNNAME_C_DocType_ID

      static final String COLUMNNAME_C_DocType_ID
      Column name C_DocType_ID
      See Also:
    • COLUMNNAME_C_PaymentTerm_ID

      static final String COLUMNNAME_C_PaymentTerm_ID
      Column name C_PaymentTerm_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_LBR_TaxName_ID

      static final String COLUMNNAME_LBR_TaxName_ID
      Column name LBR_TaxName_ID
      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:
  • 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_ConfiguracaoRentencao

      void setCOF_ConfiguracaoRentencao(String COF_ConfiguracaoRentencao)
      Set Configuração de Retenção
    • getCOF_ConfiguracaoRentencao

      String getCOF_ConfiguracaoRentencao()
      Get Configuração de Retenção
    • setCOF_PaymentTerm_ID

      void setCOF_PaymentTerm_ID(int COF_PaymentTerm_ID)
      Set Payment Term. The terms of Payment (timing, discount)
    • getCOF_PaymentTerm_ID

      int getCOF_PaymentTerm_ID()
      Get Payment Term. The terms of Payment (timing, discount)
    • getCOF_PaymentTerm

      I_C_PaymentTerm getCOF_PaymentTerm() throws RuntimeException
      Throws:
      RuntimeException
    • setCOF_RetentionConfig_ID

      void setCOF_RetentionConfig_ID(int COF_RetentionConfig_ID)
      Set Configuração de Retenção. Primary Key : Retention Configurations
    • getCOF_RetentionConfig_ID

      int getCOF_RetentionConfig_ID()
      Get Configuração de Retenção. Primary Key : Retention Configurations
    • setCOF_RetentionConfig_UU

      void setCOF_RetentionConfig_UU(String COF_RetentionConfig_UU)
      Set COF_RetentionConfig_UU
    • getCOF_RetentionConfig_UU

      String getCOF_RetentionConfig_UU()
      Get COF_RetentionConfig_UU
    • 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_BPartner_Location_ID

      void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
      Set Partner Location. Identifies the (ship to) address for this Business Partner
    • getC_BPartner_Location_ID

      int getC_BPartner_Location_ID()
      Get Partner Location. Identifies the (ship to) address for this Business Partner
    • getC_BPartner_Location

      I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException
      Throws:
      RuntimeException
    • setC_Charge_ID

      void setC_Charge_ID(int C_Charge_ID)
      Set Charge. Additional document charges
    • getC_Charge_ID

      int getC_Charge_ID()
      Get Charge. Additional document charges
    • getC_Charge

      I_C_Charge getC_Charge() throws RuntimeException
      Throws:
      RuntimeException
    • setC_DocType_ID

      void setC_DocType_ID(int C_DocType_ID)
      Set Document Type. Document type or rules
    • getC_DocType_ID

      int getC_DocType_ID()
      Get Document Type. Document type or rules
    • getC_DocType

      I_C_DocType getC_DocType() throws RuntimeException
      Throws:
      RuntimeException
    • setC_PaymentTerm_ID

      void setC_PaymentTerm_ID(int C_PaymentTerm_ID)
      Set Payment Term. The terms of Payment (timing, discount)
    • getC_PaymentTerm_ID

      int getC_PaymentTerm_ID()
      Get Payment Term. The terms of Payment (timing, discount)
    • getC_PaymentTerm

      I_C_PaymentTerm getC_PaymentTerm() 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
    • setLBR_TaxName_ID

      void setLBR_TaxName_ID(int LBR_TaxName_ID)
      Set Tax Name. Primary key table LBR_TaxName
    • getLBR_TaxName_ID

      int getLBR_TaxName_ID()
      Get Tax Name. Primary key table LBR_TaxName
    • getLBR_TaxName

      I_LBR_TaxName getLBR_TaxName() throws RuntimeException
      Throws:
      RuntimeException
    • getUpdated

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

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