|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_BankStatementLoader
public class X_C_BankStatementLoader
Generated Model for C_BankStatementLoader
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_BankStatementLoader(Properties ctx,
int C_BankStatementLoader_ID,
String trxName)
Standard Constructor |
|
X_C_BankStatementLoader(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
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. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public X_C_BankStatementLoader(Properties ctx,
int C_BankStatementLoader_ID,
String trxName)
public X_C_BankStatementLoader(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAccountNo(String AccountNo)
setAccountNo in interface I_C_BankStatementLoaderAccountNo - Account Numberpublic String getAccountNo()
getAccountNo in interface I_C_BankStatementLoaderpublic void setBranchID(String BranchID)
setBranchID in interface I_C_BankStatementLoaderBranchID - Bank Branch IDpublic String getBranchID()
getBranchID in interface I_C_BankStatementLoader
public I_C_BankAccount getC_BankAccount()
throws Exception
getC_BankAccount in interface I_C_BankStatementLoaderExceptionpublic void setC_BankAccount_ID(int C_BankAccount_ID)
setC_BankAccount_ID in interface I_C_BankStatementLoaderC_BankAccount_ID - Account at the Bankpublic int getC_BankAccount_ID()
getC_BankAccount_ID in interface I_C_BankStatementLoaderpublic void setC_BankStatementLoader_ID(int C_BankStatementLoader_ID)
setC_BankStatementLoader_ID in interface I_C_BankStatementLoaderC_BankStatementLoader_ID - Definition of Bank Statement Loader (SWIFT, OFX)public int getC_BankStatementLoader_ID()
getC_BankStatementLoader_ID in interface I_C_BankStatementLoaderpublic void setDateFormat(String DateFormat)
setDateFormat in interface I_C_BankStatementLoaderDateFormat - Date format used in the imput formatpublic String getDateFormat()
getDateFormat in interface I_C_BankStatementLoaderpublic void setDateLastRun(Timestamp DateLastRun)
setDateLastRun in interface I_C_BankStatementLoaderDateLastRun - Date the process was last run.public Timestamp getDateLastRun()
getDateLastRun in interface I_C_BankStatementLoaderpublic void setDescription(String Description)
setDescription in interface I_C_BankStatementLoaderDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_BankStatementLoaderpublic void setFileName(String FileName)
setFileName in interface I_C_BankStatementLoaderFileName - Name of the local file or URLpublic String getFileName()
getFileName in interface I_C_BankStatementLoaderpublic void setFinancialInstitutionID(String FinancialInstitutionID)
setFinancialInstitutionID in interface I_C_BankStatementLoaderFinancialInstitutionID - The ID of the Financial Institution / Bankpublic String getFinancialInstitutionID()
getFinancialInstitutionID in interface I_C_BankStatementLoaderpublic void setHostAddress(String HostAddress)
setHostAddress in interface I_C_BankStatementLoaderHostAddress - Host Address URL or DNSpublic String getHostAddress()
getHostAddress in interface I_C_BankStatementLoaderpublic void setHostPort(int HostPort)
setHostPort in interface I_C_BankStatementLoaderHostPort - Host Communication Portpublic int getHostPort()
getHostPort in interface I_C_BankStatementLoaderpublic void setName(String Name)
setName in interface I_C_BankStatementLoaderName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_BankStatementLoaderpublic KeyNamePair getKeyNamePair()
public void setPassword(String Password)
setPassword in interface I_C_BankStatementLoaderPassword - Password of any length (case sensitive)public String getPassword()
getPassword in interface I_C_BankStatementLoaderpublic void setPIN(String PIN)
setPIN in interface I_C_BankStatementLoaderPIN - Personal Identification Numberpublic String getPIN()
getPIN in interface I_C_BankStatementLoaderpublic void setProxyAddress(String ProxyAddress)
setProxyAddress in interface I_C_BankStatementLoaderProxyAddress - Address of your proxy serverpublic String getProxyAddress()
getProxyAddress in interface I_C_BankStatementLoaderpublic void setProxyLogon(String ProxyLogon)
setProxyLogon in interface I_C_BankStatementLoaderProxyLogon - Logon of your proxy serverpublic String getProxyLogon()
getProxyLogon in interface I_C_BankStatementLoaderpublic void setProxyPassword(String ProxyPassword)
setProxyPassword in interface I_C_BankStatementLoaderProxyPassword - Password of your proxy serverpublic String getProxyPassword()
getProxyPassword in interface I_C_BankStatementLoaderpublic void setProxyPort(int ProxyPort)
setProxyPort in interface I_C_BankStatementLoaderProxyPort - Port of your proxy serverpublic int getProxyPort()
getProxyPort in interface I_C_BankStatementLoaderpublic void setStmtLoaderClass(String StmtLoaderClass)
setStmtLoaderClass in interface I_C_BankStatementLoaderStmtLoaderClass - Class name of the bank statement loaderpublic String getStmtLoaderClass()
getStmtLoaderClass in interface I_C_BankStatementLoaderpublic void setUserID(String UserID)
setUserID in interface I_C_BankStatementLoaderUserID - User ID or account numberpublic String getUserID()
getUserID in interface I_C_BankStatementLoader
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||