Adempiere 3.5.2a

org.compiere.model
Interface I_C_BankStatementLoader

All Known Implementing Classes:
MBankStatementLoader, X_C_BankStatementLoader

public interface I_C_BankStatementLoader

Generated Interface for C_BankStatementLoader

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_BranchID
          Column name BranchID
static String COLUMNNAME_C_BankAccount_ID
          Column name C_BankAccount_ID
static String COLUMNNAME_C_BankStatementLoader_ID
          Column name C_BankStatementLoader_ID
static String COLUMNNAME_DateFormat
          Column name DateFormat
static String COLUMNNAME_DateLastRun
          Column name DateLastRun
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_FileName
          Column name FileName
static String COLUMNNAME_FinancialInstitutionID
          Column name FinancialInstitutionID
static String COLUMNNAME_HostAddress
          Column name HostAddress
static String COLUMNNAME_HostPort
          Column name HostPort
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Password
          Column name Password
static String COLUMNNAME_PIN
          Column name PIN
static String COLUMNNAME_ProxyAddress
          Column name ProxyAddress
static String COLUMNNAME_ProxyLogon
          Column name ProxyLogon
static String COLUMNNAME_ProxyPassword
          Column name ProxyPassword
static String COLUMNNAME_ProxyPort
          Column name ProxyPort
static String COLUMNNAME_StmtLoaderClass
          Column name StmtLoaderClass
static String COLUMNNAME_UserID
          Column name UserID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=640
static String Table_Name
          TableName=C_BankStatementLoader
 
Method Summary
 String getAccountNo()
          Get Account No.
 String getBranchID()
          Get Branch ID.
 int getC_BankAccount_ID()
          Get Bank Account.
 I_C_BankAccount getC_BankAccount()
           
 int getC_BankStatementLoader_ID()
          Get Bank Statement Loader.
 String getDateFormat()
          Get Date Format.
 Timestamp getDateLastRun()
          Get Date last run.
 String getDescription()
          Get Description.
 String getFileName()
          Get File Name.
 String getFinancialInstitutionID()
          Get Financial Institution ID.
 String getHostAddress()
          Get Host Address.
 int getHostPort()
          Get Host port.
 String getName()
          Get Name.
 String getPassword()
          Get Password.
 String getPIN()
          Get PIN.
 String getProxyAddress()
          Get Proxy address.
 String getProxyLogon()
          Get Proxy logon.
 String getProxyPassword()
          Get Proxy password.
 int getProxyPort()
          Get Proxy port.
 String getStmtLoaderClass()
          Get Statement Loader Class.
 String getUserID()
          Get User ID.
 void setAccountNo(String AccountNo)
          Set Account No.
 void setBranchID(String BranchID)
          Set Branch ID.
 void setC_BankAccount_ID(int C_BankAccount_ID)
          Set Bank Account.
 void setC_BankStatementLoader_ID(int C_BankStatementLoader_ID)
          Set Bank Statement Loader.
 void setDateFormat(String DateFormat)
          Set Date Format.
 void setDateLastRun(Timestamp DateLastRun)
          Set Date last run.
 void setDescription(String Description)
          Set Description.
 void setFileName(String FileName)
          Set File Name.
 void setFinancialInstitutionID(String FinancialInstitutionID)
          Set Financial Institution ID.
 void setHostAddress(String HostAddress)
          Set Host Address.
 void setHostPort(int HostPort)
          Set Host port.
 void setName(String Name)
          Set Name.
 void setPassword(String Password)
          Set Password.
 void setPIN(String PIN)
          Set PIN.
 void setProxyAddress(String ProxyAddress)
          Set Proxy address.
 void setProxyLogon(String ProxyLogon)
          Set Proxy logon.
 void setProxyPassword(String ProxyPassword)
          Set Proxy password.
 void setProxyPort(int ProxyPort)
          Set Proxy port.
 void setStmtLoaderClass(String StmtLoaderClass)
          Set Statement Loader Class.
 void setUserID(String UserID)
          Set User ID.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_BankStatementLoader

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=640


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_BranchID

static final String COLUMNNAME_BranchID
Column name BranchID

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_BankStatementLoader_ID

static final String COLUMNNAME_C_BankStatementLoader_ID
Column name C_BankStatementLoader_ID

See Also:
Constant Field Values

COLUMNNAME_DateFormat

static final String COLUMNNAME_DateFormat
Column name DateFormat

See Also:
Constant Field Values

COLUMNNAME_DateLastRun

static final String COLUMNNAME_DateLastRun
Column name DateLastRun

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_FileName

static final String COLUMNNAME_FileName
Column name FileName

See Also:
Constant Field Values

COLUMNNAME_FinancialInstitutionID

static final String COLUMNNAME_FinancialInstitutionID
Column name FinancialInstitutionID

See Also:
Constant Field Values

COLUMNNAME_HostAddress

static final String COLUMNNAME_HostAddress
Column name HostAddress

See Also:
Constant Field Values

COLUMNNAME_HostPort

static final String COLUMNNAME_HostPort
Column name HostPort

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Password

static final String COLUMNNAME_Password
Column name Password

See Also:
Constant Field Values

COLUMNNAME_PIN

static final String COLUMNNAME_PIN
Column name PIN

See Also:
Constant Field Values

COLUMNNAME_ProxyAddress

static final String COLUMNNAME_ProxyAddress
Column name ProxyAddress

See Also:
Constant Field Values

COLUMNNAME_ProxyLogon

static final String COLUMNNAME_ProxyLogon
Column name ProxyLogon

See Also:
Constant Field Values

COLUMNNAME_ProxyPassword

static final String COLUMNNAME_ProxyPassword
Column name ProxyPassword

See Also:
Constant Field Values

COLUMNNAME_ProxyPort

static final String COLUMNNAME_ProxyPort
Column name ProxyPort

See Also:
Constant Field Values

COLUMNNAME_StmtLoaderClass

static final String COLUMNNAME_StmtLoaderClass
Column name StmtLoaderClass

See Also:
Constant Field Values

COLUMNNAME_UserID

static final String COLUMNNAME_UserID
Column name UserID

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


setBranchID

void setBranchID(String BranchID)
Set Branch ID. Bank Branch ID


getBranchID

String getBranchID()
Get Branch ID. Bank Branch ID


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


getC_BankAccount

I_C_BankAccount getC_BankAccount()
                                 throws Exception
Throws:
Exception

setC_BankStatementLoader_ID

void setC_BankStatementLoader_ID(int C_BankStatementLoader_ID)
Set Bank Statement Loader. Definition of Bank Statement Loader (SWIFT, OFX)


getC_BankStatementLoader_ID

int getC_BankStatementLoader_ID()
Get Bank Statement Loader. Definition of Bank Statement Loader (SWIFT, OFX)


setDateFormat

void setDateFormat(String DateFormat)
Set Date Format. Date format used in the imput format


getDateFormat

String getDateFormat()
Get Date Format. Date format used in the imput format


setDateLastRun

void setDateLastRun(Timestamp DateLastRun)
Set Date last run. Date the process was last run.


getDateLastRun

Timestamp getDateLastRun()
Get Date last run. Date the process was last run.


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setFileName

void setFileName(String FileName)
Set File Name. Name of the local file or URL


getFileName

String getFileName()
Get File Name. Name of the local file or URL


setFinancialInstitutionID

void setFinancialInstitutionID(String FinancialInstitutionID)
Set Financial Institution ID. The ID of the Financial Institution / Bank


getFinancialInstitutionID

String getFinancialInstitutionID()
Get Financial Institution ID. The ID of the Financial Institution / Bank


setHostAddress

void setHostAddress(String HostAddress)
Set Host Address. Host Address URL or DNS


getHostAddress

String getHostAddress()
Get Host Address. Host Address URL or DNS


setHostPort

void setHostPort(int HostPort)
Set Host port. Host Communication Port


getHostPort

int getHostPort()
Get Host port. Host Communication Port


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPassword

void setPassword(String Password)
Set Password. Password of any length (case sensitive)


getPassword

String getPassword()
Get Password. Password of any length (case sensitive)


setPIN

void setPIN(String PIN)
Set PIN. Personal Identification Number


getPIN

String getPIN()
Get PIN. Personal Identification Number


setProxyAddress

void setProxyAddress(String ProxyAddress)
Set Proxy address. Address of your proxy server


getProxyAddress

String getProxyAddress()
Get Proxy address. Address of your proxy server


setProxyLogon

void setProxyLogon(String ProxyLogon)
Set Proxy logon. Logon of your proxy server


getProxyLogon

String getProxyLogon()
Get Proxy logon. Logon of your proxy server


setProxyPassword

void setProxyPassword(String ProxyPassword)
Set Proxy password. Password of your proxy server


getProxyPassword

String getProxyPassword()
Get Proxy password. Password of your proxy server


setProxyPort

void setProxyPort(int ProxyPort)
Set Proxy port. Port of your proxy server


getProxyPort

int getProxyPort()
Get Proxy port. Port of your proxy server


setStmtLoaderClass

void setStmtLoaderClass(String StmtLoaderClass)
Set Statement Loader Class. Class name of the bank statement loader


getStmtLoaderClass

String getStmtLoaderClass()
Get Statement Loader Class. Class name of the bank statement loader


setUserID

void setUserID(String UserID)
Set User ID. User ID or account number


getUserID

String getUserID()
Get User ID. User ID or account number


Adempiere 3.5.2a

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