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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AccountNo
Column name AccountNostatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_BankAccountType
Column name BankAccountTypestatic String
COLUMNNAME_BBAN
Column name BBANstatic String
COLUMNNAME_C_Bank_ID
Column name C_Bank_IDstatic String
COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_IDstatic String
COLUMNNAME_C_BankAccount_UU
Column name C_BankAccount_UUstatic String
COLUMNNAME_C_Currency_ID
Column name C_Currency_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_CreditLimit
Column name CreditLimitstatic String
COLUMNNAME_CurrentBalance
Column name CurrentBalancestatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IBAN
Column name IBANstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsDefault
Column name IsDefaultstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_PaymentExportClass
Column name PaymentExportClassstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_Value
Column name Valuestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=297static String
Table_Name
TableName=C_BankAccount
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccountNo()
Get Account No.int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.String
getBankAccountType()
Get Bank Account Type.String
getBBAN()
Get BBAN.I_C_Bank
getC_Bank()
int
getC_Bank_ID()
Get Bank.int
getC_BankAccount_ID()
Get Bank Account.String
getC_BankAccount_UU()
Get C_BankAccount_UUI_C_Currency
getC_Currency()
int
getC_Currency_ID()
Get Currency.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.BigDecimal
getCreditLimit()
Get Credit limit.BigDecimal
getCurrentBalance()
Get Current balance.String
getDescription()
Get Description.String
getIBAN()
Get IBAN.String
getName()
Get Name.String
getPaymentExportClass()
Get Payment Export ClassTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
isDefault()
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
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_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
setIBAN(String IBAN)
Set IBAN.void
setIsActive(boolean IsActive)
Set Active.void
setIsDefault(boolean IsDefault)
Set Default.void
setName(String Name)
Set Name.void
setPaymentExportClass(String PaymentExportClass)
Set Payment Export Classvoid
setValue(String Value)
Set Search Key.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_BankAccount- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=297- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AccountNo
static final String COLUMNNAME_AccountNo
Column name AccountNo- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_BankAccountType
static final String COLUMNNAME_BankAccountType
Column name BankAccountType- See Also:
- Constant Field Values
-
COLUMNNAME_BBAN
static final String COLUMNNAME_BBAN
Column name BBAN- See Also:
- Constant Field Values
-
COLUMNNAME_C_BankAccount_ID
static final String COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BankAccount_UU
static final String COLUMNNAME_C_BankAccount_UU
Column name C_BankAccount_UU- See Also:
- Constant Field Values
-
COLUMNNAME_C_Bank_ID
static final String COLUMNNAME_C_Bank_ID
Column name C_Bank_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_CreditLimit
static final String COLUMNNAME_CreditLimit
Column name CreditLimit- See Also:
- Constant Field Values
-
COLUMNNAME_CurrentBalance
static final String COLUMNNAME_CurrentBalance
Column name CurrentBalance- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IBAN
static final String COLUMNNAME_IBAN
Column name IBAN- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsDefault
static final String COLUMNNAME_IsDefault
Column name IsDefault- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_PaymentExportClass
static final String COLUMNNAME_PaymentExportClass
Column name PaymentExportClass- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- See Also:
- Constant Field Values
-
-
Method Detail
-
setAccountNo
void setAccountNo(String AccountNo)
Set Account No. Account Number
-
getAccountNo
String getAccountNo()
Get Account No. Account Number
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setBankAccountType
void setBankAccountType(String BankAccountType)
Set Bank Account Type. Bank Account Type
-
getBankAccountType
String getBankAccountType()
Get Bank Account Type. Bank Account Type
-
setBBAN
void setBBAN(String BBAN)
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
void setC_BankAccount_UU(String C_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
I_C_Bank getC_Bank() throws RuntimeException
- 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
I_C_Currency getC_Currency() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setCreditLimit
void setCreditLimit(BigDecimal CreditLimit)
Set Credit limit. Amount of Credit allowed
-
getCreditLimit
BigDecimal getCreditLimit()
Get Credit limit. Amount of Credit allowed
-
setCurrentBalance
void setCurrentBalance(BigDecimal CurrentBalance)
Set Current balance. Current Balance
-
getCurrentBalance
BigDecimal getCurrentBalance()
Get Current balance. Current Balance
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setIBAN
void setIBAN(String IBAN)
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
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPaymentExportClass
void setPaymentExportClass(String PaymentExportClass)
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
void setValue(String Value)
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
-
-