Adempiere 3.5.2a

org.compiere.model
Interface I_C_CashLine

All Known Implementing Classes:
MCashLine, X_C_CashLine

public interface I_C_CashLine

Generated Interface for C_CashLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_Amount
          Column name Amount
static String COLUMNNAME_C_BankAccount_ID
          Column name C_BankAccount_ID
static String COLUMNNAME_C_Cash_ID
          Column name C_Cash_ID
static String COLUMNNAME_C_CashLine_ID
          Column name C_CashLine_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_CashType
          Column name CashType
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DiscountAmt
          Column name DiscountAmt
static String COLUMNNAME_IsGenerated
          Column name IsGenerated
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_WriteOffAmt
          Column name WriteOffAmt
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=410
static String Table_Name
          TableName=C_CashLine
 
Method Summary
 BigDecimal getAmount()
          Get Amount.
 int getC_BankAccount_ID()
          Get Bank Account.
 I_C_BankAccount getC_BankAccount()
           
 int getC_Cash_ID()
          Get Cash Journal.
 I_C_Cash getC_Cash()
           
 int getC_CashLine_ID()
          Get Cash Journal Line.
 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()
           
 String getCashType()
          Get Cash Type.
 String getDescription()
          Get Description.
 BigDecimal getDiscountAmt()
          Get Discount Amount.
 int getLine()
          Get Line No.
 BigDecimal getWriteOffAmt()
          Get Write-off Amount.
 boolean isGenerated()
          Get Generated.
 boolean isProcessed()
          Get Processed.
 void setAmount(BigDecimal Amount)
          Set Amount.
 void setC_BankAccount_ID(int C_BankAccount_ID)
          Set Bank Account.
 void setC_Cash_ID(int C_Cash_ID)
          Set Cash Journal.
 void setC_CashLine_ID(int C_CashLine_ID)
          Set Cash Journal Line.
 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 setCashType(String CashType)
          Set Cash Type.
 void setDescription(String Description)
          Set Description.
 void setDiscountAmt(BigDecimal DiscountAmt)
          Set Discount Amount.
 void setIsGenerated(boolean IsGenerated)
          Set Generated.
 void setLine(int Line)
          Set Line No.
 void setProcessed(boolean Processed)
          Set Processed.
 void setWriteOffAmt(BigDecimal WriteOffAmt)
          Set Write-off Amount.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_CashLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=410


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_Amount

static final String COLUMNNAME_Amount
Column name Amount

See Also:
Constant Field Values

COLUMNNAME_CashType

static final String COLUMNNAME_CashType
Column name CashType

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_Cash_ID

static final String COLUMNNAME_C_Cash_ID
Column name C_Cash_ID

See Also:
Constant Field Values

COLUMNNAME_C_CashLine_ID

static final String COLUMNNAME_C_CashLine_ID
Column name C_CashLine_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_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_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DiscountAmt

static final String COLUMNNAME_DiscountAmt
Column name DiscountAmt

See Also:
Constant Field Values

COLUMNNAME_IsGenerated

static final String COLUMNNAME_IsGenerated
Column name IsGenerated

See Also:
Constant Field Values

COLUMNNAME_Line

static final String COLUMNNAME_Line
Column name Line

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_WriteOffAmt

static final String COLUMNNAME_WriteOffAmt
Column name WriteOffAmt

See Also:
Constant Field Values
Method Detail

setAmount

void setAmount(BigDecimal Amount)
Set Amount. Amount in a defined currency


getAmount

BigDecimal getAmount()
Get Amount. Amount in a defined currency


setCashType

void setCashType(String CashType)
Set Cash Type. Source of Cash


getCashType

String getCashType()
Get Cash Type. Source of Cash


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_Cash_ID

void setC_Cash_ID(int C_Cash_ID)
Set Cash Journal. Cash Journal


getC_Cash_ID

int getC_Cash_ID()
Get Cash Journal. Cash Journal


getC_Cash

I_C_Cash getC_Cash()
                   throws Exception
Throws:
Exception

setC_CashLine_ID

void setC_CashLine_ID(int C_CashLine_ID)
Set Cash Journal Line. Cash Journal Line


getC_CashLine_ID

int getC_CashLine_ID()
Get Cash Journal Line. Cash Journal Line


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

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

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setDiscountAmt

void setDiscountAmt(BigDecimal DiscountAmt)
Set Discount Amount. Calculated amount of discount


getDiscountAmt

BigDecimal getDiscountAmt()
Get Discount Amount. Calculated amount of discount


setIsGenerated

void setIsGenerated(boolean IsGenerated)
Set Generated. This Line is generated


isGenerated

boolean isGenerated()
Get Generated. This Line is generated


setLine

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


getLine

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


setProcessed

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


isProcessed

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


setWriteOffAmt

void setWriteOffAmt(BigDecimal WriteOffAmt)
Set Write-off Amount. Amount to write-off


getWriteOffAmt

BigDecimal getWriteOffAmt()
Get Write-off Amount. Amount to write-off


Adempiere 3.5.2a

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