Adempiere 3.5.2a

org.compiere.model
Interface I_GL_JournalLine

All Known Implementing Classes:
MJournalLine, X_GL_JournalLine

public interface I_GL_JournalLine

Generated Interface for GL_JournalLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_A_Asset_Group_ID
          Column name A_Asset_Group_ID
static String COLUMNNAME_A_Asset_ID
          Column name A_Asset_ID
static String COLUMNNAME_A_CreateAsset
          Column name A_CreateAsset
static String COLUMNNAME_A_Processed
          Column name A_Processed
static String COLUMNNAME_AmtAcctCr
          Column name AmtAcctCr
static String COLUMNNAME_AmtAcctDr
          Column name AmtAcctDr
static String COLUMNNAME_AmtSourceCr
          Column name AmtSourceCr
static String COLUMNNAME_AmtSourceDr
          Column name AmtSourceDr
static String COLUMNNAME_C_ConversionType_ID
          Column name C_ConversionType_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_UOM_ID
          Column name C_UOM_ID
static String COLUMNNAME_C_ValidCombination_ID
          Column name C_ValidCombination_ID
static String COLUMNNAME_CurrencyRate
          Column name CurrencyRate
static String COLUMNNAME_DateAcct
          Column name DateAcct
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_GL_Journal_ID
          Column name GL_Journal_ID
static String COLUMNNAME_GL_JournalLine_ID
          Column name GL_JournalLine_ID
static String COLUMNNAME_IsGenerated
          Column name IsGenerated
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Qty
          Column name Qty
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=226
static String Table_Name
          TableName=GL_JournalLine
 
Method Summary
 int getA_Asset_Group_ID()
          Get Asset Group.
 I_A_Asset_Group getA_Asset_Group()
           
 int getA_Asset_ID()
          Get Asset.
 BigDecimal getAmtAcctCr()
          Get Accounted Credit.
 BigDecimal getAmtAcctDr()
          Get Accounted Debit.
 BigDecimal getAmtSourceCr()
          Get Source Credit.
 BigDecimal getAmtSourceDr()
          Get Source Debit.
 int getC_ConversionType_ID()
          Get Currency Type.
 I_C_ConversionType getC_ConversionType()
           
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_UOM_ID()
          Get UOM.
 I_C_UOM getC_UOM()
           
 int getC_ValidCombination_ID()
          Get Combination.
 BigDecimal getCurrencyRate()
          Get Rate.
 Timestamp getDateAcct()
          Get Account Date.
 String getDescription()
          Get Description.
 int getGL_Journal_ID()
          Get Journal.
 I_GL_Journal getGL_Journal()
           
 int getGL_JournalLine_ID()
          Get Journal Line.
 int getLine()
          Get Line No.
 BigDecimal getQty()
          Get Quantity.
 boolean isA_CreateAsset()
          Get A_CreateAsset
 boolean isA_Processed()
          Get A_Processed
 boolean isGenerated()
          Get Generated.
 boolean isProcessed()
          Get Processed.
 void setA_Asset_Group_ID(int A_Asset_Group_ID)
          Set Asset Group.
 void setA_Asset_ID(int A_Asset_ID)
          Set Asset.
 void setA_CreateAsset(boolean A_CreateAsset)
          Set A_CreateAsset
 void setA_Processed(boolean A_Processed)
          Set A_Processed
 void setAmtAcctCr(BigDecimal AmtAcctCr)
          Set Accounted Credit.
 void setAmtAcctDr(BigDecimal AmtAcctDr)
          Set Accounted Debit.
 void setAmtSourceCr(BigDecimal AmtSourceCr)
          Set Source Credit.
 void setAmtSourceDr(BigDecimal AmtSourceDr)
          Set Source Debit.
 void setC_ConversionType_ID(int C_ConversionType_ID)
          Set Currency Type.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setC_UOM_ID(int C_UOM_ID)
          Set UOM.
 void setC_ValidCombination_ID(int C_ValidCombination_ID)
          Set Combination.
 void setCurrencyRate(BigDecimal CurrencyRate)
          Set Rate.
 void setDateAcct(Timestamp DateAcct)
          Set Account Date.
 void setDescription(String Description)
          Set Description.
 void setGL_Journal_ID(int GL_Journal_ID)
          Set Journal.
 void setGL_JournalLine_ID(int GL_JournalLine_ID)
          Set Journal Line.
 void setIsGenerated(boolean IsGenerated)
          Set Generated.
 void setLine(int Line)
          Set Line No.
 void setProcessed(boolean Processed)
          Set Processed.
 void setQty(BigDecimal Qty)
          Set Quantity.
 

Field Detail

Table_Name

static final String Table_Name
TableName=GL_JournalLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=226


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_A_Asset_Group_ID

static final String COLUMNNAME_A_Asset_Group_ID
Column name A_Asset_Group_ID

See Also:
Constant Field Values

COLUMNNAME_A_Asset_ID

static final String COLUMNNAME_A_Asset_ID
Column name A_Asset_ID

See Also:
Constant Field Values

COLUMNNAME_A_CreateAsset

static final String COLUMNNAME_A_CreateAsset
Column name A_CreateAsset

See Also:
Constant Field Values

COLUMNNAME_AmtAcctCr

static final String COLUMNNAME_AmtAcctCr
Column name AmtAcctCr

See Also:
Constant Field Values

COLUMNNAME_AmtAcctDr

static final String COLUMNNAME_AmtAcctDr
Column name AmtAcctDr

See Also:
Constant Field Values

COLUMNNAME_AmtSourceCr

static final String COLUMNNAME_AmtSourceCr
Column name AmtSourceCr

See Also:
Constant Field Values

COLUMNNAME_AmtSourceDr

static final String COLUMNNAME_AmtSourceDr
Column name AmtSourceDr

See Also:
Constant Field Values

COLUMNNAME_A_Processed

static final String COLUMNNAME_A_Processed
Column name A_Processed

See Also:
Constant Field Values

COLUMNNAME_C_ConversionType_ID

static final String COLUMNNAME_C_ConversionType_ID
Column name C_ConversionType_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_UOM_ID

static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID

See Also:
Constant Field Values

COLUMNNAME_CurrencyRate

static final String COLUMNNAME_CurrencyRate
Column name CurrencyRate

See Also:
Constant Field Values

COLUMNNAME_C_ValidCombination_ID

static final String COLUMNNAME_C_ValidCombination_ID
Column name C_ValidCombination_ID

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_GL_Journal_ID

static final String COLUMNNAME_GL_Journal_ID
Column name GL_Journal_ID

See Also:
Constant Field Values

COLUMNNAME_GL_JournalLine_ID

static final String COLUMNNAME_GL_JournalLine_ID
Column name GL_JournalLine_ID

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_Qty

static final String COLUMNNAME_Qty
Column name Qty

See Also:
Constant Field Values
Method Detail

setA_Asset_Group_ID

void setA_Asset_Group_ID(int A_Asset_Group_ID)
Set Asset Group. Group of Assets


getA_Asset_Group_ID

int getA_Asset_Group_ID()
Get Asset Group. Group of Assets


getA_Asset_Group

I_A_Asset_Group getA_Asset_Group()
                                 throws Exception
Throws:
Exception

setA_Asset_ID

void setA_Asset_ID(int A_Asset_ID)
Set Asset. Asset used internally or by customers


getA_Asset_ID

int getA_Asset_ID()
Get Asset. Asset used internally or by customers


setA_CreateAsset

void setA_CreateAsset(boolean A_CreateAsset)
Set A_CreateAsset


isA_CreateAsset

boolean isA_CreateAsset()
Get A_CreateAsset


setAmtAcctCr

void setAmtAcctCr(BigDecimal AmtAcctCr)
Set Accounted Credit. Accounted Credit Amount


getAmtAcctCr

BigDecimal getAmtAcctCr()
Get Accounted Credit. Accounted Credit Amount


setAmtAcctDr

void setAmtAcctDr(BigDecimal AmtAcctDr)
Set Accounted Debit. Accounted Debit Amount


getAmtAcctDr

BigDecimal getAmtAcctDr()
Get Accounted Debit. Accounted Debit Amount


setAmtSourceCr

void setAmtSourceCr(BigDecimal AmtSourceCr)
Set Source Credit. Source Credit Amount


getAmtSourceCr

BigDecimal getAmtSourceCr()
Get Source Credit. Source Credit Amount


setAmtSourceDr

void setAmtSourceDr(BigDecimal AmtSourceDr)
Set Source Debit. Source Debit Amount


getAmtSourceDr

BigDecimal getAmtSourceDr()
Get Source Debit. Source Debit Amount


setA_Processed

void setA_Processed(boolean A_Processed)
Set A_Processed


isA_Processed

boolean isA_Processed()
Get A_Processed


setC_ConversionType_ID

void setC_ConversionType_ID(int C_ConversionType_ID)
Set Currency Type. Currency Conversion Rate Type


getC_ConversionType_ID

int getC_ConversionType_ID()
Get Currency Type. Currency Conversion Rate Type


getC_ConversionType

I_C_ConversionType getC_ConversionType()
                                       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_UOM_ID

void setC_UOM_ID(int C_UOM_ID)
Set UOM. Unit of Measure


getC_UOM_ID

int getC_UOM_ID()
Get UOM. Unit of Measure


getC_UOM

I_C_UOM getC_UOM()
                 throws Exception
Throws:
Exception

setCurrencyRate

void setCurrencyRate(BigDecimal CurrencyRate)
Set Rate. Currency Conversion Rate


getCurrencyRate

BigDecimal getCurrencyRate()
Get Rate. Currency Conversion Rate


setC_ValidCombination_ID

void setC_ValidCombination_ID(int C_ValidCombination_ID)
Set Combination. Valid Account Combination


getC_ValidCombination_ID

int getC_ValidCombination_ID()
Get Combination. Valid Account Combination


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


setGL_Journal_ID

void setGL_Journal_ID(int GL_Journal_ID)
Set Journal. General Ledger Journal


getGL_Journal_ID

int getGL_Journal_ID()
Get Journal. General Ledger Journal


getGL_Journal

I_GL_Journal getGL_Journal()
                           throws Exception
Throws:
Exception

setGL_JournalLine_ID

void setGL_JournalLine_ID(int GL_JournalLine_ID)
Set Journal Line. General Ledger Journal Line


getGL_JournalLine_ID

int getGL_JournalLine_ID()
Get Journal Line. General Ledger Journal Line


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


setQty

void setQty(BigDecimal Qty)
Set Quantity. Quantity


getQty

BigDecimal getQty()
Get Quantity. Quantity


Adempiere 3.5.2a

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