Adempiere 3.5.2a

org.compiere.model
Interface I_C_BankStatement

All Known Implementing Classes:
MBankStatement, X_C_BankStatement

public interface I_C_BankStatement

Generated Interface for C_BankStatement

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_BeginningBalance
          Column name BeginningBalance
static String COLUMNNAME_C_BankAccount_ID
          Column name C_BankAccount_ID
static String COLUMNNAME_C_BankStatement_ID
          Column name C_BankStatement_ID
static String COLUMNNAME_CreateFrom
          Column name CreateFrom
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DocAction
          Column name DocAction
static String COLUMNNAME_DocStatus
          Column name DocStatus
static String COLUMNNAME_EftStatementDate
          Column name EftStatementDate
static String COLUMNNAME_EftStatementReference
          Column name EftStatementReference
static String COLUMNNAME_EndingBalance
          Column name EndingBalance
static String COLUMNNAME_IsApproved
          Column name IsApproved
static String COLUMNNAME_IsManual
          Column name IsManual
static String COLUMNNAME_MatchStatement
          Column name MatchStatement
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Posted
          Column name Posted
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_StatementDate
          Column name StatementDate
static String COLUMNNAME_StatementDifference
          Column name StatementDifference
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=392
static String Table_Name
          TableName=C_BankStatement
 
Method Summary
 BigDecimal getBeginningBalance()
          Get Beginning Balance.
 int getC_BankAccount_ID()
          Get Bank Account.
 I_C_BankAccount getC_BankAccount()
           
 int getC_BankStatement_ID()
          Get Bank Statement.
 String getCreateFrom()
          Get Create lines from.
 String getDescription()
          Get Description.
 String getDocAction()
          Get Document Action.
 String getDocStatus()
          Get Document Status.
 Timestamp getEftStatementDate()
          Get EFT Statement Date.
 String getEftStatementReference()
          Get EFT Statement Reference.
 BigDecimal getEndingBalance()
          Get Ending balance.
 String getMatchStatement()
          Get Match Statement
 String getName()
          Get Name.
 Timestamp getStatementDate()
          Get Statement date.
 BigDecimal getStatementDifference()
          Get Statement difference.
 boolean isApproved()
          Get Approved.
 boolean isManual()
          Get Manual.
 boolean isPosted()
          Get Posted.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setBeginningBalance(BigDecimal BeginningBalance)
          Set Beginning Balance.
 void setC_BankAccount_ID(int C_BankAccount_ID)
          Set Bank Account.
 void setC_BankStatement_ID(int C_BankStatement_ID)
          Set Bank Statement.
 void setCreateFrom(String CreateFrom)
          Set Create lines from.
 void setDescription(String Description)
          Set Description.
 void setDocAction(String DocAction)
          Set Document Action.
 void setDocStatus(String DocStatus)
          Set Document Status.
 void setEftStatementDate(Timestamp EftStatementDate)
          Set EFT Statement Date.
 void setEftStatementReference(String EftStatementReference)
          Set EFT Statement Reference.
 void setEndingBalance(BigDecimal EndingBalance)
          Set Ending balance.
 void setIsApproved(boolean IsApproved)
          Set Approved.
 void setIsManual(boolean IsManual)
          Set Manual.
 void setMatchStatement(String MatchStatement)
          Set Match Statement
 void setName(String Name)
          Set Name.
 void setPosted(boolean Posted)
          Set Posted.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setStatementDate(Timestamp StatementDate)
          Set Statement date.
 void setStatementDifference(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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


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_CreateFrom

static final String COLUMNNAME_CreateFrom
Column name CreateFrom

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_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_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
Method Detail

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 Exception
Throws:
Exception

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


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


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


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


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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.