|
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_Bank
org.compiere.model.MBank
public class MBank
Bank Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_Bank |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| 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 | |
|---|---|
MBank(Ctx ctx,
int C_Bank_ID,
String trxName)
Standard Constructor |
|
MBank(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MBank |
get(Ctx ctx,
int C_Bank_ID)
Get MBank from Cache |
static MBank[] |
getByRoutingNo(Ctx ctx,
String routingNo)
get Bank by RoutingNo |
int |
getC_Country_ID()
Get C_Country_ID |
protected BankVerificationInterface |
getVerificationClass()
Get Verification Class |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_C_Bank |
|---|
get_AccessLevel, getBankVerificationClass, getC_Bank_ID, getC_Location_ID, getDescription, getKeyNamePair, getName, getRoutingNo, getSwiftCode, initPO, isOwnBank, setBankVerificationClass, setC_Bank_ID, setC_Location_ID, setDescription, setIsOwnBank, setName, setRoutingNo, setSwiftCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MBank(Ctx ctx,
int C_Bank_ID,
String trxName)
ctx - contextC_Bank_ID - banktrxName - trx
public MBank(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MBank get(Ctx ctx,
int C_Bank_ID)
ctx - contextC_Bank_ID - id
public static MBank[] getByRoutingNo(Ctx ctx,
String routingNo)
ctx - routingNo -
protected BankVerificationInterface getVerificationClass()
public int getC_Country_ID()
public String toString()
toString in class X_C_Bankprotected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||