|
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
org.compiere.model.MBPBankAccount
public class MBPBankAccount
BP Bank Account Model
| Field Summary |
|---|
| 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 | |
|---|---|
MBPBankAccount(Properties ctx,
int C_BP_BankAccount_ID,
String trxName)
Constructor |
|
MBPBankAccount(Properties ctx,
MBPartner bp,
MUser bpc,
MLocation location)
Constructor |
|
MBPBankAccount(Properties ctx,
ResultSet rs,
String trxName)
Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
MBank |
getBank()
Get Bank |
static MBPBankAccount[] |
getOfBPartner(Properties ctx,
int C_BPartner_ID)
Get Accounst Of BPartner |
String |
getRoutingNo()
Get Routing No |
boolean |
isDirectDebit()
Is Direct Debit |
boolean |
isDirectDeposit()
Is Direct Deposit |
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 |
| Constructor Detail |
|---|
public MBPBankAccount(Properties ctx,
int C_BP_BankAccount_ID,
String trxName)
ctx - contextC_BP_BankAccount_ID - BP bank accounttrxName - transaction
public MBPBankAccount(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MBPBankAccount(Properties ctx,
MBPartner bp,
MUser bpc,
MLocation location)
ctx - contextbp - BPbpc - BP Contactlocation - Location| Method Detail |
|---|
public static MBPBankAccount[] getOfBPartner(Properties ctx,
int C_BPartner_ID)
ctx - contextC_BPartner_ID - bpartner
public boolean isDirectDeposit()
public boolean isDirectDebit()
public MBank getBank()
public String getRoutingNo()
getRoutingNo in interface I_C_BP_BankAccountgetRoutingNo in class X_C_BP_BankAccountprotected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
public String toString()
toString in class X_C_BP_BankAccount
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||