|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_BP_BankAccount
public class X_C_BP_BankAccount
Generated Model for C_BP_BankAccount
| Field Summary | |
|---|---|
static int |
BANKACCOUNTTYPE_AD_Reference_ID
BankAccountType AD_Reference_ID=216 |
static String |
BANKACCOUNTTYPE_Checking
Checking = C |
static String |
BANKACCOUNTTYPE_Savings
Savings = S |
static int |
BPBANKACCTUSE_AD_Reference_ID
BPBankAcctUse AD_Reference_ID=393 |
static String |
BPBANKACCTUSE_Both
Both = B |
static String |
BPBANKACCTUSE_DirectDebit
Direct Debit = D |
static String |
BPBANKACCTUSE_DirectDeposit
Direct Deposit = T |
static String |
BPBANKACCTUSE_None
None = N |
static int |
CREDITCARDTYPE_AD_Reference_ID
CreditCardType AD_Reference_ID=149 |
static String |
CREDITCARDTYPE_Amex
Amex = A |
static String |
CREDITCARDTYPE_ATM
ATM = C |
static String |
CREDITCARDTYPE_Diners
Diners = D |
static String |
CREDITCARDTYPE_Discover
Discover = N |
static String |
CREDITCARDTYPE_MasterCard
MasterCard = M |
static String |
CREDITCARDTYPE_PurchaseCard
Purchase Card = P |
static String |
CREDITCARDTYPE_Visa
Visa = V |
static int |
R_AVSADDR_AD_Reference_ID
R_AvsAddr AD_Reference_ID=213 |
static String |
R_AVSADDR_Match
Match = Y |
static String |
R_AVSADDR_NoMatch
No Match = N |
static String |
R_AVSADDR_Unavailable
Unavailable = X |
static int |
R_AVSZIP_AD_Reference_ID
R_AvsZip AD_Reference_ID=213 |
static String |
R_AVSZIP_Match
Match = Y |
static String |
R_AVSZIP_NoMatch
No Match = N |
static String |
R_AVSZIP_Unavailable
Unavailable = X |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_BP_BankAccount(Properties ctx,
int C_BP_BankAccount_ID,
String trxName)
Standard Constructor |
|
X_C_BP_BankAccount(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getR_AvsAddr()
Get Address verified. |
String |
getR_AvsZip()
Get Zip verified. |
String |
getRoutingNo()
Get Routing No. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int BANKACCOUNTTYPE_AD_Reference_ID
public static final String BANKACCOUNTTYPE_Checking
public static final String BANKACCOUNTTYPE_Savings
public static final int BPBANKACCTUSE_AD_Reference_ID
public static final String BPBANKACCTUSE_None
public static final String BPBANKACCTUSE_Both
public static final String BPBANKACCTUSE_DirectDebit
public static final String BPBANKACCTUSE_DirectDeposit
public static final int CREDITCARDTYPE_AD_Reference_ID
public static final String CREDITCARDTYPE_Amex
public static final String CREDITCARDTYPE_MasterCard
public static final String CREDITCARDTYPE_Visa
public static final String CREDITCARDTYPE_ATM
public static final String CREDITCARDTYPE_Diners
public static final String CREDITCARDTYPE_Discover
public static final String CREDITCARDTYPE_PurchaseCard
public static final int R_AVSADDR_AD_Reference_ID
public static final String R_AVSADDR_Match
public static final String R_AVSADDR_NoMatch
public static final String R_AVSADDR_Unavailable
public static final int R_AVSZIP_AD_Reference_ID
public static final String R_AVSZIP_Match
public static final String R_AVSZIP_NoMatch
public static final String R_AVSZIP_Unavailable
| Constructor Detail |
|---|
public X_C_BP_BankAccount(Properties ctx,
int C_BP_BankAccount_ID,
String trxName)
public X_C_BP_BankAccount(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAccountNo(String AccountNo)
setAccountNo in interface I_C_BP_BankAccountAccountNo - Account Numberpublic String getAccountNo()
getAccountNo in interface I_C_BP_BankAccountpublic void setA_City(String A_City)
setA_City in interface I_C_BP_BankAccountA_City - City or the Credit Card or Account Holderpublic String getA_City()
getA_City in interface I_C_BP_BankAccountpublic void setA_Country(String A_Country)
setA_Country in interface I_C_BP_BankAccountA_Country - Countrypublic String getA_Country()
getA_Country in interface I_C_BP_BankAccount
public I_AD_User getAD_User()
throws Exception
getAD_User in interface I_C_BP_BankAccountExceptionpublic void setAD_User_ID(int AD_User_ID)
setAD_User_ID in interface I_C_BP_BankAccountAD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
getAD_User_ID in interface I_C_BP_BankAccountpublic void setA_EMail(String A_EMail)
setA_EMail in interface I_C_BP_BankAccountA_EMail - Email Addresspublic String getA_EMail()
getA_EMail in interface I_C_BP_BankAccountpublic void setA_Ident_DL(String A_Ident_DL)
setA_Ident_DL in interface I_C_BP_BankAccountA_Ident_DL - Payment Identification - Driver Licensepublic String getA_Ident_DL()
getA_Ident_DL in interface I_C_BP_BankAccountpublic void setA_Ident_SSN(String A_Ident_SSN)
setA_Ident_SSN in interface I_C_BP_BankAccountA_Ident_SSN - Payment Identification - Social Security Nopublic String getA_Ident_SSN()
getA_Ident_SSN in interface I_C_BP_BankAccountpublic void setA_Name(String A_Name)
setA_Name in interface I_C_BP_BankAccountA_Name - Name on Credit Card or Account holderpublic String getA_Name()
getA_Name in interface I_C_BP_BankAccountpublic KeyNamePair getKeyNamePair()
public void setA_State(String A_State)
setA_State in interface I_C_BP_BankAccountA_State - State of the Credit Card or Account holderpublic String getA_State()
getA_State in interface I_C_BP_BankAccountpublic void setA_Street(String A_Street)
setA_Street in interface I_C_BP_BankAccountA_Street - Street address of the Credit Card or Account holderpublic String getA_Street()
getA_Street in interface I_C_BP_BankAccountpublic void setA_Zip(String A_Zip)
setA_Zip in interface I_C_BP_BankAccountA_Zip - Zip Code of the Credit Card or Account Holderpublic String getA_Zip()
getA_Zip in interface I_C_BP_BankAccountpublic void setBankAccountType(String BankAccountType)
setBankAccountType in interface I_C_BP_BankAccountBankAccountType - Bank Account Typepublic String getBankAccountType()
getBankAccountType in interface I_C_BP_BankAccountpublic void setBPBankAcctUse(String BPBankAcctUse)
setBPBankAcctUse in interface I_C_BP_BankAccountBPBankAcctUse - Business Partner Bank Account usagepublic String getBPBankAcctUse()
getBPBankAcctUse in interface I_C_BP_BankAccount
public I_C_Bank getC_Bank()
throws Exception
getC_Bank in interface I_C_BP_BankAccountExceptionpublic void setC_Bank_ID(int C_Bank_ID)
setC_Bank_ID in interface I_C_BP_BankAccountC_Bank_ID - Bankpublic int getC_Bank_ID()
getC_Bank_ID in interface I_C_BP_BankAccount
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_C_BP_BankAccountExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_C_BP_BankAccountC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_C_BP_BankAccountpublic void setC_BP_BankAccount_ID(int C_BP_BankAccount_ID)
setC_BP_BankAccount_ID in interface I_C_BP_BankAccountC_BP_BankAccount_ID - Bank Account of the Business Partnerpublic int getC_BP_BankAccount_ID()
getC_BP_BankAccount_ID in interface I_C_BP_BankAccountpublic void setCreditCardExpMM(int CreditCardExpMM)
setCreditCardExpMM in interface I_C_BP_BankAccountCreditCardExpMM - Expiry Monthpublic int getCreditCardExpMM()
getCreditCardExpMM in interface I_C_BP_BankAccountpublic void setCreditCardExpYY(int CreditCardExpYY)
setCreditCardExpYY in interface I_C_BP_BankAccountCreditCardExpYY - Expiry Yearpublic int getCreditCardExpYY()
getCreditCardExpYY in interface I_C_BP_BankAccountpublic void setCreditCardNumber(String CreditCardNumber)
setCreditCardNumber in interface I_C_BP_BankAccountCreditCardNumber - Credit Card Numberpublic String getCreditCardNumber()
getCreditCardNumber in interface I_C_BP_BankAccountpublic void setCreditCardType(String CreditCardType)
setCreditCardType in interface I_C_BP_BankAccountCreditCardType - Credit Card (Visa, MC, AmEx)public String getCreditCardType()
getCreditCardType in interface I_C_BP_BankAccountpublic void setCreditCardVV(String CreditCardVV)
setCreditCardVV in interface I_C_BP_BankAccountCreditCardVV - Credit Card Verification code on credit cardpublic String getCreditCardVV()
getCreditCardVV in interface I_C_BP_BankAccountpublic void setIsACH(boolean IsACH)
setIsACH in interface I_C_BP_BankAccountIsACH - Automatic Clearing Housepublic boolean isACH()
isACH in interface I_C_BP_BankAccountpublic void setR_AvsAddr(String R_AvsAddr)
setR_AvsAddr in interface I_C_BP_BankAccountR_AvsAddr - This address has been verifiedpublic String getR_AvsAddr()
getR_AvsAddr in interface I_C_BP_BankAccountpublic void setR_AvsZip(String R_AvsZip)
setR_AvsZip in interface I_C_BP_BankAccountR_AvsZip - The Zip Code has been verifiedpublic String getR_AvsZip()
getR_AvsZip in interface I_C_BP_BankAccountpublic void setRoutingNo(String RoutingNo)
setRoutingNo in interface I_C_BP_BankAccountRoutingNo - Bank Routing Numberpublic String getRoutingNo()
getRoutingNo in interface I_C_BP_BankAccount
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||