Package org.compiere.model
Interface I_C_BankStatement
-
- All Known Implementing Classes:
MBankStatement,X_C_BankStatement
public interface I_C_BankStatementGenerated Interface for C_BankStatement- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_BeginningBalanceColumn name BeginningBalancestatic StringCOLUMNNAME_C_BankAccount_IDColumn name C_BankAccount_IDstatic StringCOLUMNNAME_C_BankStatement_IDColumn name C_BankStatement_IDstatic StringCOLUMNNAME_C_BankStatement_UUColumn name C_BankStatement_UUstatic StringCOLUMNNAME_CopyFromColumn name CopyFromstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_CreateFromColumn name CreateFromstatic StringCOLUMNNAME_CreateFromBatchColumn name CreateFromBatchstatic StringCOLUMNNAME_DateAcctColumn name DateAcctstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DocActionColumn name DocActionstatic StringCOLUMNNAME_DocStatusColumn name DocStatusstatic StringCOLUMNNAME_EftStatementDateColumn name EftStatementDatestatic StringCOLUMNNAME_EftStatementReferenceColumn name EftStatementReferencestatic StringCOLUMNNAME_EndingBalanceColumn name EndingBalancestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsApprovedColumn name IsApprovedstatic StringCOLUMNNAME_IsManualColumn name IsManualstatic StringCOLUMNNAME_MatchStatementColumn name MatchStatementstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PostedColumn name Postedstatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_ProcessedOnColumn name ProcessedOnstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_StatementDateColumn name StatementDatestatic StringCOLUMNNAME_StatementDifferenceColumn name StatementDifferencestatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=392static StringTable_NameTableName=C_BankStatement
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.BigDecimalgetBeginningBalance()Get Beginning Balance.I_C_BankAccountgetC_BankAccount()intgetC_BankAccount_ID()Get Bank Account.intgetC_BankStatement_ID()Get Bank Statement.StringgetC_BankStatement_UU()Get C_BankStatement_UUStringgetCopyFrom()Get Copy From.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetCreateFrom()Get Create lines from.StringgetCreateFromBatch()Get Create From BatchTimestampgetDateAcct()Get Account Date.StringgetDescription()Get Description.StringgetDocAction()Get Document Action.StringgetDocStatus()Get Document Status.TimestampgetEftStatementDate()Get EFT Statement Date.StringgetEftStatementReference()Get EFT Statement Reference.BigDecimalgetEndingBalance()Get Ending balance.StringgetMatchStatement()Get Match StatementStringgetName()Get Name.BigDecimalgetProcessedOn()Get Processed On.TimestampgetStatementDate()Get Statement date.BigDecimalgetStatementDifference()Get Statement difference.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisApproved()Get Approved.booleanisManual()Get Manual.booleanisPosted()Get Posted.booleanisProcessed()Get Processed.booleanisProcessing()Get Process NowvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetBeginningBalance(BigDecimal BeginningBalance)Set Beginning Balance.voidsetC_BankAccount_ID(int C_BankAccount_ID)Set Bank Account.voidsetC_BankStatement_ID(int C_BankStatement_ID)Set Bank Statement.voidsetC_BankStatement_UU(String C_BankStatement_UU)Set C_BankStatement_UUvoidsetCopyFrom(String CopyFrom)Set Copy From.voidsetCreateFrom(String CreateFrom)Set Create lines from.voidsetCreateFromBatch(String CreateFromBatch)Set Create From BatchvoidsetDateAcct(Timestamp DateAcct)Set Account Date.voidsetDescription(String Description)Set Description.voidsetDocAction(String DocAction)Set Document Action.voidsetDocStatus(String DocStatus)Set Document Status.voidsetEftStatementDate(Timestamp EftStatementDate)Set EFT Statement Date.voidsetEftStatementReference(String EftStatementReference)Set EFT Statement Reference.voidsetEndingBalance(BigDecimal EndingBalance)Set Ending balance.voidsetIsActive(boolean IsActive)Set Active.voidsetIsApproved(boolean IsApproved)Set Approved.voidsetIsManual(boolean IsManual)Set Manual.voidsetMatchStatement(String MatchStatement)Set Match StatementvoidsetName(String Name)Set Name.voidsetPosted(boolean Posted)Set Posted.voidsetProcessed(boolean Processed)Set Processed.voidsetProcessedOn(BigDecimal ProcessedOn)Set Processed On.voidsetProcessing(boolean Processing)Set Process NowvoidsetStatementDate(Timestamp StatementDate)Set Statement date.voidsetStatementDifference(BigDecimal StatementDifference)Set Statement difference.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_BankStatement- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=392- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
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_BeginningBalance
static final String COLUMNNAME_BeginningBalance
Column name BeginningBalance- 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_BankStatement_ID
static final String COLUMNNAME_C_BankStatement_ID
Column name C_BankStatement_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BankStatement_UU
static final String COLUMNNAME_C_BankStatement_UU
Column name C_BankStatement_UU- See Also:
- Constant Field Values
-
COLUMNNAME_CopyFrom
static final String COLUMNNAME_CopyFrom
Column name CopyFrom- 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_CreateFrom
static final String COLUMNNAME_CreateFrom
Column name CreateFrom- See Also:
- Constant Field Values
-
COLUMNNAME_CreateFromBatch
static final String COLUMNNAME_CreateFromBatch
Column name CreateFromBatch- See Also:
- Constant Field Values
-
COLUMNNAME_DateAcct
static final String COLUMNNAME_DateAcct
Column name DateAcct- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DocAction
static final String COLUMNNAME_DocAction
Column name DocAction- See Also:
- Constant Field Values
-
COLUMNNAME_DocStatus
static final String COLUMNNAME_DocStatus
Column name DocStatus- See Also:
- Constant Field Values
-
COLUMNNAME_EftStatementDate
static final String COLUMNNAME_EftStatementDate
Column name EftStatementDate- See Also:
- Constant Field Values
-
COLUMNNAME_EftStatementReference
static final String COLUMNNAME_EftStatementReference
Column name EftStatementReference- See Also:
- Constant Field Values
-
COLUMNNAME_EndingBalance
static final String COLUMNNAME_EndingBalance
Column name EndingBalance- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsApproved
static final String COLUMNNAME_IsApproved
Column name IsApproved- See Also:
- Constant Field Values
-
COLUMNNAME_IsManual
static final String COLUMNNAME_IsManual
Column name IsManual- See Also:
- Constant Field Values
-
COLUMNNAME_MatchStatement
static final String COLUMNNAME_MatchStatement
Column name MatchStatement- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Posted
static final String COLUMNNAME_Posted
Column name Posted- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_ProcessedOn
static final String COLUMNNAME_ProcessedOn
Column name ProcessedOn- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_StatementDate
static final String COLUMNNAME_StatementDate
Column name StatementDate- See Also:
- Constant Field Values
-
COLUMNNAME_StatementDifference
static final String COLUMNNAME_StatementDifference
Column name StatementDifference- 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
-
-
Method Detail
-
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
-
setBeginningBalance
void setBeginningBalance(BigDecimal BeginningBalance)
Set Beginning Balance. Balance prior to any transactions
-
getBeginningBalance
BigDecimal getBeginningBalance()
Get Beginning Balance. Balance prior to any transactions
-
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_BankStatement_ID
void setC_BankStatement_ID(int C_BankStatement_ID)
Set Bank Statement. Bank Statement of account
-
getC_BankStatement_ID
int getC_BankStatement_ID()
Get Bank Statement. Bank Statement of account
-
setC_BankStatement_UU
void setC_BankStatement_UU(String C_BankStatement_UU)
Set C_BankStatement_UU
-
getC_BankStatement_UU
String getC_BankStatement_UU()
Get C_BankStatement_UU
-
setCopyFrom
void setCopyFrom(String CopyFrom)
Set Copy From. Copy From Record
-
getCopyFrom
String getCopyFrom()
Get Copy From. Copy From Record
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setCreateFrom
void setCreateFrom(String CreateFrom)
Set Create lines from. Process which will generate a new document lines based on an existing document
-
getCreateFrom
String getCreateFrom()
Get Create lines from. Process which will generate a new document lines based on an existing document
-
setCreateFromBatch
void setCreateFromBatch(String CreateFromBatch)
Set Create From Batch
-
getCreateFromBatch
String getCreateFromBatch()
Get Create From Batch
-
setDateAcct
void setDateAcct(Timestamp DateAcct)
Set Account Date. Accounting Date
-
getDateAcct
Timestamp getDateAcct()
Get Account Date. Accounting Date
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDocAction
void setDocAction(String DocAction)
Set Document Action. The targeted status of the document
-
getDocAction
String getDocAction()
Get Document Action. The targeted status of the document
-
setDocStatus
void setDocStatus(String DocStatus)
Set Document Status. The current status of the document
-
getDocStatus
String getDocStatus()
Get Document Status. The current status of the document
-
setEftStatementDate
void setEftStatementDate(Timestamp EftStatementDate)
Set EFT Statement Date. Electronic Funds Transfer Statement Date
-
getEftStatementDate
Timestamp getEftStatementDate()
Get EFT Statement Date. Electronic Funds Transfer Statement Date
-
setEftStatementReference
void setEftStatementReference(String EftStatementReference)
Set EFT Statement Reference. Electronic Funds Transfer Statement Reference
-
getEftStatementReference
String getEftStatementReference()
Get EFT Statement Reference. Electronic Funds Transfer Statement Reference
-
setEndingBalance
void setEndingBalance(BigDecimal EndingBalance)
Set Ending balance. Ending or closing balance
-
getEndingBalance
BigDecimal getEndingBalance()
Get Ending balance. Ending or closing balance
-
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
-
setIsApproved
void setIsApproved(boolean IsApproved)
Set Approved. Indicates if this document requires approval
-
isApproved
boolean isApproved()
Get Approved. Indicates if this document requires approval
-
setIsManual
void setIsManual(boolean IsManual)
Set Manual. This is a manual process
-
isManual
boolean isManual()
Get Manual. This is a manual process
-
setMatchStatement
void setMatchStatement(String MatchStatement)
Set Match Statement
-
getMatchStatement
String getMatchStatement()
Get Match Statement
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPosted
void setPosted(boolean Posted)
Set Posted. Posting status
-
isPosted
boolean isPosted()
Get Posted. Posting status
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setProcessedOn
void setProcessedOn(BigDecimal ProcessedOn)
Set Processed On. The date+time (expressed in decimal format) when the document has been processed
-
getProcessedOn
BigDecimal getProcessedOn()
Get Processed On. The date+time (expressed in decimal format) when the document has been processed
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
setStatementDate
void setStatementDate(Timestamp StatementDate)
Set Statement date. Date of the statement
-
getStatementDate
Timestamp getStatementDate()
Get Statement date. Date of the statement
-
setStatementDifference
void setStatementDifference(BigDecimal StatementDifference)
Set Statement difference. Difference between statement ending balance and actual ending balance
-
getStatementDifference
BigDecimal getStatementDifference()
Get Statement difference. Difference between statement ending balance and actual ending balance
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-