|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_BankAccount
Generated Interface for C_BankAccount
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 3 - Client - Org |
static String |
COLUMNNAME_AccountNo
Column name AccountNo |
static String |
COLUMNNAME_BankAccountType
Column name BankAccountType |
static String |
COLUMNNAME_BBAN
Column name BBAN |
static String |
COLUMNNAME_C_Bank_ID
Column name C_Bank_ID |
static String |
COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID |
static String |
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID |
static String |
COLUMNNAME_CreditLimit
Column name CreditLimit |
static String |
COLUMNNAME_CurrentBalance
Column name CurrentBalance |
static String |
COLUMNNAME_Description
Column name Description |
static String |
COLUMNNAME_IBAN
Column name IBAN |
static String |
COLUMNNAME_IsDefault
Column name IsDefault |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=297 |
static String |
Table_Name
TableName=C_BankAccount |
| Method Summary | |
|---|---|
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. |
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. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AccountNo
static final String COLUMNNAME_BankAccountType
static final String COLUMNNAME_BBAN
static final String COLUMNNAME_C_BankAccount_ID
static final String COLUMNNAME_C_Bank_ID
static final String COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_CreditLimit
static final String COLUMNNAME_CurrentBalance
static final String COLUMNNAME_Description
static final String COLUMNNAME_IBAN
static final String COLUMNNAME_IsDefault
| Method Detail |
|---|
void setAccountNo(String AccountNo)
String getAccountNo()
void setBankAccountType(String BankAccountType)
String getBankAccountType()
void setBBAN(String BBAN)
String getBBAN()
void setC_BankAccount_ID(int C_BankAccount_ID)
int getC_BankAccount_ID()
void setC_Bank_ID(int C_Bank_ID)
int getC_Bank_ID()
I_C_Bank getC_Bank()
throws Exception
Exceptionvoid setC_Currency_ID(int C_Currency_ID)
int getC_Currency_ID()
I_C_Currency getC_Currency()
throws Exception
Exceptionvoid setCreditLimit(BigDecimal CreditLimit)
BigDecimal getCreditLimit()
void setCurrentBalance(BigDecimal CurrentBalance)
BigDecimal getCurrentBalance()
void setDescription(String Description)
String getDescription()
void setIBAN(String IBAN)
String getIBAN()
void setIsDefault(boolean IsDefault)
boolean isDefault()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||