Package org.compiere.model
Interface I_C_BankStatementLoader
-
- All Known Implementing Classes:
MBankStatementLoader,X_C_BankStatementLoader
public interface I_C_BankStatementLoaderGenerated Interface for C_BankStatementLoader- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AccountNoColumn name AccountNostatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_BranchIDColumn name BranchIDstatic StringCOLUMNNAME_C_BankAccount_IDColumn name C_BankAccount_IDstatic StringCOLUMNNAME_C_BankStatementLoader_IDColumn name C_BankStatementLoader_IDstatic StringCOLUMNNAME_C_BankStatementLoader_UUColumn name C_BankStatementLoader_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DateFormatColumn name DateFormatstatic StringCOLUMNNAME_DateLastRunColumn name DateLastRunstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_FileNameColumn name FileNamestatic StringCOLUMNNAME_FinancialInstitutionIDColumn name FinancialInstitutionIDstatic StringCOLUMNNAME_HostAddressColumn name HostAddressstatic StringCOLUMNNAME_HostPortColumn name HostPortstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PasswordColumn name Passwordstatic StringCOLUMNNAME_PINColumn name PINstatic StringCOLUMNNAME_ProxyAddressColumn name ProxyAddressstatic StringCOLUMNNAME_ProxyLogonColumn name ProxyLogonstatic StringCOLUMNNAME_ProxyPasswordColumn name ProxyPasswordstatic StringCOLUMNNAME_ProxyPortColumn name ProxyPortstatic StringCOLUMNNAME_StmtLoaderClassColumn name StmtLoaderClassstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_UserIDColumn name UserIDstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=640static StringTable_NameTableName=C_BankStatementLoader
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccountNo()Get Account No.intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.StringgetBranchID()Get Branch ID.I_C_BankAccountgetC_BankAccount()intgetC_BankAccount_ID()Get Bank Account.intgetC_BankStatementLoader_ID()Get Bank Statement Loader.StringgetC_BankStatementLoader_UU()Get C_BankStatementLoader_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDateFormat()Get Date Format.TimestampgetDateLastRun()Get Date last run.StringgetDescription()Get Description.StringgetFileName()Get File Name.StringgetFinancialInstitutionID()Get Financial Institution ID.StringgetHostAddress()Get Host Address.intgetHostPort()Get Host port.StringgetName()Get Name.StringgetPassword()Get Password.StringgetPIN()Get PIN.StringgetProxyAddress()Get Proxy address.StringgetProxyLogon()Get Proxy logon.StringgetProxyPassword()Get Proxy password.intgetProxyPort()Get Proxy port.StringgetStmtLoaderClass()Get Statement Loader Class.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetUserID()Get User ID.booleanisActive()Get Active.voidsetAccountNo(String AccountNo)Set Account No.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetBranchID(String BranchID)Set Branch ID.voidsetC_BankAccount_ID(int C_BankAccount_ID)Set Bank Account.voidsetC_BankStatementLoader_ID(int C_BankStatementLoader_ID)Set Bank Statement Loader.voidsetC_BankStatementLoader_UU(String C_BankStatementLoader_UU)Set C_BankStatementLoader_UUvoidsetDateFormat(String DateFormat)Set Date Format.voidsetDateLastRun(Timestamp DateLastRun)Set Date last run.voidsetDescription(String Description)Set Description.voidsetFileName(String FileName)Set File Name.voidsetFinancialInstitutionID(String FinancialInstitutionID)Set Financial Institution ID.voidsetHostAddress(String HostAddress)Set Host Address.voidsetHostPort(int HostPort)Set Host port.voidsetIsActive(boolean IsActive)Set Active.voidsetName(String Name)Set Name.voidsetPassword(String Password)Set Password.voidsetPIN(String PIN)Set PIN.voidsetProxyAddress(String ProxyAddress)Set Proxy address.voidsetProxyLogon(String ProxyLogon)Set Proxy logon.voidsetProxyPassword(String ProxyPassword)Set Proxy password.voidsetProxyPort(int ProxyPort)Set Proxy port.voidsetStmtLoaderClass(String StmtLoaderClass)Set Statement Loader Class.voidsetUserID(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
-
-