Package org.compiere.model
Interface I_C_BankAccount
-
- All Known Implementing Classes:
MBankAccount,X_C_BankAccount
public interface I_C_BankAccountGenerated Interface for C_BankAccount- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AccountNoColumn name AccountNostatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_BankAccountTypeColumn name BankAccountTypestatic StringCOLUMNNAME_BBANColumn name BBANstatic StringCOLUMNNAME_C_Bank_IDColumn name C_Bank_IDstatic StringCOLUMNNAME_C_BankAccount_IDColumn name C_BankAccount_IDstatic StringCOLUMNNAME_C_BankAccount_UUColumn name C_BankAccount_UUstatic StringCOLUMNNAME_C_Currency_IDColumn name C_Currency_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_CreditLimitColumn name CreditLimitstatic StringCOLUMNNAME_CurrentBalanceColumn name CurrentBalancestatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_IBANColumn name IBANstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsDefaultColumn name IsDefaultstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PaymentExportClassColumn name PaymentExportClassstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_ValueColumn name Valuestatic KeyNamePairModelstatic intTable_IDAD_Table_ID=297static StringTable_NameTableName=C_BankAccount
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccountNo()Get Account No.intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.StringgetBankAccountType()Get Bank Account Type.StringgetBBAN()Get BBAN.I_C_BankgetC_Bank()intgetC_Bank_ID()Get Bank.intgetC_BankAccount_ID()Get Bank Account.StringgetC_BankAccount_UU()Get C_BankAccount_UUI_C_CurrencygetC_Currency()intgetC_Currency_ID()Get Currency.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.BigDecimalgetCreditLimit()Get Credit limit.BigDecimalgetCurrentBalance()Get Current balance.StringgetDescription()Get Description.StringgetIBAN()Get IBAN.StringgetName()Get Name.StringgetPaymentExportClass()Get Payment Export ClassTimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetValue()Get Search Key.booleanisActive()Get Active.booleanisDefault()Get Default.voidsetAccountNo(String AccountNo)Set Account No.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetBankAccountType(String BankAccountType)Set Bank Account Type.voidsetBBAN(String BBAN)Set BBAN.voidsetC_Bank_ID(int C_Bank_ID)Set Bank.voidsetC_BankAccount_ID(int C_BankAccount_ID)Set Bank Account.voidsetC_BankAccount_UU(String C_BankAccount_UU)Set C_BankAccount_UUvoidsetC_Currency_ID(int C_Currency_ID)Set Currency.voidsetCreditLimit(BigDecimal CreditLimit)Set Credit limit.voidsetCurrentBalance(BigDecimal CurrentBalance)Set Current balance.voidsetDescription(String Description)Set Description.voidsetIBAN(String IBAN)Set IBAN.voidsetIsActive(boolean IsActive)Set Active.voidsetIsDefault(boolean IsDefault)Set Default.voidsetName(String Name)Set Name.voidsetPaymentExportClass(String PaymentExportClass)Set Payment Export ClassvoidsetValue(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
-
-