Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AccountNo
Column name AccountNostatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_BranchID
Column name BranchIDstatic String
COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_IDstatic String
COLUMNNAME_C_BankStatementLoader_ID
Column name C_BankStatementLoader_IDstatic String
COLUMNNAME_C_BankStatementLoader_UU
Column name C_BankStatementLoader_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DateFormat
Column name DateFormatstatic String
COLUMNNAME_DateLastRun
Column name DateLastRunstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_FileName
Column name FileNamestatic String
COLUMNNAME_FinancialInstitutionID
Column name FinancialInstitutionIDstatic String
COLUMNNAME_HostAddress
Column name HostAddressstatic String
COLUMNNAME_HostPort
Column name HostPortstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Password
Column name Passwordstatic String
COLUMNNAME_PIN
Column name PINstatic String
COLUMNNAME_ProxyAddress
Column name ProxyAddressstatic String
COLUMNNAME_ProxyLogon
Column name ProxyLogonstatic String
COLUMNNAME_ProxyPassword
Column name ProxyPasswordstatic String
COLUMNNAME_ProxyPort
Column name ProxyPortstatic String
COLUMNNAME_StmtLoaderClass
Column name StmtLoaderClassstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_UserID
Column name UserIDstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=640static String
Table_Name
TableName=C_BankStatementLoader
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccountNo()
Get Account No.int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.String
getBranchID()
Get Branch ID.I_C_BankAccount
getC_BankAccount()
int
getC_BankAccount_ID()
Get Bank Account.int
getC_BankStatementLoader_ID()
Get Bank Statement Loader.String
getC_BankStatementLoader_UU()
Get C_BankStatementLoader_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.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.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getUserID()
Get User ID.boolean
isActive()
Get Active.void
setAccountNo(String AccountNo)
Set Account No.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.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
setC_BankStatementLoader_UU(String C_BankStatementLoader_UU)
Set C_BankStatementLoader_UUvoid
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
setIsActive(boolean IsActive)
Set Active.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- See Also:
- Constant Field Values
-
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_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- 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_C_BankStatementLoader_UU
static final String COLUMNNAME_C_BankStatementLoader_UU
Column name C_BankStatementLoader_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- 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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- 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
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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 RuntimeException
- Throws:
RuntimeException
-
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)
-
setC_BankStatementLoader_UU
void setC_BankStatementLoader_UU(String C_BankStatementLoader_UU)
Set C_BankStatementLoader_UU
-
getC_BankStatementLoader_UU
String getC_BankStatementLoader_UU()
Get C_BankStatementLoader_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDateFormat
void setDateFormat(String DateFormat)
Set Date Format. Date format used in the input format
-
getDateFormat
String getDateFormat()
Get Date Format. Date format used in the input 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
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setUserID
void setUserID(String UserID)
Set User ID. User ID or account number
-
getUserID
String getUserID()
Get User ID. User ID or account number
-
-