Adempiere 3.5.2a

org.compiere.model
Interface I_C_BP_BankAccount

All Known Implementing Classes:
MBPBankAccount, X_C_BP_BankAccount

public interface I_C_BP_BankAccount

Generated Interface for C_BP_BankAccount

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_A_City
          Column name A_City
static String COLUMNNAME_A_Country
          Column name A_Country
static String COLUMNNAME_A_EMail
          Column name A_EMail
static String COLUMNNAME_A_Ident_DL
          Column name A_Ident_DL
static String COLUMNNAME_A_Ident_SSN
          Column name A_Ident_SSN
static String COLUMNNAME_A_Name
          Column name A_Name
static String COLUMNNAME_A_State
          Column name A_State
static String COLUMNNAME_A_Street
          Column name A_Street
static String COLUMNNAME_A_Zip
          Column name A_Zip
static String COLUMNNAME_AccountNo
          Column name AccountNo
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_BankAccountType
          Column name BankAccountType
static String COLUMNNAME_BPBankAcctUse
          Column name BPBankAcctUse
static String COLUMNNAME_C_Bank_ID
          Column name C_Bank_ID
static String COLUMNNAME_C_BP_BankAccount_ID
          Column name C_BP_BankAccount_ID
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_CreditCardExpMM
          Column name CreditCardExpMM
static String COLUMNNAME_CreditCardExpYY
          Column name CreditCardExpYY
static String COLUMNNAME_CreditCardNumber
          Column name CreditCardNumber
static String COLUMNNAME_CreditCardType
          Column name CreditCardType
static String COLUMNNAME_CreditCardVV
          Column name CreditCardVV
static String COLUMNNAME_IsACH
          Column name IsACH
static String COLUMNNAME_R_AvsAddr
          Column name R_AvsAddr
static String COLUMNNAME_R_AvsZip
          Column name R_AvsZip
static String COLUMNNAME_RoutingNo
          Column name RoutingNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=298
static String Table_Name
          TableName=C_BP_BankAccount
 
Method Summary
 String getA_City()
          Get Account City.
 String getA_Country()
          Get Account Country.
 String getA_EMail()
          Get Account EMail.
 String getA_Ident_DL()
          Get Driver License.
 String getA_Ident_SSN()
          Get Social Security No.
 String getA_Name()
          Get Account Name.
 String getA_State()
          Get Account State.
 String getA_Street()
          Get Account Street.
 String getA_Zip()
          Get Account Zip/Postal.
 String getAccountNo()
          Get Account No.
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 String getBankAccountType()
          Get Bank Account Type.
 String getBPBankAcctUse()
          Get Account Usage.
 int getC_Bank_ID()
          Get Bank.
 I_C_Bank getC_Bank()
           
 int getC_BP_BankAccount_ID()
          Get Partner Bank Account.
 int getC_BPartner_ID()
          Get Business Partner .
 I_C_BPartner getC_BPartner()
           
 int getCreditCardExpMM()
          Get Exp.
 int getCreditCardExpYY()
          Get Exp.
 String getCreditCardNumber()
          Get Number.
 String getCreditCardType()
          Get Credit Card.
 String getCreditCardVV()
          Get Verification Code.
 String getR_AvsAddr()
          Get Address verified.
 String getR_AvsZip()
          Get Zip verified.
 String getRoutingNo()
          Get Routing No.
 boolean isACH()
          Get ACH.
 void setA_City(String A_City)
          Set Account City.
 void setA_Country(String A_Country)
          Set Account Country.
 void setA_EMail(String A_EMail)
          Set Account EMail.
 void setA_Ident_DL(String A_Ident_DL)
          Set Driver License.
 void setA_Ident_SSN(String A_Ident_SSN)
          Set Social Security No.
 void setA_Name(String A_Name)
          Set Account Name.
 void setA_State(String A_State)
          Set Account State.
 void setA_Street(String A_Street)
          Set Account Street.
 void setA_Zip(String A_Zip)
          Set Account Zip/Postal.
 void setAccountNo(String AccountNo)
          Set Account No.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setBankAccountType(String BankAccountType)
          Set Bank Account Type.
 void setBPBankAcctUse(String BPBankAcctUse)
          Set Account Usage.
 void setC_Bank_ID(int C_Bank_ID)
          Set Bank.
 void setC_BP_BankAccount_ID(int C_BP_BankAccount_ID)
          Set Partner Bank Account.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setCreditCardExpMM(int CreditCardExpMM)
          Set Exp.
 void setCreditCardExpYY(int CreditCardExpYY)
          Set Exp.
 void setCreditCardNumber(String CreditCardNumber)
          Set Number.
 void setCreditCardType(String CreditCardType)
          Set Credit Card.
 void setCreditCardVV(String CreditCardVV)
          Set Verification Code.
 void setIsACH(boolean IsACH)
          Set ACH.
 void setR_AvsAddr(String R_AvsAddr)
          Set Address verified.
 void setR_AvsZip(String R_AvsZip)
          Set Zip verified.
 void setRoutingNo(String RoutingNo)
          Set Routing No.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_BP_BankAccount

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=298


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AccountNo

static final String COLUMNNAME_AccountNo
Column name AccountNo

See Also:
Constant Field Values

COLUMNNAME_A_City

static final String COLUMNNAME_A_City
Column name A_City

See Also:
Constant Field Values

COLUMNNAME_A_Country

static final String COLUMNNAME_A_Country
Column name A_Country

See Also:
Constant Field Values

COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_A_EMail

static final String COLUMNNAME_A_EMail
Column name A_EMail

See Also:
Constant Field Values

COLUMNNAME_A_Ident_DL

static final String COLUMNNAME_A_Ident_DL
Column name A_Ident_DL

See Also:
Constant Field Values

COLUMNNAME_A_Ident_SSN

static final String COLUMNNAME_A_Ident_SSN
Column name A_Ident_SSN

See Also:
Constant Field Values

COLUMNNAME_A_Name

static final String COLUMNNAME_A_Name
Column name A_Name

See Also:
Constant Field Values

COLUMNNAME_A_State

static final String COLUMNNAME_A_State
Column name A_State

See Also:
Constant Field Values

COLUMNNAME_A_Street

static final String COLUMNNAME_A_Street
Column name A_Street

See Also:
Constant Field Values

COLUMNNAME_A_Zip

static final String COLUMNNAME_A_Zip
Column name A_Zip

See Also:
Constant Field Values

COLUMNNAME_BankAccountType

static final String COLUMNNAME_BankAccountType
Column name BankAccountType

See Also:
Constant Field Values

COLUMNNAME_BPBankAcctUse

static final String COLUMNNAME_BPBankAcctUse
Column name BPBankAcctUse

See Also:
Constant Field Values

COLUMNNAME_C_Bank_ID

static final String COLUMNNAME_C_Bank_ID
Column name C_Bank_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_C_BP_BankAccount_ID

static final String COLUMNNAME_C_BP_BankAccount_ID
Column name C_BP_BankAccount_ID

See Also:
Constant Field Values

COLUMNNAME_CreditCardExpMM

static final String COLUMNNAME_CreditCardExpMM
Column name CreditCardExpMM

See Also:
Constant Field Values

COLUMNNAME_CreditCardExpYY

static final String COLUMNNAME_CreditCardExpYY
Column name CreditCardExpYY

See Also:
Constant Field Values

COLUMNNAME_CreditCardNumber

static final String COLUMNNAME_CreditCardNumber
Column name CreditCardNumber

See Also:
Constant Field Values

COLUMNNAME_CreditCardType

static final String COLUMNNAME_CreditCardType
Column name CreditCardType

See Also:
Constant Field Values

COLUMNNAME_CreditCardVV

static final String COLUMNNAME_CreditCardVV
Column name CreditCardVV

See Also:
Constant Field Values

COLUMNNAME_IsACH

static final String COLUMNNAME_IsACH
Column name IsACH

See Also:
Constant Field Values

COLUMNNAME_R_AvsAddr

static final String COLUMNNAME_R_AvsAddr
Column name R_AvsAddr

See Also:
Constant Field Values

COLUMNNAME_R_AvsZip

static final String COLUMNNAME_R_AvsZip
Column name R_AvsZip

See Also:
Constant Field Values

COLUMNNAME_RoutingNo

static final String COLUMNNAME_RoutingNo
Column name RoutingNo

See Also:
Constant Field Values
Method Detail

setAccountNo

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


getAccountNo

String getAccountNo()
Get Account No. Account Number


setA_City

void setA_City(String A_City)
Set Account City. City or the Credit Card or Account Holder


getA_City

String getA_City()
Get Account City. City or the Credit Card or Account Holder


setA_Country

void setA_Country(String A_Country)
Set Account Country. Country


getA_Country

String getA_Country()
Get Account Country. Country


setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setA_EMail

void setA_EMail(String A_EMail)
Set Account EMail. Email Address


getA_EMail

String getA_EMail()
Get Account EMail. Email Address


setA_Ident_DL

void setA_Ident_DL(String A_Ident_DL)
Set Driver License. Payment Identification - Driver License


getA_Ident_DL

String getA_Ident_DL()
Get Driver License. Payment Identification - Driver License


setA_Ident_SSN

void setA_Ident_SSN(String A_Ident_SSN)
Set Social Security No. Payment Identification - Social Security No


getA_Ident_SSN

String getA_Ident_SSN()
Get Social Security No. Payment Identification - Social Security No


setA_Name

void setA_Name(String A_Name)
Set Account Name. Name on Credit Card or Account holder


getA_Name

String getA_Name()
Get Account Name. Name on Credit Card or Account holder


setA_State

void setA_State(String A_State)
Set Account State. State of the Credit Card or Account holder


getA_State

String getA_State()
Get Account State. State of the Credit Card or Account holder


setA_Street

void setA_Street(String A_Street)
Set Account Street. Street address of the Credit Card or Account holder


getA_Street

String getA_Street()
Get Account Street. Street address of the Credit Card or Account holder


setA_Zip

void setA_Zip(String A_Zip)
Set Account Zip/Postal. Zip Code of the Credit Card or Account Holder


getA_Zip

String getA_Zip()
Get Account Zip/Postal. Zip Code of the Credit Card or Account Holder


setBankAccountType

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


getBankAccountType

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


setBPBankAcctUse

void setBPBankAcctUse(String BPBankAcctUse)
Set Account Usage. Business Partner Bank Account usage


getBPBankAcctUse

String getBPBankAcctUse()
Get Account Usage. Business Partner Bank Account usage


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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

setC_BP_BankAccount_ID

void setC_BP_BankAccount_ID(int C_BP_BankAccount_ID)
Set Partner Bank Account. Bank Account of the Business Partner


getC_BP_BankAccount_ID

int getC_BP_BankAccount_ID()
Get Partner Bank Account. Bank Account of the Business Partner


setCreditCardExpMM

void setCreditCardExpMM(int CreditCardExpMM)
Set Exp. Month. Expiry Month


getCreditCardExpMM

int getCreditCardExpMM()
Get Exp. Month. Expiry Month


setCreditCardExpYY

void setCreditCardExpYY(int CreditCardExpYY)
Set Exp. Year. Expiry Year


getCreditCardExpYY

int getCreditCardExpYY()
Get Exp. Year. Expiry Year


setCreditCardNumber

void setCreditCardNumber(String CreditCardNumber)
Set Number. Credit Card Number


getCreditCardNumber

String getCreditCardNumber()
Get Number. Credit Card Number


setCreditCardType

void setCreditCardType(String CreditCardType)
Set Credit Card. Credit Card (Visa, MC, AmEx)


getCreditCardType

String getCreditCardType()
Get Credit Card. Credit Card (Visa, MC, AmEx)


setCreditCardVV

void setCreditCardVV(String CreditCardVV)
Set Verification Code. Credit Card Verification code on credit card


getCreditCardVV

String getCreditCardVV()
Get Verification Code. Credit Card Verification code on credit card


setIsACH

void setIsACH(boolean IsACH)
Set ACH. Automatic Clearing House


isACH

boolean isACH()
Get ACH. Automatic Clearing House


setR_AvsAddr

void setR_AvsAddr(String R_AvsAddr)
Set Address verified. This address has been verified


getR_AvsAddr

String getR_AvsAddr()
Get Address verified. This address has been verified


setR_AvsZip

void setR_AvsZip(String R_AvsZip)
Set Zip verified. The Zip Code has been verified


getR_AvsZip

String getR_AvsZip()
Get Zip verified. The Zip Code has been verified


setRoutingNo

void setRoutingNo(String RoutingNo)
Set Routing No. Bank Routing Number


getRoutingNo

String getRoutingNo()
Get Routing No. Bank Routing Number


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.