|
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_Bank
public class X_C_Bank
Generated Model for C_Bank
| 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 |
| Fields inherited from interface org.compiere.model.I_C_Bank |
|---|
accessLevel, COLUMNNAME_C_Bank_ID, COLUMNNAME_C_Location_ID, COLUMNNAME_Description, COLUMNNAME_IsOwnBank, COLUMNNAME_Name, COLUMNNAME_RoutingNo, COLUMNNAME_SwiftCode, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_Bank(Properties ctx,
int C_Bank_ID,
String trxName)
Standard Constructor |
|
X_C_Bank(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Bank_ID()
Get Bank. |
int |
getC_Location_ID()
Get Address. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getRoutingNo()
Get Routing No. |
String |
getSwiftCode()
Get Swift code. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isOwnBank()
Get Own Bank. |
void |
setC_Bank_ID(int C_Bank_ID)
Set Bank. |
void |
setC_Location_ID(int C_Location_ID)
Set Address. |
void |
setDescription(String Description)
Set Description. |
void |
setIsOwnBank(boolean IsOwnBank)
Set Own Bank. |
void |
setName(String Name)
Set Name. |
void |
setRoutingNo(String RoutingNo)
Set Routing No. |
void |
setSwiftCode(String SwiftCode)
Set Swift code. |
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 X_C_Bank(Properties ctx,
int C_Bank_ID,
String trxName)
public X_C_Bank(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 setC_Bank_ID(int C_Bank_ID)
setC_Bank_ID in interface I_C_BankC_Bank_ID - Bankpublic int getC_Bank_ID()
getC_Bank_ID in interface I_C_Bankpublic void setC_Location_ID(int C_Location_ID)
setC_Location_ID in interface I_C_BankC_Location_ID - Location or Addresspublic int getC_Location_ID()
getC_Location_ID in interface I_C_Bankpublic void setDescription(String Description)
setDescription in interface I_C_BankDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_Bankpublic void setIsOwnBank(boolean IsOwnBank)
setIsOwnBank in interface I_C_BankIsOwnBank - Bank for this Organizationpublic boolean isOwnBank()
isOwnBank in interface I_C_Bankpublic void setName(String Name)
setName in interface I_C_BankName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_Bankpublic KeyNamePair getKeyNamePair()
public void setRoutingNo(String RoutingNo)
setRoutingNo in interface I_C_BankRoutingNo - Bank Routing Numberpublic String getRoutingNo()
getRoutingNo in interface I_C_Bankpublic void setSwiftCode(String SwiftCode)
setSwiftCode in interface I_C_BankSwiftCode - Swift Code or BICpublic String getSwiftCode()
getSwiftCode in interface I_C_Bank
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||