|
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_BankAccount
public class X_C_BankAccount
Generated Model for C_BankAccount
| Field Summary | |
|---|---|
static int |
BANKACCOUNTTYPE_AD_Reference_ID
BankAccountType AD_Reference_ID=216 |
static String |
BANKACCOUNTTYPE_Checking
Checking = C |
static String |
BANKACCOUNTTYPE_Savings
Savings = S |
| 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_BankAccount |
|---|
accessLevel, COLUMNNAME_AccountNo, COLUMNNAME_BankAccountType, COLUMNNAME_BBAN, COLUMNNAME_C_Bank_ID, COLUMNNAME_C_BankAccount_ID, COLUMNNAME_C_Currency_ID, COLUMNNAME_CreditLimit, COLUMNNAME_CurrentBalance, COLUMNNAME_Description, COLUMNNAME_IBAN, COLUMNNAME_IsDefault, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_BankAccount(Properties ctx,
int C_BankAccount_ID,
String trxName)
Standard Constructor |
|
X_C_BankAccount(Properties 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. |
I_C_Bank |
getC_Bank()
|
int |
getC_BankAccount_ID()
Get Bank Account. |
int |
getC_Currency_ID()
Get Currency. |
I_C_Currency |
getC_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(Properties ctx)
Load Meta Data |
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()
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 |
| Field Detail |
|---|
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(Properties ctx,
int C_BankAccount_ID,
String trxName)
public X_C_BankAccount(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 setAccountNo(String AccountNo)
setAccountNo in interface I_C_BankAccountAccountNo - Account Numberpublic String getAccountNo()
getAccountNo in interface I_C_BankAccountpublic void setBankAccountType(String BankAccountType)
setBankAccountType in interface I_C_BankAccountBankAccountType - Bank Account Typepublic String getBankAccountType()
getBankAccountType in interface I_C_BankAccountpublic void setBBAN(String BBAN)
setBBAN in interface I_C_BankAccountBBAN - Basic Bank Account Numberpublic String getBBAN()
getBBAN in interface I_C_BankAccountpublic void setC_BankAccount_ID(int C_BankAccount_ID)
setC_BankAccount_ID in interface I_C_BankAccountC_BankAccount_ID - Account at the Bankpublic int getC_BankAccount_ID()
getC_BankAccount_ID in interface I_C_BankAccount
public I_C_Bank getC_Bank()
throws Exception
getC_Bank in interface I_C_BankAccountExceptionpublic void setC_Bank_ID(int C_Bank_ID)
setC_Bank_ID in interface I_C_BankAccountC_Bank_ID - Bankpublic int getC_Bank_ID()
getC_Bank_ID in interface I_C_BankAccountpublic KeyNamePair getKeyNamePair()
public I_C_Currency getC_Currency()
throws Exception
getC_Currency in interface I_C_BankAccountExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_C_BankAccountC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_C_BankAccountpublic void setCreditLimit(BigDecimal CreditLimit)
setCreditLimit in interface I_C_BankAccountCreditLimit - Amount of Credit allowedpublic BigDecimal getCreditLimit()
getCreditLimit in interface I_C_BankAccountpublic void setCurrentBalance(BigDecimal CurrentBalance)
setCurrentBalance in interface I_C_BankAccountCurrentBalance - Current Balancepublic BigDecimal getCurrentBalance()
getCurrentBalance in interface I_C_BankAccountpublic void setDescription(String Description)
setDescription in interface I_C_BankAccountDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_BankAccountpublic void setIBAN(String IBAN)
setIBAN in interface I_C_BankAccountIBAN - International Bank Account Numberpublic String getIBAN()
getIBAN in interface I_C_BankAccountpublic void setIsDefault(boolean IsDefault)
setIsDefault in interface I_C_BankAccountIsDefault - Default valuepublic boolean isDefault()
isDefault in interface I_C_BankAccount
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||