Adempiere 3.5.2a

org.compiere.model
Interface I_PA_ReportLine

All Known Implementing Classes:
MReportLine, X_PA_ReportLine

public interface I_PA_ReportLine

Generated Interface for PA_ReportLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AmountType
          Column name AmountType
static String COLUMNNAME_CalculationType
          Column name CalculationType
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_GL_Budget_ID
          Column name GL_Budget_ID
static String COLUMNNAME_IsPrinted
          Column name IsPrinted
static String COLUMNNAME_LineType
          Column name LineType
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Oper_1_ID
          Column name Oper_1_ID
static String COLUMNNAME_Oper_2_ID
          Column name Oper_2_ID
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_PostingType
          Column name PostingType
static String COLUMNNAME_SeqNo
          Column name SeqNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=448
static String Table_Name
          TableName=PA_ReportLine
 
Method Summary
 String getAmountType()
          Get Amount Type.
 String getCalculationType()
          Get Calculation
 String getDescription()
          Get Description.
 int getGL_Budget_ID()
          Get Budget.
 I_GL_Budget getGL_Budget()
           
 String getLineType()
          Get Line Type
 String getName()
          Get Name.
 int getOper_1_ID()
          Get Operand 1.
 int getOper_2_ID()
          Get Operand 2.
 int getPA_ReportLine_ID()
          Get Report Line
 int getPA_ReportLineSet_ID()
          Get Report Line Set
 I_PA_ReportLineSet getPA_ReportLineSet()
           
 String getPostingType()
          Get PostingType.
 int getSeqNo()
          Get Sequence.
 boolean isPrinted()
          Get Printed.
 void setAmountType(String AmountType)
          Set Amount Type.
 void setCalculationType(String CalculationType)
          Set Calculation
 void setDescription(String Description)
          Set Description.
 void setGL_Budget_ID(int GL_Budget_ID)
          Set Budget.
 void setIsPrinted(boolean IsPrinted)
          Set Printed.
 void setLineType(String LineType)
          Set Line Type
 void setName(String Name)
          Set Name.
 void setOper_1_ID(int Oper_1_ID)
          Set Operand 1.
 void setOper_2_ID(int Oper_2_ID)
          Set Operand 2.
 void setPA_ReportLine_ID(int PA_ReportLine_ID)
          Set Report Line
 void setPA_ReportLineSet_ID(int PA_ReportLineSet_ID)
          Set Report Line Set
 void setPostingType(String PostingType)
          Set PostingType.
 void setSeqNo(int SeqNo)
          Set Sequence.
 

Field Detail

Table_Name

static final String Table_Name
TableName=PA_ReportLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=448


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


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_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_GL_Budget_ID

static final String COLUMNNAME_GL_Budget_ID
Column name GL_Budget_ID

See Also:
Constant Field Values

COLUMNNAME_IsPrinted

static final String COLUMNNAME_IsPrinted
Column name IsPrinted

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_Oper_1_ID

static final String COLUMNNAME_Oper_1_ID
Column name Oper_1_ID

See Also:
Constant Field Values

COLUMNNAME_Oper_2_ID

static final String COLUMNNAME_Oper_2_ID
Column name Oper_2_ID

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_PostingType

static final String COLUMNNAME_PostingType
Column name PostingType

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


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_Budget_ID

void setGL_Budget_ID(int GL_Budget_ID)
Set Budget. General Ledger Budget


getGL_Budget_ID

int getGL_Budget_ID()
Get Budget. General Ledger Budget


getGL_Budget

I_GL_Budget getGL_Budget()
                         throws Exception
Throws:
Exception

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


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


setOper_1_ID

void setOper_1_ID(int Oper_1_ID)
Set Operand 1. First operand for calculation


getOper_1_ID

int getOper_1_ID()
Get Operand 1. First operand for calculation


setOper_2_ID

void setOper_2_ID(int Oper_2_ID)
Set Operand 2. Second operand for calculation


getOper_2_ID

int getOper_2_ID()
Get Operand 2. Second operand for calculation


setPA_ReportLine_ID

void setPA_ReportLine_ID(int PA_ReportLine_ID)
Set Report Line


getPA_ReportLine_ID

int getPA_ReportLine_ID()
Get Report Line


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

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


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.