|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_BankStatementLoader
public class X_C_BankStatementLoader
Generated Model for C_BankStatementLoader
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=640 |
static String |
Table_Name
TableName=C_BankStatementLoader |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_BankStatementLoader(Ctx ctx,
int C_BankStatementLoader_ID,
String trxName)
Standard Constructor |
|
X_C_BankStatementLoader(Ctx 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. |
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(Ctx 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()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
| Constructor Detail |
|---|
public X_C_BankStatementLoader(Ctx ctx,
int C_BankStatementLoader_ID,
String trxName)
ctx - contextC_BankStatementLoader_ID - idtrxName - transaction
public X_C_BankStatementLoader(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAccountNo(String AccountNo)
AccountNo - Account Numberpublic String getAccountNo()
public void setBranchID(String BranchID)
BranchID - Bank Branch IDpublic String getBranchID()
public void setC_BankAccount_ID(int C_BankAccount_ID)
C_BankAccount_ID - Account at the Bankpublic int getC_BankAccount_ID()
public void setC_BankStatementLoader_ID(int C_BankStatementLoader_ID)
C_BankStatementLoader_ID - Definition of Bank Statement Loader (SWIFT, OFX)public int getC_BankStatementLoader_ID()
public void setDateFormat(String DateFormat)
DateFormat - Date format used in the input formatpublic String getDateFormat()
public void setDateLastRun(Timestamp DateLastRun)
DateLastRun - Date the process was last run.public Timestamp getDateLastRun()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setFileName(String FileName)
FileName - Name of the local file or URLpublic String getFileName()
public void setFinancialInstitutionID(String FinancialInstitutionID)
FinancialInstitutionID - The ID of the Financial Institution / Bankpublic String getFinancialInstitutionID()
public void setHostAddress(String HostAddress)
HostAddress - Host Address URL or DNSpublic String getHostAddress()
public void setHostPort(int HostPort)
HostPort - Host Communication Portpublic int getHostPort()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setPIN(String PIN)
PIN - Personal Identification Numberpublic String getPIN()
public void setPassword(String Password)
Password - Password of any length (case sensitive)public String getPassword()
public void setProxyAddress(String ProxyAddress)
ProxyAddress - Address of your proxy serverpublic String getProxyAddress()
public void setProxyLogon(String ProxyLogon)
ProxyLogon - Logon of your proxy serverpublic String getProxyLogon()
public void setProxyPassword(String ProxyPassword)
ProxyPassword - Password of your proxy serverpublic String getProxyPassword()
public void setProxyPort(int ProxyPort)
ProxyPort - Port of your proxy serverpublic int getProxyPort()
public void setStmtLoaderClass(String StmtLoaderClass)
StmtLoaderClass - Class name of the bank statement loaderpublic String getStmtLoaderClass()
public void setUserID(String UserID)
UserID - User ID or account numberpublic String getUserID()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||