Interface I_C_BankAccount

All Known Implementing Classes:
MBankAccount, X_C_BankAccount

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

  • Method Details

    • setAccountNo

      void setAccountNo(String AccountNo)
      Set Account No. Account Number
    • getAccountNo

      String getAccountNo()
      Get Account No. Account Number
    • 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
    • setBankAccountType

      void setBankAccountType(String BankAccountType)
      Set Bank Account Type. Bank Account Type
    • getBankAccountType

      String getBankAccountType()
      Get Bank Account Type. Bank Account Type
    • setBBAN

      void setBBAN(String BBAN)
      Set BBAN. Basic Bank Account Number
    • getBBAN

      String getBBAN()
      Get BBAN. Basic Bank Account Number
    • setC_BankAccount_ID

      void setC_BankAccount_ID(int C_BankAccount_ID)
      Set Bank Account. Account at the Bank
    • getC_BankAccount_ID

      int getC_BankAccount_ID()
      Get Bank Account. Account at the Bank
    • setC_BankAccount_UU

      void setC_BankAccount_UU(String C_BankAccount_UU)
      Set C_BankAccount_UU
    • getC_BankAccount_UU

      String getC_BankAccount_UU()
      Get C_BankAccount_UU
    • setC_Bank_ID

      void setC_Bank_ID(int C_Bank_ID)
      Set Bank. Bank
    • getC_Bank_ID

      int getC_Bank_ID()
      Get Bank. Bank
    • getC_Bank

      I_C_Bank getC_Bank() throws RuntimeException
      Throws:
      RuntimeException
    • setC_Currency_ID

      void setC_Currency_ID(int C_Currency_ID)
      Set Currency. The Currency for this record
    • getC_Currency_ID

      int getC_Currency_ID()
      Get Currency. The Currency for this record
    • getC_Currency

      I_C_Currency getC_Currency() 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
    • setCreditLimit

      void setCreditLimit(BigDecimal CreditLimit)
      Set Credit limit. Amount of Credit allowed
    • getCreditLimit

      BigDecimal getCreditLimit()
      Get Credit limit. Amount of Credit allowed
    • setCurrentBalance

      void setCurrentBalance(BigDecimal CurrentBalance)
      Set Current balance. Current Balance
    • getCurrentBalance

      BigDecimal getCurrentBalance()
      Get Current balance. Current Balance
    • setDescription

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

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

      void setIBAN(String IBAN)
      Set IBAN. International Bank Account Number
    • getIBAN

      String getIBAN()
      Get IBAN. International Bank Account Number
    • 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
    • setIsDefault

      void setIsDefault(boolean IsDefault)
      Set Default. Default value
    • isDefault

      boolean isDefault()
      Get Default. Default value
    • setName

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

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

      void setPaymentExportClass(String PaymentExportClass)
      Set Payment Export Class
    • getPaymentExportClass

      String getPaymentExportClass()
      Get Payment Export Class
    • 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