Class X_I_ReportLine

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_I_ReportLine
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_I_ReportLine, I_Persistent, Evaluatee

public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
Generated Model for I_ReportLine
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

    • CALCULATIONTYPE_AD_Reference_ID

      public static final int CALCULATIONTYPE_AD_Reference_ID
      CalculationType AD_Reference_ID=236
      See Also:
    • CALCULATIONTYPE_AddOp1PlusOp2

      public static final String CALCULATIONTYPE_AddOp1PlusOp2
      Add (Op1+Op2) = A
      See Also:
    • CALCULATIONTYPE_PercentageOp1OfOp2

      public static final String CALCULATIONTYPE_PercentageOp1OfOp2
      Percentage (Op1 of Op2) = P
      See Also:
    • CALCULATIONTYPE_AddRangeOp1ToOp2

      public static final String CALCULATIONTYPE_AddRangeOp1ToOp2
      Add Range (Op1 to Op2) = R
      See Also:
    • CALCULATIONTYPE_SubtractOp1_Op2

      public static final String CALCULATIONTYPE_SubtractOp1_Op2
      Subtract (Op1-Op2) = S
      See Also:
    • LINETYPE_AD_Reference_ID

      public static final int LINETYPE_AD_Reference_ID
      LineType AD_Reference_ID=241
      See Also:
    • LINETYPE_BlankLine

      public static final String LINETYPE_BlankLine
      Blank line = B
      See Also:
    • LINETYPE_Calculation

      public static final String LINETYPE_Calculation
      Calculation = C
      See Also:
    • LINETYPE_SegmentValue

      public static final String LINETYPE_SegmentValue
      Segment Value = S
      See Also:
    • PAAMOUNTTYPE_AD_Reference_ID

      public static final int PAAMOUNTTYPE_AD_Reference_ID
      PAAmountType AD_Reference_ID=53328
      See Also:
    • PAAMOUNTTYPE_BalanceExpectedSign

      public static final String PAAMOUNTTYPE_BalanceExpectedSign
      Balance (expected sign) = B
      See Also:
    • PAAMOUNTTYPE_CreditOnly

      public static final String PAAMOUNTTYPE_CreditOnly
      Credit Only = C
      See Also:
    • PAAMOUNTTYPE_DebitOnly

      public static final String PAAMOUNTTYPE_DebitOnly
      Debit Only = D
      See Also:
    • PAAMOUNTTYPE_QuantityExpectedSign

      public static final String PAAMOUNTTYPE_QuantityExpectedSign
      Quantity (expected sign) = Q
      See Also:
    • PAAMOUNTTYPE_QuantityAccountedSign

      public static final String PAAMOUNTTYPE_QuantityAccountedSign
      Quantity (accounted sign) = R
      See Also:
    • PAAMOUNTTYPE_BalanceAccountedSign

      public static final String PAAMOUNTTYPE_BalanceAccountedSign
      Balance (accounted sign) = S
      See Also:
    • PAPERIODTYPE_AD_Reference_ID

      public static final int PAPERIODTYPE_AD_Reference_ID
      PAPeriodType AD_Reference_ID=53327
      See Also:
    • PAPERIODTYPE_Natural

      public static final String PAPERIODTYPE_Natural
      Natural = N
      See Also:
    • PAPERIODTYPE_Period

      public static final String PAPERIODTYPE_Period
      Period = P
      See Also:
    • PAPERIODTYPE_Total

      public static final String PAPERIODTYPE_Total
      Total = T
      See Also:
    • PAPERIODTYPE_Year

      public static final String PAPERIODTYPE_Year
      Year = Y
      See Also:
    • POSTINGTYPE_AD_Reference_ID

      public static final int POSTINGTYPE_AD_Reference_ID
      PostingType AD_Reference_ID=125
      See Also:
    • POSTINGTYPE_Actual

      public static final String POSTINGTYPE_Actual
      Actual = A
      See Also:
    • POSTINGTYPE_Budget

      public static final String POSTINGTYPE_Budget
      Budget = B
      See Also:
    • POSTINGTYPE_Commitment

      public static final String POSTINGTYPE_Commitment
      Commitment = E
      See Also:
    • POSTINGTYPE_Reservation

      public static final String POSTINGTYPE_Reservation
      Reservation = R
      See Also:
    • POSTINGTYPE_Statistical

      public static final String POSTINGTYPE_Statistical
      Statistical = S
      See Also:
  • Constructor Details

    • X_I_ReportLine

      public X_I_ReportLine(Properties ctx, int I_ReportLine_ID, String trxName)
      Standard Constructor
    • X_I_ReportLine

      public X_I_ReportLine(Properties ctx, int I_ReportLine_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_I_ReportLine

      public X_I_ReportLine(Properties ctx, String I_ReportLine_UU, String trxName)
      Standard Constructor
    • X_I_ReportLine

      public X_I_ReportLine(Properties ctx, String I_ReportLine_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_I_ReportLine

      public X_I_ReportLine(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      6 - System - Client
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • setCalculationType

      public void setCalculationType(String CalculationType)
      Set Calculation.
      Specified by:
      setCalculationType in interface I_I_ReportLine
      Parameters:
      CalculationType - Calculation
    • getCalculationType

      public String getCalculationType()
      Get Calculation.
      Specified by:
      getCalculationType in interface I_I_ReportLine
      Returns:
      Calculation
    • getC_ElementValue

      public I_C_ElementValue getC_ElementValue() throws RuntimeException
      Specified by:
      getC_ElementValue in interface I_I_ReportLine
      Throws:
      RuntimeException
    • setC_ElementValue_ID

      public void setC_ElementValue_ID(int C_ElementValue_ID)
      Set Account Element.
      Specified by:
      setC_ElementValue_ID in interface I_I_ReportLine
      Parameters:
      C_ElementValue_ID - Account Element
    • getC_ElementValue_ID

      public int getC_ElementValue_ID()
      Get Account Element.
      Specified by:
      getC_ElementValue_ID in interface I_I_ReportLine
      Returns:
      Account Element
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_I_ReportLine
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_I_ReportLine
      Returns:
      Optional short description of the record
    • setElementValue

      public void setElementValue(String ElementValue)
      Set Element Key.
      Specified by:
      setElementValue in interface I_I_ReportLine
      Parameters:
      ElementValue - Key of the element
    • getElementValue

      public String getElementValue()
      Get Element Key.
      Specified by:
      getElementValue in interface I_I_ReportLine
      Returns:
      Key of the element
    • setI_ErrorMsg

      public void setI_ErrorMsg(String I_ErrorMsg)
      Set Import Error Message.
      Specified by:
      setI_ErrorMsg in interface I_I_ReportLine
      Parameters:
      I_ErrorMsg - Messages generated from import process
    • getI_ErrorMsg

      public String getI_ErrorMsg()
      Get Import Error Message.
      Specified by:
      getI_ErrorMsg in interface I_I_ReportLine
      Returns:
      Messages generated from import process
    • setI_IsImported

      public void setI_IsImported(boolean I_IsImported)
      Set Imported.
      Specified by:
      setI_IsImported in interface I_I_ReportLine
      Parameters:
      I_IsImported - Has this import been processed
    • isI_IsImported

      public boolean isI_IsImported()
      Get Imported.
      Specified by:
      isI_IsImported in interface I_I_ReportLine
      Returns:
      Has this import been processed
    • setI_ReportLine_ID

      public void setI_ReportLine_ID(int I_ReportLine_ID)
      Set Import Report Line Set.
      Specified by:
      setI_ReportLine_ID in interface I_I_ReportLine
      Parameters:
      I_ReportLine_ID - Import Report Line Set values
    • getI_ReportLine_ID

      public int getI_ReportLine_ID()
      Get Import Report Line Set.
      Specified by:
      getI_ReportLine_ID in interface I_I_ReportLine
      Returns:
      Import Report Line Set values
    • setI_ReportLine_UU

      public void setI_ReportLine_UU(String I_ReportLine_UU)
      Set I_ReportLine_UU.
      Specified by:
      setI_ReportLine_UU in interface I_I_ReportLine
      Parameters:
      I_ReportLine_UU - I_ReportLine_UU
    • getI_ReportLine_UU

      public String getI_ReportLine_UU()
      Get I_ReportLine_UU.
      Specified by:
      getI_ReportLine_UU in interface I_I_ReportLine
      Returns:
      I_ReportLine_UU
    • setIsPrinted

      public void setIsPrinted(boolean IsPrinted)
      Set Printed.
      Specified by:
      setIsPrinted in interface I_I_ReportLine
      Parameters:
      IsPrinted - Indicates if this document / line is printed
    • isPrinted

      public boolean isPrinted()
      Get Printed.
      Specified by:
      isPrinted in interface I_I_ReportLine
      Returns:
      Indicates if this document / line is printed
    • setIsSummary

      public void setIsSummary(boolean IsSummary)
      Set Summary Level.
      Specified by:
      setIsSummary in interface I_I_ReportLine
      Parameters:
      IsSummary - This is a summary entity
    • isSummary

      public boolean isSummary()
      Get Summary Level.
      Specified by:
      isSummary in interface I_I_ReportLine
      Returns:
      This is a summary entity
    • setLineType

      public void setLineType(String LineType)
      Set Line Type.
      Specified by:
      setLineType in interface I_I_ReportLine
      Parameters:
      LineType - Line Type
    • getLineType

      public String getLineType()
      Get Line Type.
      Specified by:
      getLineType in interface I_I_ReportLine
      Returns:
      Line Type
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_I_ReportLine
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_I_ReportLine
      Returns:
      Alphanumeric identifier of the entity
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • setPAAmountType

      public void setPAAmountType(String PAAmountType)
      Set Amount Type.
      Specified by:
      setPAAmountType in interface I_I_ReportLine
      Parameters:
      PAAmountType - PA Amount Type for reporting
    • getPAAmountType

      public String getPAAmountType()
      Get Amount Type.
      Specified by:
      getPAAmountType in interface I_I_ReportLine
      Returns:
      PA Amount Type for reporting
    • setPAPeriodType

      public void setPAPeriodType(String PAPeriodType)
      Set Period Type.
      Specified by:
      setPAPeriodType in interface I_I_ReportLine
      Parameters:
      PAPeriodType - PA Period Type
    • getPAPeriodType

      public String getPAPeriodType()
      Get Period Type.
      Specified by:
      getPAPeriodType in interface I_I_ReportLine
      Returns:
      PA Period Type
    • getPA_ReportLine

      public I_PA_ReportLine getPA_ReportLine() throws RuntimeException
      Specified by:
      getPA_ReportLine in interface I_I_ReportLine
      Throws:
      RuntimeException
    • setPA_ReportLine_ID

      public void setPA_ReportLine_ID(int PA_ReportLine_ID)
      Set Report Line.
      Specified by:
      setPA_ReportLine_ID in interface I_I_ReportLine
      Parameters:
      PA_ReportLine_ID - Report Line
    • getPA_ReportLine_ID

      public int getPA_ReportLine_ID()
      Get Report Line.
      Specified by:
      getPA_ReportLine_ID in interface I_I_ReportLine
      Returns:
      Report Line
    • getPA_ReportLineSet

      public I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException
      Specified by:
      getPA_ReportLineSet in interface I_I_ReportLine
      Throws:
      RuntimeException
    • setPA_ReportLineSet_ID

      public void setPA_ReportLineSet_ID(int PA_ReportLineSet_ID)
      Set Report Line Set.
      Specified by:
      setPA_ReportLineSet_ID in interface I_I_ReportLine
      Parameters:
      PA_ReportLineSet_ID - Report Line Set
    • getPA_ReportLineSet_ID

      public int getPA_ReportLineSet_ID()
      Get Report Line Set.
      Specified by:
      getPA_ReportLineSet_ID in interface I_I_ReportLine
      Returns:
      Report Line Set
    • getPA_ReportSource

      public I_PA_ReportSource getPA_ReportSource() throws RuntimeException
      Specified by:
      getPA_ReportSource in interface I_I_ReportLine
      Throws:
      RuntimeException
    • setPA_ReportSource_ID

      public void setPA_ReportSource_ID(int PA_ReportSource_ID)
      Set Report Source.
      Specified by:
      setPA_ReportSource_ID in interface I_I_ReportLine
      Parameters:
      PA_ReportSource_ID - Restriction of what will be shown in Report Line
    • getPA_ReportSource_ID

      public int getPA_ReportSource_ID()
      Get Report Source.
      Specified by:
      getPA_ReportSource_ID in interface I_I_ReportLine
      Returns:
      Restriction of what will be shown in Report Line
    • setPostingType

      public void setPostingType(String PostingType)
      Set Posting Type.
      Specified by:
      setPostingType in interface I_I_ReportLine
      Parameters:
      PostingType - The type of posted amount for the transaction
    • getPostingType

      public String getPostingType()
      Get Posting Type.
      Specified by:
      getPostingType in interface I_I_ReportLine
      Returns:
      The type of posted amount for the transaction
    • setProcessed

      public void setProcessed(boolean Processed)
      Set Processed.
      Specified by:
      setProcessed in interface I_I_ReportLine
      Parameters:
      Processed - The document has been processed
    • isProcessed

      public boolean isProcessed()
      Get Processed.
      Specified by:
      isProcessed in interface I_I_ReportLine
      Returns:
      The document has been processed
    • setProcessing

      public void setProcessing(boolean Processing)
      Set Process Now.
      Specified by:
      setProcessing in interface I_I_ReportLine
      Parameters:
      Processing - Process Now
    • isProcessing

      public boolean isProcessing()
      Get Process Now.
      Specified by:
      isProcessing in interface I_I_ReportLine
      Returns:
      Process Now
    • setReportLineSetName

      public void setReportLineSetName(String ReportLineSetName)
      Set Report Line Set Name.
      Specified by:
      setReportLineSetName in interface I_I_ReportLine
      Parameters:
      ReportLineSetName - Name of the Report Line Set
    • getReportLineSetName

      public String getReportLineSetName()
      Get Report Line Set Name.
      Specified by:
      getReportLineSetName in interface I_I_ReportLine
      Returns:
      Name of the Report Line Set
    • setSeqNo

      public void setSeqNo(int SeqNo)
      Set Sequence.
      Specified by:
      setSeqNo in interface I_I_ReportLine
      Parameters:
      SeqNo - Method of ordering records; lowest number comes first
    • getSeqNo

      public int getSeqNo()
      Get Sequence.
      Specified by:
      getSeqNo in interface I_I_ReportLine
      Returns:
      Method of ordering records; lowest number comes first