|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.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.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MBPBankAccount(Ctx ctx,
int C_BP_BankAccount_ID,
String trxName)
Constructor |
|
MBPBankAccount(Ctx ctx,
int C_BPartner_ID,
String AccountNo,
String RoutingNo,
String IBAN,
String trxName)
Detail New Constructor |
|
MBPBankAccount(Ctx ctx,
MBPartner bp,
MUser bpc,
MLocation location)
Constructor |
|
MBPBankAccount(Ctx ctx,
ResultSet rs,
String trxName)
Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MBPBankAccount |
get(Ctx ctx,
int C_BP_BankAccount_ID)
Get BP Bank Account |
String |
getA_City(boolean fromBP)
Get Account City |
String |
getA_Name(boolean fromBP)
Get Account Name |
MBank |
getBank()
Get Bank |
static MBPBankAccount[] |
getOfBPartner(Ctx ctx,
int C_BPartner_ID)
Get Bank Account Of BPartner |
String |
getRoutingNo()
Get Routing No |
boolean |
isDirectDebit()
Is Direct Debit |
boolean |
isDirectDeposit()
Is Direct Deposit |
String |
toString()
String Representation |
boolean |
updateInfo(String AccountNo,
String RoutingNo,
String IBAN)
Update Bank Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MBPBankAccount(Ctx ctx,
int C_BP_BankAccount_ID,
String trxName)
ctx - contextC_BP_BankAccount_ID - BP bank accounttrxName - transaction
public MBPBankAccount(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MBPBankAccount(Ctx ctx,
MBPartner bp,
MUser bpc,
MLocation location)
ctx - contextbp - BPbpc - BP Contactlocation - Location
public MBPBankAccount(Ctx ctx,
int C_BPartner_ID,
String AccountNo,
String RoutingNo,
String IBAN,
String trxName)
ctx - contextC_BPartner_ID - parentAccountNo - accountRoutingNo - routingIBAN - ibantrxName - transaction| Method Detail |
|---|
public static MBPBankAccount get(Ctx ctx,
int C_BP_BankAccount_ID)
ctx - contextC_BP_BankAccount_ID - bpartner
public static MBPBankAccount[] getOfBPartner(Ctx ctx,
int C_BPartner_ID)
ctx - contextC_BPartner_ID - bpartner
public boolean isDirectDeposit()
public boolean isDirectDebit()
public MBank getBank()
public String getRoutingNo()
getRoutingNo in class X_C_BP_BankAccount
public boolean updateInfo(String AccountNo,
String RoutingNo,
String IBAN)
AccountNo - accountRoutingNo - routingIBAN - iban
public String getA_Name(boolean fromBP)
fromBP - if true and not existing, get from BP
public String getA_City(boolean fromBP)
fromBP - if true and not existing, get from BP
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
public String toString()
toString in class X_C_BP_BankAccount
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||