|
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_BankAccount
public class X_C_BankAccount
Generated Model for C_BankAccount
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
BANKACCOUNTTYPE_AD_Reference_ID
BankAccountType AD_Reference_ID=216 |
static String |
BANKACCOUNTTYPE_Checking
Checking = C |
static String |
BANKACCOUNTTYPE_Savings
Savings = S |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=297 |
static String |
Table_Name
TableName=C_BankAccount |
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_BankAccount(Ctx ctx,
int C_BankAccount_ID,
String trxName)
Standard Constructor |
|
X_C_BankAccount(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getAccountNo()
Get Account No. |
String |
getBankAccountType()
Get Bank Account Type. |
String |
getBBAN()
Get BBAN. |
int |
getC_Bank_ID()
Get Bank. |
int |
getC_BankAccount_ID()
Get Bank Account. |
int |
getC_Currency_ID()
Get Currency. |
BigDecimal |
getCreditLimit()
Get Credit limit. |
BigDecimal |
getCurrentBalance()
Get Current Balance. |
String |
getDescription()
Get Description. |
String |
getIBAN()
Get IBAN. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isBankAccountTypeValid(String test)
Is test a valid value. |
boolean |
isDefault()
Get Default. |
void |
setAccountNo(String AccountNo)
Set Account No. |
void |
setBankAccountType(String BankAccountType)
Set Bank Account Type. |
void |
setBBAN(String BBAN)
Set BBAN. |
void |
setC_Bank_ID(int C_Bank_ID)
Set Bank. |
void |
setC_BankAccount_ID(int C_BankAccount_ID)
Set Bank Account. |
void |
setC_Currency_ID(int C_Currency_ID)
Set Currency. |
void |
setCreditLimit(BigDecimal CreditLimit)
Set Credit limit. |
void |
setCurrentBalance(BigDecimal CurrentBalance)
Set Current Balance. |
void |
setDescription(String Description)
Set Description. |
void |
setIBAN(String IBAN)
Set IBAN. |
void |
setIsDefault(boolean IsDefault)
Set Default. |
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
public static final int BANKACCOUNTTYPE_AD_Reference_ID
public static final String BANKACCOUNTTYPE_Checking
public static final String BANKACCOUNTTYPE_Savings
| Constructor Detail |
|---|
public X_C_BankAccount(Ctx ctx,
int C_BankAccount_ID,
String trxName)
ctx - contextC_BankAccount_ID - idtrxName - transaction
public X_C_BankAccount(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 setAccountNo(String AccountNo)
AccountNo - Account Numberpublic String getAccountNo()
public void setBBAN(String BBAN)
BBAN - Basic Bank Account Numberpublic String getBBAN()
public boolean isBankAccountTypeValid(String test)
test - testvalue
public void setBankAccountType(String BankAccountType)
BankAccountType - Bank Account Typepublic String getBankAccountType()
public void setC_BankAccount_ID(int C_BankAccount_ID)
C_BankAccount_ID - Account at the Bankpublic int getC_BankAccount_ID()
public void setC_Bank_ID(int C_Bank_ID)
C_Bank_ID - Bankpublic int getC_Bank_ID()
public KeyNamePair getKeyNamePair()
public void setC_Currency_ID(int C_Currency_ID)
C_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
public void setCreditLimit(BigDecimal CreditLimit)
CreditLimit - Amount of Credit allowedpublic BigDecimal getCreditLimit()
public void setCurrentBalance(BigDecimal CurrentBalance)
CurrentBalance - Current Balancepublic BigDecimal getCurrentBalance()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setIBAN(String IBAN)
IBAN - International Bank Account Numberpublic String getIBAN()
public void setIsDefault(boolean IsDefault)
IsDefault - Default valuepublic boolean isDefault()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||