Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

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

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


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_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_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_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_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

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


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_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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.