Package org.compiere.model
Interface I_C_BankAccount
- All Known Implementing Classes:
MBankAccount
,X_C_BankAccount
public interface I_C_BankAccount
Generated Interface for C_BankAccount
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AccountNostatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name BankAccountTypestatic final String
Column name BBANstatic final String
Column name C_Bank_IDstatic final String
Column name C_BankAccount_IDstatic final String
Column name C_BankAccount_UUstatic final String
Column name C_Currency_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name CreditLimitstatic final String
Column name CurrentBalancestatic final String
Column name Descriptionstatic final String
Column name IBANstatic final String
Column name IsActivestatic final String
Column name IsDefaultstatic final String
Column name Namestatic final String
Column name PaymentExportClassstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name Valuestatic final KeyNamePair
static final int
AD_Table_ID=297static final String
TableName=C_BankAccount -
Method Summary
Modifier and TypeMethodDescriptionGet Account No.int
Get Tenant.int
Get Organization.Get Bank Account Type.getBBAN()
Get BBAN.int
Get Bank.int
Get Bank Account.Get C_BankAccount_UUint
Get Currency.Get Created.int
Get Created By.Get Credit limit.Get Current balance.Get Description.getIBAN()
Get IBAN.getName()
Get Name.Get Payment Export ClassGet Updated.int
Get Updated By.getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
Get Default.void
setAccountNo
(String AccountNo) Set Account No.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setBankAccountType
(String BankAccountType) Set Bank Account Type.void
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_BankAccount_UU
(String C_BankAccount_UU) Set C_BankAccount_UUvoid
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
Set IBAN.void
setIsActive
(boolean IsActive) Set Active.void
setIsDefault
(boolean IsDefault) Set Default.void
Set Name.void
setPaymentExportClass
(String PaymentExportClass) Set Payment Export Classvoid
Set Search Key.
-
Field Details
-
Table_Name
TableName=C_BankAccount- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=297- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AccountNo
Column name AccountNo- See Also:
-
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_BankAccountType
Column name BankAccountType- See Also:
-
COLUMNNAME_BBAN
Column name BBAN- See Also:
-
COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID- See Also:
-
COLUMNNAME_C_BankAccount_UU
Column name C_BankAccount_UU- See Also:
-
COLUMNNAME_C_Bank_ID
Column name C_Bank_ID- See Also:
-
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_CreditLimit
Column name CreditLimit- See Also:
-
COLUMNNAME_CurrentBalance
Column name CurrentBalance- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_IBAN
Column name IBAN- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsDefault
Column name IsDefault- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PaymentExportClass
Column name PaymentExportClass- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_Value
Column name Value- See Also:
-
-
Method Details
-
setAccountNo
Set Account No. Account Number -
getAccountNo
String getAccountNo()Get Account No. Account Number -
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setBankAccountType
Set Bank Account Type. Bank Account Type -
getBankAccountType
String getBankAccountType()Get Bank Account Type. Bank Account Type -
setBBAN
Set BBAN. Basic Bank Account Number -
getBBAN
String getBBAN()Get BBAN. Basic Bank Account Number -
setC_BankAccount_ID
void setC_BankAccount_ID(int C_BankAccount_ID) Set Bank Account. Account at the Bank -
getC_BankAccount_ID
int getC_BankAccount_ID()Get Bank Account. Account at the Bank -
setC_BankAccount_UU
Set C_BankAccount_UU -
getC_BankAccount_UU
String getC_BankAccount_UU()Get C_BankAccount_UU -
setC_Bank_ID
void setC_Bank_ID(int C_Bank_ID) Set Bank. Bank -
getC_Bank_ID
int getC_Bank_ID()Get Bank. Bank -
getC_Bank
- Throws:
RuntimeException
-
setC_Currency_ID
void setC_Currency_ID(int C_Currency_ID) Set Currency. The Currency for this record -
getC_Currency_ID
int getC_Currency_ID()Get Currency. The Currency for this record -
getC_Currency
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setCreditLimit
Set Credit limit. Amount of Credit allowed -
getCreditLimit
BigDecimal getCreditLimit()Get Credit limit. Amount of Credit allowed -
setCurrentBalance
Set Current balance. Current Balance -
getCurrentBalance
BigDecimal getCurrentBalance()Get Current balance. Current Balance -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setIBAN
Set IBAN. International Bank Account Number -
getIBAN
String getIBAN()Get IBAN. International Bank Account Number -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setIsDefault
void setIsDefault(boolean IsDefault) Set Default. Default value -
isDefault
boolean isDefault()Get Default. Default value -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPaymentExportClass
Set Payment Export Class -
getPaymentExportClass
String getPaymentExportClass()Get Payment Export Class -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setValue
Set Search Key. Search key for the record in the format required - must be unique -
getValue
String getValue()Get Search Key. Search key for the record in the format required - must be unique
-