|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_BankStatementLoader
Generated Interface for C_BankStatementLoader
| 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 |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AccountNo
static final String COLUMNNAME_BranchID
static final String COLUMNNAME_C_BankAccount_ID
static final String COLUMNNAME_C_BankStatementLoader_ID
static final String COLUMNNAME_DateFormat
static final String COLUMNNAME_DateLastRun
static final String COLUMNNAME_Description
static final String COLUMNNAME_FileName
static final String COLUMNNAME_FinancialInstitutionID
static final String COLUMNNAME_HostAddress
static final String COLUMNNAME_HostPort
static final String COLUMNNAME_Name
static final String COLUMNNAME_Password
static final String COLUMNNAME_PIN
static final String COLUMNNAME_ProxyAddress
static final String COLUMNNAME_ProxyLogon
static final String COLUMNNAME_ProxyPassword
static final String COLUMNNAME_ProxyPort
static final String COLUMNNAME_StmtLoaderClass
static final String COLUMNNAME_UserID
| Method Detail |
|---|
void setAccountNo(String AccountNo)
String getAccountNo()
void setBranchID(String BranchID)
String getBranchID()
void setC_BankAccount_ID(int C_BankAccount_ID)
int getC_BankAccount_ID()
I_C_BankAccount getC_BankAccount()
throws Exception
Exceptionvoid setC_BankStatementLoader_ID(int C_BankStatementLoader_ID)
int getC_BankStatementLoader_ID()
void setDateFormat(String DateFormat)
String getDateFormat()
void setDateLastRun(Timestamp DateLastRun)
Timestamp getDateLastRun()
void setDescription(String Description)
String getDescription()
void setFileName(String FileName)
String getFileName()
void setFinancialInstitutionID(String FinancialInstitutionID)
String getFinancialInstitutionID()
void setHostAddress(String HostAddress)
String getHostAddress()
void setHostPort(int HostPort)
int getHostPort()
void setName(String Name)
String getName()
void setPassword(String Password)
String getPassword()
void setPIN(String PIN)
String getPIN()
void setProxyAddress(String ProxyAddress)
String getProxyAddress()
void setProxyLogon(String ProxyLogon)
String getProxyLogon()
void setProxyPassword(String ProxyPassword)
String getProxyPassword()
void setProxyPort(int ProxyPort)
int getProxyPort()
void setStmtLoaderClass(String StmtLoaderClass)
String getStmtLoaderClass()
void setUserID(String UserID)
String getUserID()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||