Adempiere 3.5.2a

org.compiere.model
Class X_C_BankStatementLoader

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_C_BankStatementLoader
All Implemented Interfaces:
Serializable, Comparator, I_C_BankStatementLoader, I_Persistent, Evaluatee
Direct Known Subclasses:
MBankStatementLoader

public class X_C_BankStatementLoader
extends PO
implements I_C_BankStatementLoader, I_Persistent

Generated Model for C_BankStatementLoader

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

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
 
Fields inherited from interface org.compiere.model.I_C_BankStatementLoader
accessLevel, COLUMNNAME_AccountNo, COLUMNNAME_BranchID, COLUMNNAME_C_BankAccount_ID, COLUMNNAME_C_BankStatementLoader_ID, COLUMNNAME_DateFormat, COLUMNNAME_DateLastRun, COLUMNNAME_Description, COLUMNNAME_FileName, COLUMNNAME_FinancialInstitutionID, COLUMNNAME_HostAddress, COLUMNNAME_HostPort, COLUMNNAME_Name, COLUMNNAME_Password, COLUMNNAME_PIN, COLUMNNAME_ProxyAddress, COLUMNNAME_ProxyLogon, COLUMNNAME_ProxyPassword, COLUMNNAME_ProxyPort, COLUMNNAME_StmtLoaderClass, COLUMNNAME_UserID, Model, Table_ID, Table_Name
 
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 org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
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

X_C_BankStatementLoader

public X_C_BankStatementLoader(Properties ctx,
                               int C_BankStatementLoader_ID,
                               String trxName)
Standard Constructor


X_C_BankStatementLoader

public X_C_BankStatementLoader(Properties ctx,
                               ResultSet rs,
                               String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
3 - Client - Org

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

setAccountNo

public void setAccountNo(String AccountNo)
Set Account No.

Specified by:
setAccountNo in interface I_C_BankStatementLoader
Parameters:
AccountNo - Account Number

getAccountNo

public String getAccountNo()
Get Account No.

Specified by:
getAccountNo in interface I_C_BankStatementLoader
Returns:
Account Number

setBranchID

public void setBranchID(String BranchID)
Set Branch ID.

Specified by:
setBranchID in interface I_C_BankStatementLoader
Parameters:
BranchID - Bank Branch ID

getBranchID

public String getBranchID()
Get Branch ID.

Specified by:
getBranchID in interface I_C_BankStatementLoader
Returns:
Bank Branch ID

getC_BankAccount

public I_C_BankAccount getC_BankAccount()
                                 throws Exception
Specified by:
getC_BankAccount in interface I_C_BankStatementLoader
Throws:
Exception

setC_BankAccount_ID

public void setC_BankAccount_ID(int C_BankAccount_ID)
Set Bank Account.

Specified by:
setC_BankAccount_ID in interface I_C_BankStatementLoader
Parameters:
C_BankAccount_ID - Account at the Bank

getC_BankAccount_ID

public int getC_BankAccount_ID()
Get Bank Account.

Specified by:
getC_BankAccount_ID in interface I_C_BankStatementLoader
Returns:
Account at the Bank

setC_BankStatementLoader_ID

public void setC_BankStatementLoader_ID(int C_BankStatementLoader_ID)
Set Bank Statement Loader.

Specified by:
setC_BankStatementLoader_ID in interface I_C_BankStatementLoader
Parameters:
C_BankStatementLoader_ID - Definition of Bank Statement Loader (SWIFT, OFX)

getC_BankStatementLoader_ID

public int getC_BankStatementLoader_ID()
Get Bank Statement Loader.

Specified by:
getC_BankStatementLoader_ID in interface I_C_BankStatementLoader
Returns:
Definition of Bank Statement Loader (SWIFT, OFX)

setDateFormat

public void setDateFormat(String DateFormat)
Set Date Format.

Specified by:
setDateFormat in interface I_C_BankStatementLoader
Parameters:
DateFormat - Date format used in the imput format

getDateFormat

public String getDateFormat()
Get Date Format.

Specified by:
getDateFormat in interface I_C_BankStatementLoader
Returns:
Date format used in the imput format

setDateLastRun

public void setDateLastRun(Timestamp DateLastRun)
Set Date last run.

Specified by:
setDateLastRun in interface I_C_BankStatementLoader
Parameters:
DateLastRun - Date the process was last run.

getDateLastRun

public Timestamp getDateLastRun()
Get Date last run.

Specified by:
getDateLastRun in interface I_C_BankStatementLoader
Returns:
Date the process was last run.

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_C_BankStatementLoader
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_C_BankStatementLoader
Returns:
Optional short description of the record

setFileName

public void setFileName(String FileName)
Set File Name.

Specified by:
setFileName in interface I_C_BankStatementLoader
Parameters:
FileName - Name of the local file or URL

getFileName

public String getFileName()
Get File Name.

Specified by:
getFileName in interface I_C_BankStatementLoader
Returns:
Name of the local file or URL

setFinancialInstitutionID

public void setFinancialInstitutionID(String FinancialInstitutionID)
Set Financial Institution ID.

Specified by:
setFinancialInstitutionID in interface I_C_BankStatementLoader
Parameters:
FinancialInstitutionID - The ID of the Financial Institution / Bank

getFinancialInstitutionID

public String getFinancialInstitutionID()
Get Financial Institution ID.

Specified by:
getFinancialInstitutionID in interface I_C_BankStatementLoader
Returns:
The ID of the Financial Institution / Bank

setHostAddress

public void setHostAddress(String HostAddress)
Set Host Address.

Specified by:
setHostAddress in interface I_C_BankStatementLoader
Parameters:
HostAddress - Host Address URL or DNS

getHostAddress

public String getHostAddress()
Get Host Address.

Specified by:
getHostAddress in interface I_C_BankStatementLoader
Returns:
Host Address URL or DNS

setHostPort

public void setHostPort(int HostPort)
Set Host port.

Specified by:
setHostPort in interface I_C_BankStatementLoader
Parameters:
HostPort - Host Communication Port

getHostPort

public int getHostPort()
Get Host port.

Specified by:
getHostPort in interface I_C_BankStatementLoader
Returns:
Host Communication Port

setName

public void setName(String Name)
Set Name.

Specified by:
setName in interface I_C_BankStatementLoader
Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

Specified by:
getName in interface I_C_BankStatementLoader
Returns:
Alphanumeric identifier of the entity

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setPassword

public void setPassword(String Password)
Set Password.

Specified by:
setPassword in interface I_C_BankStatementLoader
Parameters:
Password - Password of any length (case sensitive)

getPassword

public String getPassword()
Get Password.

Specified by:
getPassword in interface I_C_BankStatementLoader
Returns:
Password of any length (case sensitive)

setPIN

public void setPIN(String PIN)
Set PIN.

Specified by:
setPIN in interface I_C_BankStatementLoader
Parameters:
PIN - Personal Identification Number

getPIN

public String getPIN()
Get PIN.

Specified by:
getPIN in interface I_C_BankStatementLoader
Returns:
Personal Identification Number

setProxyAddress

public void setProxyAddress(String ProxyAddress)
Set Proxy address.

Specified by:
setProxyAddress in interface I_C_BankStatementLoader
Parameters:
ProxyAddress - Address of your proxy server

getProxyAddress

public String getProxyAddress()
Get Proxy address.

Specified by:
getProxyAddress in interface I_C_BankStatementLoader
Returns:
Address of your proxy server

setProxyLogon

public void setProxyLogon(String ProxyLogon)
Set Proxy logon.

Specified by:
setProxyLogon in interface I_C_BankStatementLoader
Parameters:
ProxyLogon - Logon of your proxy server

getProxyLogon

public String getProxyLogon()
Get Proxy logon.

Specified by:
getProxyLogon in interface I_C_BankStatementLoader
Returns:
Logon of your proxy server

setProxyPassword

public void setProxyPassword(String ProxyPassword)
Set Proxy password.

Specified by:
setProxyPassword in interface I_C_BankStatementLoader
Parameters:
ProxyPassword - Password of your proxy server

getProxyPassword

public String getProxyPassword()
Get Proxy password.

Specified by:
getProxyPassword in interface I_C_BankStatementLoader
Returns:
Password of your proxy server

setProxyPort

public void setProxyPort(int ProxyPort)
Set Proxy port.

Specified by:
setProxyPort in interface I_C_BankStatementLoader
Parameters:
ProxyPort - Port of your proxy server

getProxyPort

public int getProxyPort()
Get Proxy port.

Specified by:
getProxyPort in interface I_C_BankStatementLoader
Returns:
Port of your proxy server

setStmtLoaderClass

public void setStmtLoaderClass(String StmtLoaderClass)
Set Statement Loader Class.

Specified by:
setStmtLoaderClass in interface I_C_BankStatementLoader
Parameters:
StmtLoaderClass - Class name of the bank statement loader

getStmtLoaderClass

public String getStmtLoaderClass()
Get Statement Loader Class.

Specified by:
getStmtLoaderClass in interface I_C_BankStatementLoader
Returns:
Class name of the bank statement loader

setUserID

public void setUserID(String UserID)
Set User ID.

Specified by:
setUserID in interface I_C_BankStatementLoader
Parameters:
UserID - User ID or account number

getUserID

public String getUserID()
Get User ID.

Specified by:
getUserID in interface I_C_BankStatementLoader
Returns:
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.