Adempiere 3.5.2a

org.compiere.model
Interface I_C_BankStatementLine

All Known Implementing Classes:
MBankStatementLine, X_C_BankStatementLine

public interface I_C_BankStatementLine

Generated Interface for C_BankStatementLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_BankStatement_ID
          Column name C_BankStatement_ID
static String COLUMNNAME_C_BankStatementLine_ID
          Column name C_BankStatementLine_ID
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_C_Charge_ID
          Column name C_Charge_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_Invoice_ID
          Column name C_Invoice_ID
static String COLUMNNAME_C_Payment_ID
          Column name C_Payment_ID
static String COLUMNNAME_ChargeAmt
          Column name ChargeAmt
static String COLUMNNAME_CreatePayment
          Column name CreatePayment
static String COLUMNNAME_DateAcct
          Column name DateAcct
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EftAmt
          Column name EftAmt
static String COLUMNNAME_EftCheckNo
          Column name EftCheckNo
static String COLUMNNAME_EftCurrency
          Column name EftCurrency
static String COLUMNNAME_EftMemo
          Column name EftMemo
static String COLUMNNAME_EftPayee
          Column name EftPayee
static String COLUMNNAME_EftPayeeAccount
          Column name EftPayeeAccount
static String COLUMNNAME_EftReference
          Column name EftReference
static String COLUMNNAME_EftStatementLineDate
          Column name EftStatementLineDate
static String COLUMNNAME_EftTrxID
          Column name EftTrxID
static String COLUMNNAME_EftTrxType
          Column name EftTrxType
static String COLUMNNAME_EftValutaDate
          Column name EftValutaDate
static String COLUMNNAME_InterestAmt
          Column name InterestAmt
static String COLUMNNAME_IsManual
          Column name IsManual
static String COLUMNNAME_IsReversal
          Column name IsReversal
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_MatchStatement
          Column name MatchStatement
static String COLUMNNAME_Memo
          Column name Memo
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_ReferenceNo
          Column name ReferenceNo
static String COLUMNNAME_StatementLineDate
          Column name StatementLineDate
static String COLUMNNAME_StmtAmt
          Column name StmtAmt
static String COLUMNNAME_TrxAmt
          Column name TrxAmt
static String COLUMNNAME_ValutaDate
          Column name ValutaDate
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=393
static String Table_Name
          TableName=C_BankStatementLine
 
Method Summary
 int getC_BankStatement_ID()
          Get Bank Statement.
 I_C_BankStatement getC_BankStatement()
           
 int getC_BankStatementLine_ID()
          Get Bank statement line.
 int getC_BPartner_ID()
          Get Business Partner .
 I_C_BPartner getC_BPartner()
           
 int getC_Charge_ID()
          Get Charge.
 I_C_Charge getC_Charge()
           
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_Invoice_ID()
          Get Invoice.
 I_C_Invoice getC_Invoice()
           
 int getC_Payment_ID()
          Get Payment.
 I_C_Payment getC_Payment()
           
 BigDecimal getChargeAmt()
          Get Charge amount.
 String getCreatePayment()
          Get Create Payment
 Timestamp getDateAcct()
          Get Account Date.
 String getDescription()
          Get Description.
 BigDecimal getEftAmt()
          Get EFT Amount.
 String getEftCheckNo()
          Get EFT Check No.
 String getEftCurrency()
          Get EFT Currency.
 String getEftMemo()
          Get EFT Memo.
 String getEftPayee()
          Get EFT Payee.
 String getEftPayeeAccount()
          Get EFT Payee Account.
 String getEftReference()
          Get EFT Reference.
 Timestamp getEftStatementLineDate()
          Get EFT Statement Line Date.
 String getEftTrxID()
          Get EFT Trx ID.
 String getEftTrxType()
          Get EFT Trx Type.
 Timestamp getEftValutaDate()
          Get EFT Effective Date.
 BigDecimal getInterestAmt()
          Get Interest Amount.
 int getLine()
          Get Line No.
 String getMatchStatement()
          Get Match Statement
 String getMemo()
          Get Memo.
 String getReferenceNo()
          Get Reference No.
 Timestamp getStatementLineDate()
          Get Statement Line Date.
 BigDecimal getStmtAmt()
          Get Statement amount.
 BigDecimal getTrxAmt()
          Get Transaction Amount.
 Timestamp getValutaDate()
          Get Effective date.
 boolean isManual()
          Get Manual.
 boolean isProcessed()
          Get Processed.
 boolean isReversal()
          Get Reversal.
 void setC_BankStatement_ID(int C_BankStatement_ID)
          Set Bank Statement.
 void setC_BankStatementLine_ID(int C_BankStatementLine_ID)
          Set Bank statement line.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setC_Charge_ID(int C_Charge_ID)
          Set Charge.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setC_Invoice_ID(int C_Invoice_ID)
          Set Invoice.
 void setC_Payment_ID(int C_Payment_ID)
          Set Payment.
 void setChargeAmt(BigDecimal ChargeAmt)
          Set Charge amount.
 void setCreatePayment(String CreatePayment)
          Set Create Payment
 void setDateAcct(Timestamp DateAcct)
          Set Account Date.
 void setDescription(String Description)
          Set Description.
 void setEftAmt(BigDecimal EftAmt)
          Set EFT Amount.
 void setEftCheckNo(String EftCheckNo)
          Set EFT Check No.
 void setEftCurrency(String EftCurrency)
          Set EFT Currency.
 void setEftMemo(String EftMemo)
          Set EFT Memo.
 void setEftPayee(String EftPayee)
          Set EFT Payee.
 void setEftPayeeAccount(String EftPayeeAccount)
          Set EFT Payee Account.
 void setEftReference(String EftReference)
          Set EFT Reference.
 void setEftStatementLineDate(Timestamp EftStatementLineDate)
          Set EFT Statement Line Date.
 void setEftTrxID(String EftTrxID)
          Set EFT Trx ID.
 void setEftTrxType(String EftTrxType)
          Set EFT Trx Type.
 void setEftValutaDate(Timestamp EftValutaDate)
          Set EFT Effective Date.
 void setInterestAmt(BigDecimal InterestAmt)
          Set Interest Amount.
 void setIsManual(boolean IsManual)
          Set Manual.
 void setIsReversal(boolean IsReversal)
          Set Reversal.
 void setLine(int Line)
          Set Line No.
 void setMatchStatement(String MatchStatement)
          Set Match Statement
 void setMemo(String Memo)
          Set Memo.
 void setProcessed(boolean Processed)
          Set Processed.
 void setReferenceNo(String ReferenceNo)
          Set Reference No.
 void setStatementLineDate(Timestamp StatementLineDate)
          Set Statement Line Date.
 void setStmtAmt(BigDecimal StmtAmt)
          Set Statement amount.
 void setTrxAmt(BigDecimal TrxAmt)
          Set Transaction Amount.
 void setValutaDate(Timestamp ValutaDate)
          Set Effective date.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_BankStatementLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=393


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_BankStatement_ID

static final String COLUMNNAME_C_BankStatement_ID
Column name C_BankStatement_ID

See Also:
Constant Field Values

COLUMNNAME_C_BankStatementLine_ID

static final String COLUMNNAME_C_BankStatementLine_ID
Column name C_BankStatementLine_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_C_Charge_ID

static final String COLUMNNAME_C_Charge_ID
Column name C_Charge_ID

See Also:
Constant Field Values

COLUMNNAME_C_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_ChargeAmt

static final String COLUMNNAME_ChargeAmt
Column name ChargeAmt

See Also:
Constant Field Values

COLUMNNAME_C_Invoice_ID

static final String COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID

See Also:
Constant Field Values

COLUMNNAME_C_Payment_ID

static final String COLUMNNAME_C_Payment_ID
Column name C_Payment_ID

See Also:
Constant Field Values

COLUMNNAME_CreatePayment

static final String COLUMNNAME_CreatePayment
Column name CreatePayment

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_EftAmt

static final String COLUMNNAME_EftAmt
Column name EftAmt

See Also:
Constant Field Values

COLUMNNAME_EftCheckNo

static final String COLUMNNAME_EftCheckNo
Column name EftCheckNo

See Also:
Constant Field Values

COLUMNNAME_EftCurrency

static final String COLUMNNAME_EftCurrency
Column name EftCurrency

See Also:
Constant Field Values

COLUMNNAME_EftMemo

static final String COLUMNNAME_EftMemo
Column name EftMemo

See Also:
Constant Field Values

COLUMNNAME_EftPayee

static final String COLUMNNAME_EftPayee
Column name EftPayee

See Also:
Constant Field Values

COLUMNNAME_EftPayeeAccount

static final String COLUMNNAME_EftPayeeAccount
Column name EftPayeeAccount

See Also:
Constant Field Values

COLUMNNAME_EftReference

static final String COLUMNNAME_EftReference
Column name EftReference

See Also:
Constant Field Values

COLUMNNAME_EftStatementLineDate

static final String COLUMNNAME_EftStatementLineDate
Column name EftStatementLineDate

See Also:
Constant Field Values

COLUMNNAME_EftTrxID

static final String COLUMNNAME_EftTrxID
Column name EftTrxID

See Also:
Constant Field Values

COLUMNNAME_EftTrxType

static final String COLUMNNAME_EftTrxType
Column name EftTrxType

See Also:
Constant Field Values

COLUMNNAME_EftValutaDate

static final String COLUMNNAME_EftValutaDate
Column name EftValutaDate

See Also:
Constant Field Values

COLUMNNAME_InterestAmt

static final String COLUMNNAME_InterestAmt
Column name InterestAmt

See Also:
Constant Field Values

COLUMNNAME_IsManual

static final String COLUMNNAME_IsManual
Column name IsManual

See Also:
Constant Field Values

COLUMNNAME_IsReversal

static final String COLUMNNAME_IsReversal
Column name IsReversal

See Also:
Constant Field Values

COLUMNNAME_Line

static final String COLUMNNAME_Line
Column name Line

See Also:
Constant Field Values

COLUMNNAME_MatchStatement

static final String COLUMNNAME_MatchStatement
Column name MatchStatement

See Also:
Constant Field Values

COLUMNNAME_Memo

static final String COLUMNNAME_Memo
Column name Memo

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_ReferenceNo

static final String COLUMNNAME_ReferenceNo
Column name ReferenceNo

See Also:
Constant Field Values

COLUMNNAME_StatementLineDate

static final String COLUMNNAME_StatementLineDate
Column name StatementLineDate

See Also:
Constant Field Values

COLUMNNAME_StmtAmt

static final String COLUMNNAME_StmtAmt
Column name StmtAmt

See Also:
Constant Field Values

COLUMNNAME_TrxAmt

static final String COLUMNNAME_TrxAmt
Column name TrxAmt

See Also:
Constant Field Values

COLUMNNAME_ValutaDate

static final String COLUMNNAME_ValutaDate
Column name ValutaDate

See Also:
Constant Field Values
Method Detail

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


getC_BankStatement

I_C_BankStatement getC_BankStatement()
                                     throws Exception
Throws:
Exception

setC_BankStatementLine_ID

void setC_BankStatementLine_ID(int C_BankStatementLine_ID)
Set Bank statement line. Line on a statement from this Bank


getC_BankStatementLine_ID

int getC_BankStatementLine_ID()
Get Bank statement line. Line on a statement from this Bank


setC_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


getC_BPartner

I_C_BPartner getC_BPartner()
                           throws Exception
Throws:
Exception

setC_Charge_ID

void setC_Charge_ID(int C_Charge_ID)
Set Charge. Additional document charges


getC_Charge_ID

int getC_Charge_ID()
Get Charge. Additional document charges


getC_Charge

I_C_Charge getC_Charge()
                       throws Exception
Throws:
Exception

setC_Currency_ID

void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record


getC_Currency_ID

int getC_Currency_ID()
Get Currency. The Currency for this record


getC_Currency

I_C_Currency getC_Currency()
                           throws Exception
Throws:
Exception

setChargeAmt

void setChargeAmt(BigDecimal ChargeAmt)
Set Charge amount. Charge Amount


getChargeAmt

BigDecimal getChargeAmt()
Get Charge amount. Charge Amount


setC_Invoice_ID

void setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. Invoice Identifier


getC_Invoice_ID

int getC_Invoice_ID()
Get Invoice. Invoice Identifier


getC_Invoice

I_C_Invoice getC_Invoice()
                         throws Exception
Throws:
Exception

setC_Payment_ID

void setC_Payment_ID(int C_Payment_ID)
Set Payment. Payment identifier


getC_Payment_ID

int getC_Payment_ID()
Get Payment. Payment identifier


getC_Payment

I_C_Payment getC_Payment()
                         throws Exception
Throws:
Exception

setCreatePayment

void setCreatePayment(String CreatePayment)
Set Create Payment


getCreatePayment

String getCreatePayment()
Get Create Payment


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


setEftAmt

void setEftAmt(BigDecimal EftAmt)
Set EFT Amount. Electronic Funds Transfer Amount


getEftAmt

BigDecimal getEftAmt()
Get EFT Amount. Electronic Funds Transfer Amount


setEftCheckNo

void setEftCheckNo(String EftCheckNo)
Set EFT Check No. Electronic Funds Transfer Check No


getEftCheckNo

String getEftCheckNo()
Get EFT Check No. Electronic Funds Transfer Check No


setEftCurrency

void setEftCurrency(String EftCurrency)
Set EFT Currency. Electronic Funds Transfer Currency


getEftCurrency

String getEftCurrency()
Get EFT Currency. Electronic Funds Transfer Currency


setEftMemo

void setEftMemo(String EftMemo)
Set EFT Memo. Electronic Funds Transfer Memo


getEftMemo

String getEftMemo()
Get EFT Memo. Electronic Funds Transfer Memo


setEftPayee

void setEftPayee(String EftPayee)
Set EFT Payee. Electronic Funds Transfer Payee information


getEftPayee

String getEftPayee()
Get EFT Payee. Electronic Funds Transfer Payee information


setEftPayeeAccount

void setEftPayeeAccount(String EftPayeeAccount)
Set EFT Payee Account. Electronic Funds Transfer Payyee Account Information


getEftPayeeAccount

String getEftPayeeAccount()
Get EFT Payee Account. Electronic Funds Transfer Payyee Account Information


setEftReference

void setEftReference(String EftReference)
Set EFT Reference. Electronic Funds Transfer Reference


getEftReference

String getEftReference()
Get EFT Reference. Electronic Funds Transfer Reference


setEftStatementLineDate

void setEftStatementLineDate(Timestamp EftStatementLineDate)
Set EFT Statement Line Date. Electronic Funds Transfer Statement Line Date


getEftStatementLineDate

Timestamp getEftStatementLineDate()
Get EFT Statement Line Date. Electronic Funds Transfer Statement Line Date


setEftTrxID

void setEftTrxID(String EftTrxID)
Set EFT Trx ID. Electronic Funds Transfer Transaction ID


getEftTrxID

String getEftTrxID()
Get EFT Trx ID. Electronic Funds Transfer Transaction ID


setEftTrxType

void setEftTrxType(String EftTrxType)
Set EFT Trx Type. Electronic Funds Transfer Transaction Type


getEftTrxType

String getEftTrxType()
Get EFT Trx Type. Electronic Funds Transfer Transaction Type


setEftValutaDate

void setEftValutaDate(Timestamp EftValutaDate)
Set EFT Effective Date. Electronic Funds Transfer Valuta (effective) Date


getEftValutaDate

Timestamp getEftValutaDate()
Get EFT Effective Date. Electronic Funds Transfer Valuta (effective) Date


setInterestAmt

void setInterestAmt(BigDecimal InterestAmt)
Set Interest Amount. Interest Amount


getInterestAmt

BigDecimal getInterestAmt()
Get Interest Amount. Interest Amount


setIsManual

void setIsManual(boolean IsManual)
Set Manual. This is a manual process


isManual

boolean isManual()
Get Manual. This is a manual process


setIsReversal

void setIsReversal(boolean IsReversal)
Set Reversal. This is a reversing transaction


isReversal

boolean isReversal()
Get Reversal. This is a reversing transaction


setLine

void setLine(int Line)
Set Line No. Unique line for this document


getLine

int getLine()
Get Line No. Unique line for this document


setMatchStatement

void setMatchStatement(String MatchStatement)
Set Match Statement


getMatchStatement

String getMatchStatement()
Get Match Statement


setMemo

void setMemo(String Memo)
Set Memo. Memo Text


getMemo

String getMemo()
Get Memo. Memo Text


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setReferenceNo

void setReferenceNo(String ReferenceNo)
Set Reference No. Your customer or vendor number at the Business Partner's site


getReferenceNo

String getReferenceNo()
Get Reference No. Your customer or vendor number at the Business Partner's site


setStatementLineDate

void setStatementLineDate(Timestamp StatementLineDate)
Set Statement Line Date. Date of the Statement Line


getStatementLineDate

Timestamp getStatementLineDate()
Get Statement Line Date. Date of the Statement Line


setStmtAmt

void setStmtAmt(BigDecimal StmtAmt)
Set Statement amount. Statement Amount


getStmtAmt

BigDecimal getStmtAmt()
Get Statement amount. Statement Amount


setTrxAmt

void setTrxAmt(BigDecimal TrxAmt)
Set Transaction Amount. Amount of a transaction


getTrxAmt

BigDecimal getTrxAmt()
Get Transaction Amount. Amount of a transaction


setValutaDate

void setValutaDate(Timestamp ValutaDate)
Set Effective date. Date when money is available


getValutaDate

Timestamp getValutaDate()
Get Effective date. Date when money is available


Adempiere 3.5.2a

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