/****************************************************************************** * Product: iDempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * * with this program, if not, write to the Free Software Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * * For the text or an alternative of this public license, you may reach us * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * * or via info@compiere.org or http://www.compiere.org/license.html * *****************************************************************************/ package org.compiere.model; import java.math.BigDecimal; import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for C_BP_BankAccount * @author iDempiere (generated) * @version Release 12 */ public interface I_C_BP_BankAccount { /** TableName=C_BP_BankAccount */ public static final String Table_Name = "C_BP_BankAccount"; /** AD_Table_ID=298 */ public static final int Table_ID = 298; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); /** AccessLevel = 3 - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(3); /** Load Meta Data */ /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; /** Get Tenant. * Tenant for this installation. */ public int getAD_Client_ID(); /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; /** Set Organization. * Organizational entity within tenant */ public void setAD_Org_ID (int AD_Org_ID); /** Get Organization. * Organizational entity within tenant */ public int getAD_Org_ID(); /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; /** Set User/Contact. * User within the system - Internal or Business Partner Contact */ public void setAD_User_ID (int AD_User_ID); /** Get User/Contact. * User within the system - Internal or Business Partner Contact */ public int getAD_User_ID(); public org.compiere.model.I_AD_User getAD_User() throws RuntimeException; /** Column name A_City */ public static final String COLUMNNAME_A_City = "A_City"; /** Set Account City. * City or the Credit Card or Account Holder */ public void setA_City (String A_City); /** Get Account City. * City or the Credit Card or Account Holder */ public String getA_City(); /** Column name A_Country */ public static final String COLUMNNAME_A_Country = "A_Country"; /** Set Account Country. * Country */ public void setA_Country (String A_Country); /** Get Account Country. * Country */ public String getA_Country(); /** Column name A_EMail */ public static final String COLUMNNAME_A_EMail = "A_EMail"; /** Set Account EMail. * Email Address */ public void setA_EMail (String A_EMail); /** Get Account EMail. * Email Address */ public String getA_EMail(); /** Column name A_Ident_DL */ public static final String COLUMNNAME_A_Ident_DL = "A_Ident_DL"; /** Set Driver License. * Payment Identification - Driver License */ public void setA_Ident_DL (String A_Ident_DL); /** Get Driver License. * Payment Identification - Driver License */ public String getA_Ident_DL(); /** Column name A_Ident_SSN */ public static final String COLUMNNAME_A_Ident_SSN = "A_Ident_SSN"; /** Set Social Security No. * Payment Identification - Social Security No */ public void setA_Ident_SSN (String A_Ident_SSN); /** Get Social Security No. * Payment Identification - Social Security No */ public String getA_Ident_SSN(); /** Column name A_Name */ public static final String COLUMNNAME_A_Name = "A_Name"; /** Set Account Name. * Name on Credit Card or Account holder */ public void setA_Name (String A_Name); /** Get Account Name. * Name on Credit Card or Account holder */ public String getA_Name(); /** Column name A_State */ public static final String COLUMNNAME_A_State = "A_State"; /** Set Account State. * State of the Credit Card or Account holder */ public void setA_State (String A_State); /** Get Account State. * State of the Credit Card or Account holder */ public String getA_State(); /** Column name A_Street */ public static final String COLUMNNAME_A_Street = "A_Street"; /** Set Account Street. * Street address of the Credit Card or Account holder */ public void setA_Street (String A_Street); /** Get Account Street. * Street address of the Credit Card or Account holder */ public String getA_Street(); /** Column name A_Zip */ public static final String COLUMNNAME_A_Zip = "A_Zip"; /** Set Account Zip/Postal. * Zip Code of the Credit Card or Account Holder */ public void setA_Zip (String A_Zip); /** Get Account Zip/Postal. * Zip Code of the Credit Card or Account Holder */ public String getA_Zip(); /** Column name AccountNo */ public static final String COLUMNNAME_AccountNo = "AccountNo"; /** Set Account No. * Account Number */ public void setAccountNo (String AccountNo); /** Get Account No. * Account Number */ public String getAccountNo(); /** Column name BPBankAcctUse */ public static final String COLUMNNAME_BPBankAcctUse = "BPBankAcctUse"; /** Set Account Usage. * Business Partner Bank Account usage */ public void setBPBankAcctUse (String BPBankAcctUse); /** Get Account Usage. * Business Partner Bank Account usage */ public String getBPBankAcctUse(); /** Column name BankAccountType */ public static final String COLUMNNAME_BankAccountType = "BankAccountType"; /** Set Bank Account Type. * Bank Account Type */ public void setBankAccountType (String BankAccountType); /** Get Bank Account Type. * Bank Account Type */ public String getBankAccountType(); /** Column name C_BP_BankAccount_ID */ public static final String COLUMNNAME_C_BP_BankAccount_ID = "C_BP_BankAccount_ID"; /** Set Partner Bank Account. * Bank Account of the Business Partner */ public void setC_BP_BankAccount_ID (int C_BP_BankAccount_ID); /** Get Partner Bank Account. * Bank Account of the Business Partner */ public int getC_BP_BankAccount_ID(); /** Column name C_BP_BankAccount_UU */ public static final String COLUMNNAME_C_BP_BankAccount_UU = "C_BP_BankAccount_UU"; /** Set C_BP_BankAccount_UU */ public void setC_BP_BankAccount_UU (String C_BP_BankAccount_UU); /** Get C_BP_BankAccount_UU */ public String getC_BP_BankAccount_UU(); /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_Bank_ID */ public static final String COLUMNNAME_C_Bank_ID = "C_Bank_ID"; /** Set Bank. * Bank */ public void setC_Bank_ID (int C_Bank_ID); /** Get Bank. * Bank */ public int getC_Bank_ID(); public org.compiere.model.I_C_Bank getC_Bank() throws RuntimeException; /** Column name C_PaymentProcessor_ID */ public static final String COLUMNNAME_C_PaymentProcessor_ID = "C_PaymentProcessor_ID"; /** Set Payment Processor. * Payment processor for electronic payments */ public void setC_PaymentProcessor_ID (int C_PaymentProcessor_ID); /** Get Payment Processor. * Payment processor for electronic payments */ public int getC_PaymentProcessor_ID(); public org.compiere.model.I_C_PaymentProcessor getC_PaymentProcessor() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; /** Get Created. * Date this record was created */ public Timestamp getCreated(); /** Column name CreatedBy */ public static final String COLUMNNAME_CreatedBy = "CreatedBy"; /** Get Created By. * User who created this records */ public int getCreatedBy(); /** Column name CreditCardExpMM */ public static final String COLUMNNAME_CreditCardExpMM = "CreditCardExpMM"; /** Set Exp. Month. * Expiry Month */ public void setCreditCardExpMM (int CreditCardExpMM); /** Get Exp. Month. * Expiry Month */ public int getCreditCardExpMM(); /** Column name CreditCardExpYY */ public static final String COLUMNNAME_CreditCardExpYY = "CreditCardExpYY"; /** Set Exp. Year. * Expiry Year */ public void setCreditCardExpYY (int CreditCardExpYY); /** Get Exp. Year. * Expiry Year */ public int getCreditCardExpYY(); /** Column name CreditCardNumber */ public static final String COLUMNNAME_CreditCardNumber = "CreditCardNumber"; /** Set Number. * Credit Card Number */ public void setCreditCardNumber (String CreditCardNumber); /** Get Number. * Credit Card Number */ public String getCreditCardNumber(); /** Column name CreditCardType */ public static final String COLUMNNAME_CreditCardType = "CreditCardType"; /** Set Credit Card. * Credit Card (Visa, MC, AmEx) */ public void setCreditCardType (String CreditCardType); /** Get Credit Card. * Credit Card (Visa, MC, AmEx) */ public String getCreditCardType(); /** Column name CreditCardVV */ public static final String COLUMNNAME_CreditCardVV = "CreditCardVV"; /** Set Verification Code. * Credit Card Verification code on credit card */ public void setCreditCardVV (String CreditCardVV); /** Get Verification Code. * Credit Card Verification code on credit card */ public String getCreditCardVV(); /** Column name CustomerPaymentProfileID */ public static final String COLUMNNAME_CustomerPaymentProfileID = "CustomerPaymentProfileID"; /** Set Customer Payment Profile ID */ public void setCustomerPaymentProfileID (String CustomerPaymentProfileID); /** Get Customer Payment Profile ID */ public String getCustomerPaymentProfileID(); /** Column name IBAN */ public static final String COLUMNNAME_IBAN = "IBAN"; /** Set IBAN. * International Bank Account Number */ public void setIBAN (String IBAN); /** Get IBAN. * International Bank Account Number */ public String getIBAN(); /** Column name IsACH */ public static final String COLUMNNAME_IsACH = "IsACH"; /** Set ACH. * Automatic Clearing House */ public void setIsACH (boolean IsACH); /** Get ACH. * Automatic Clearing House */ public boolean isACH(); /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; /** Set Active. * The record is active in the system */ public void setIsActive (boolean IsActive); /** Get Active. * The record is active in the system */ public boolean isActive(); /** Column name R_AvsAddr */ public static final String COLUMNNAME_R_AvsAddr = "R_AvsAddr"; /** Set Address verified. * This address has been verified */ public void setR_AvsAddr (String R_AvsAddr); /** Get Address verified. * This address has been verified */ public String getR_AvsAddr(); /** Column name R_AvsZip */ public static final String COLUMNNAME_R_AvsZip = "R_AvsZip"; /** Set Zip verified. * The Zip Code has been verified */ public void setR_AvsZip (String R_AvsZip); /** Get Zip verified. * The Zip Code has been verified */ public String getR_AvsZip(); /** Column name RoutingNo */ public static final String COLUMNNAME_RoutingNo = "RoutingNo"; /** Set Routing No. * Bank Routing Number */ public void setRoutingNo (String RoutingNo); /** Get Routing No. * Bank Routing Number */ public String getRoutingNo(); /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; /** Get Updated. * Date this record was updated */ public Timestamp getUpdated(); /** Column name UpdatedBy */ public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; /** Get Updated By. * User who updated this records */ public int getUpdatedBy(); }