|
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
public class X_C_Bank
Generated Model for C_Bank
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=296 |
static String |
Table_Name
TableName=C_Bank |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| 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 | |
|---|---|
X_C_Bank(Ctx ctx,
int C_Bank_ID,
String trxName)
Standard Constructor |
|
X_C_Bank(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getBankVerificationClass()
Get Bank Verification Class. |
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(Ctx ctx)
Load Meta Data |
boolean |
isOwnBank()
Get Own Bank. |
void |
setBankVerificationClass(String BankVerificationClass)
Set Bank Verification Class. |
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()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
| Constructor Detail |
|---|
public X_C_Bank(Ctx ctx,
int C_Bank_ID,
String trxName)
ctx - contextC_Bank_ID - idtrxName - transaction
public X_C_Bank(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setBankVerificationClass(String BankVerificationClass)
BankVerificationClass - Bank Data Verification Classpublic String getBankVerificationClass()
public void setC_Bank_ID(int C_Bank_ID)
C_Bank_ID - Bankpublic int getC_Bank_ID()
public void setC_Location_ID(int C_Location_ID)
C_Location_ID - Location or Addresspublic int getC_Location_ID()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setIsOwnBank(boolean IsOwnBank)
IsOwnBank - Bank for this Organizationpublic boolean isOwnBank()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setRoutingNo(String RoutingNo)
RoutingNo - Bank Routing Numberpublic String getRoutingNo()
public void setSwiftCode(String SwiftCode)
SwiftCode - Swift Code or BICpublic String getSwiftCode()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||