Package org.compiere.apps.form
Class PaySelect.BankInfo
java.lang.Object
org.compiere.apps.form.PaySelect.BankInfo
- Enclosing class:
- PaySelect
Bank Account Info
-
Field Summary
Modifier and TypeFieldDescriptionint
int
boolean
-
Constructor Summary
ConstructorDescriptionBankInfo
(int newC_BankAccount_ID, int newC_Currency_ID, String newName, String newCurrency, BigDecimal newBalance, boolean newTransfers) BankInfo -
Method Summary
-
Field Details
-
C_BankAccount_ID
public int C_BankAccount_ID -
C_Currency_ID
public int C_Currency_ID -
Name
-
Currency
-
Balance
-
Transfers
public boolean Transfers
-
-
Constructor Details
-
BankInfo
public BankInfo(int newC_BankAccount_ID, int newC_Currency_ID, String newName, String newCurrency, BigDecimal newBalance, boolean newTransfers) BankInfo- Parameters:
newC_BankAccount_ID
-newC_Currency_ID
-newName
-newCurrency
-newBalance
-newTransfers
-
-
-
Method Details