Adempiere 3.5.2a

org.compiere.model
Interface I_I_ReportLine

All Known Implementing Classes:
X_I_ReportLine

public interface I_I_ReportLine

Generated Interface for I_ReportLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AmountType
          Column name AmountType
static String COLUMNNAME_C_ElementValue_ID
          Column name C_ElementValue_ID
static String COLUMNNAME_CalculationType
          Column name CalculationType
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_ElementValue
          Column name ElementValue
static String COLUMNNAME_I_ErrorMsg
          Column name I_ErrorMsg
static String COLUMNNAME_I_IsImported
          Column name I_IsImported
static String COLUMNNAME_I_ReportLine_ID
          Column name I_ReportLine_ID
static String COLUMNNAME_IsPrinted
          Column name IsPrinted
static String COLUMNNAME_IsSummary
          Column name IsSummary
static String COLUMNNAME_LineType
          Column name LineType
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PA_ReportLine_ID
          Column name PA_ReportLine_ID
static String COLUMNNAME_PA_ReportLineSet_ID
          Column name PA_ReportLineSet_ID
static String COLUMNNAME_PA_ReportSource_ID
          Column name PA_ReportSource_ID
static String COLUMNNAME_PostingType
          Column name PostingType
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_ReportLineSetName
          Column name ReportLineSetName
static String COLUMNNAME_SeqNo
          Column name SeqNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=535
static String Table_Name
          TableName=I_ReportLine
 
Method Summary
 String getAmountType()
          Get Amount Type.
 int getC_ElementValue_ID()
          Get Account Element.
 I_C_ElementValue getC_ElementValue()
           
 String getCalculationType()
          Get Calculation
 String getDescription()
          Get Description.
 String getElementValue()
          Get Element Key.
 String getI_ErrorMsg()
          Get Import Error Message.
 int getI_ReportLine_ID()
          Get Import Report Line Set.
 String getLineType()
          Get Line Type
 String getName()
          Get Name.
 int getPA_ReportLine_ID()
          Get Report Line
 I_PA_ReportLine getPA_ReportLine()
           
 int getPA_ReportLineSet_ID()
          Get Report Line Set
 I_PA_ReportLineSet getPA_ReportLineSet()
           
 int getPA_ReportSource_ID()
          Get Report Source.
 I_PA_ReportSource getPA_ReportSource()
           
 String getPostingType()
          Get PostingType.
 String getReportLineSetName()
          Get Report Line Set Name.
 int getSeqNo()
          Get Sequence.
 boolean isI_IsImported()
          Get Imported.
 boolean isPrinted()
          Get Printed.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 boolean isSummary()
          Get Summary Level.
 void setAmountType(String AmountType)
          Set Amount Type.
 void setC_ElementValue_ID(int C_ElementValue_ID)
          Set Account Element.
 void setCalculationType(String CalculationType)
          Set Calculation
 void setDescription(String Description)
          Set Description.
 void setElementValue(String ElementValue)
          Set Element Key.
 void setI_ErrorMsg(String I_ErrorMsg)
          Set Import Error Message.
 void setI_IsImported(boolean I_IsImported)
          Set Imported.
 void setI_ReportLine_ID(int I_ReportLine_ID)
          Set Import Report Line Set.
 void setIsPrinted(boolean IsPrinted)
          Set Printed.
 void setIsSummary(boolean IsSummary)
          Set Summary Level.
 void setLineType(String LineType)
          Set Line Type
 void setName(String Name)
          Set Name.
 void setPA_ReportLine_ID(int PA_ReportLine_ID)
          Set Report Line
 void setPA_ReportLineSet_ID(int PA_ReportLineSet_ID)
          Set Report Line Set
 void setPA_ReportSource_ID(int PA_ReportSource_ID)
          Set Report Source.
 void setPostingType(String PostingType)
          Set PostingType.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setReportLineSetName(String ReportLineSetName)
          Set Report Line Set Name.
 void setSeqNo(int SeqNo)
          Set Sequence.
 

Field Detail

Table_Name

static final String Table_Name
TableName=I_ReportLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=535


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AmountType

static final String COLUMNNAME_AmountType
Column name AmountType

See Also:
Constant Field Values

COLUMNNAME_CalculationType

static final String COLUMNNAME_CalculationType
Column name CalculationType

See Also:
Constant Field Values

COLUMNNAME_C_ElementValue_ID

static final String COLUMNNAME_C_ElementValue_ID
Column name C_ElementValue_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_ElementValue

static final String COLUMNNAME_ElementValue
Column name ElementValue

See Also:
Constant Field Values

COLUMNNAME_I_ErrorMsg

static final String COLUMNNAME_I_ErrorMsg
Column name I_ErrorMsg

See Also:
Constant Field Values

COLUMNNAME_I_IsImported

static final String COLUMNNAME_I_IsImported
Column name I_IsImported

See Also:
Constant Field Values

COLUMNNAME_I_ReportLine_ID

static final String COLUMNNAME_I_ReportLine_ID
Column name I_ReportLine_ID

See Also:
Constant Field Values

COLUMNNAME_IsPrinted

static final String COLUMNNAME_IsPrinted
Column name IsPrinted

See Also:
Constant Field Values

COLUMNNAME_IsSummary

static final String COLUMNNAME_IsSummary
Column name IsSummary

See Also:
Constant Field Values

COLUMNNAME_LineType

static final String COLUMNNAME_LineType
Column name LineType

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PA_ReportLine_ID

static final String COLUMNNAME_PA_ReportLine_ID
Column name PA_ReportLine_ID

See Also:
Constant Field Values

COLUMNNAME_PA_ReportLineSet_ID

static final String COLUMNNAME_PA_ReportLineSet_ID
Column name PA_ReportLineSet_ID

See Also:
Constant Field Values

COLUMNNAME_PA_ReportSource_ID

static final String COLUMNNAME_PA_ReportSource_ID
Column name PA_ReportSource_ID

See Also:
Constant Field Values

COLUMNNAME_PostingType

static final String COLUMNNAME_PostingType
Column name PostingType

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_ReportLineSetName

static final String COLUMNNAME_ReportLineSetName
Column name ReportLineSetName

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values
Method Detail

setAmountType

void setAmountType(String AmountType)
Set Amount Type. Type of amount to report


getAmountType

String getAmountType()
Get Amount Type. Type of amount to report


setCalculationType

void setCalculationType(String CalculationType)
Set Calculation


getCalculationType

String getCalculationType()
Get Calculation


setC_ElementValue_ID

void setC_ElementValue_ID(int C_ElementValue_ID)
Set Account Element. Account Element


getC_ElementValue_ID

int getC_ElementValue_ID()
Get Account Element. Account Element


getC_ElementValue

I_C_ElementValue getC_ElementValue()
                                   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


setElementValue

void setElementValue(String ElementValue)
Set Element Key. Key of the element


getElementValue

String getElementValue()
Get Element Key. Key of the element


setI_ErrorMsg

void setI_ErrorMsg(String I_ErrorMsg)
Set Import Error Message. Messages generated from import process


getI_ErrorMsg

String getI_ErrorMsg()
Get Import Error Message. Messages generated from import process


setI_IsImported

void setI_IsImported(boolean I_IsImported)
Set Imported. Has this import been processed


isI_IsImported

boolean isI_IsImported()
Get Imported. Has this import been processed


setI_ReportLine_ID

void setI_ReportLine_ID(int I_ReportLine_ID)
Set Import Report Line Set. Import Report Line Set values


getI_ReportLine_ID

int getI_ReportLine_ID()
Get Import Report Line Set. Import Report Line Set values


setIsPrinted

void setIsPrinted(boolean IsPrinted)
Set Printed. Indicates if this document / line is printed


isPrinted

boolean isPrinted()
Get Printed. Indicates if this document / line is printed


setIsSummary

void setIsSummary(boolean IsSummary)
Set Summary Level. This is a summary entity


isSummary

boolean isSummary()
Get Summary Level. This is a summary entity


setLineType

void setLineType(String LineType)
Set Line Type


getLineType

String getLineType()
Get Line Type


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPA_ReportLine_ID

void setPA_ReportLine_ID(int PA_ReportLine_ID)
Set Report Line


getPA_ReportLine_ID

int getPA_ReportLine_ID()
Get Report Line


getPA_ReportLine

I_PA_ReportLine getPA_ReportLine()
                                 throws Exception
Throws:
Exception

setPA_ReportLineSet_ID

void setPA_ReportLineSet_ID(int PA_ReportLineSet_ID)
Set Report Line Set


getPA_ReportLineSet_ID

int getPA_ReportLineSet_ID()
Get Report Line Set


getPA_ReportLineSet

I_PA_ReportLineSet getPA_ReportLineSet()
                                       throws Exception
Throws:
Exception

setPA_ReportSource_ID

void setPA_ReportSource_ID(int PA_ReportSource_ID)
Set Report Source. Restriction of what will be shown in Report Line


getPA_ReportSource_ID

int getPA_ReportSource_ID()
Get Report Source. Restriction of what will be shown in Report Line


getPA_ReportSource

I_PA_ReportSource getPA_ReportSource()
                                     throws Exception
Throws:
Exception

setPostingType

void setPostingType(String PostingType)
Set PostingType. The type of posted amount for the transaction


getPostingType

String getPostingType()
Get PostingType. The type of posted amount for the transaction


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


setReportLineSetName

void setReportLineSetName(String ReportLineSetName)
Set Report Line Set Name. Name of the Report Line Set


getReportLineSetName

String getReportLineSetName()
Get Report Line Set Name. Name of the Report Line Set


setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


Adempiere 3.5.2a

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