Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_ElementValue_ID
Column name C_ElementValue_IDstatic String
COLUMNNAME_CalculationType
Column name CalculationTypestatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_ElementValue
Column name ElementValuestatic String
COLUMNNAME_I_ErrorMsg
Column name I_ErrorMsgstatic String
COLUMNNAME_I_IsImported
Column name I_IsImportedstatic String
COLUMNNAME_I_ReportLine_ID
Column name I_ReportLine_IDstatic String
COLUMNNAME_I_ReportLine_UU
Column name I_ReportLine_UUstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsPrinted
Column name IsPrintedstatic String
COLUMNNAME_IsSummary
Column name IsSummarystatic String
COLUMNNAME_LineType
Column name LineTypestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_PA_ReportLine_ID
Column name PA_ReportLine_IDstatic String
COLUMNNAME_PA_ReportLineSet_ID
Column name PA_ReportLineSet_IDstatic String
COLUMNNAME_PA_ReportSource_ID
Column name PA_ReportSource_IDstatic String
COLUMNNAME_PAAmountType
Column name PAAmountTypestatic String
COLUMNNAME_PAPeriodType
Column name PAPeriodTypestatic String
COLUMNNAME_PostingType
Column name PostingTypestatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_ReportLineSetName
Column name ReportLineSetNamestatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=535static String
Table_Name
TableName=I_ReportLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_ElementValue
getC_ElementValue()
int
getC_ElementValue_ID()
Get Account Element.String
getCalculationType()
Get CalculationTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.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
getI_ReportLine_UU()
Get I_ReportLine_UUString
getLineType()
Get Line TypeString
getName()
Get Name.I_PA_ReportLine
getPA_ReportLine()
int
getPA_ReportLine_ID()
Get Report LineI_PA_ReportLineSet
getPA_ReportLineSet()
int
getPA_ReportLineSet_ID()
Get Report Line SetI_PA_ReportSource
getPA_ReportSource()
int
getPA_ReportSource_ID()
Get Report Source.String
getPAAmountType()
Get Amount Type.String
getPAPeriodType()
Get Period Type.String
getPostingType()
Get PostingType.String
getReportLineSetName()
Get Report Line Set Name.int
getSeqNo()
Get Sequence.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isI_IsImported()
Get Imported.boolean
isPrinted()
Get Printed.boolean
isProcessed()
Get Processed.boolean
isProcessing()
Get Process Nowboolean
isSummary()
Get Summary Level.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_ElementValue_ID(int C_ElementValue_ID)
Set Account Element.void
setCalculationType(String CalculationType)
Set Calculationvoid
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
setI_ReportLine_UU(String I_ReportLine_UU)
Set I_ReportLine_UUvoid
setIsActive(boolean IsActive)
Set Active.void
setIsPrinted(boolean IsPrinted)
Set Printed.void
setIsSummary(boolean IsSummary)
Set Summary Level.void
setLineType(String LineType)
Set Line Typevoid
setName(String Name)
Set Name.void
setPA_ReportLine_ID(int PA_ReportLine_ID)
Set Report Linevoid
setPA_ReportLineSet_ID(int PA_ReportLineSet_ID)
Set Report Line Setvoid
setPA_ReportSource_ID(int PA_ReportSource_ID)
Set Report Source.void
setPAAmountType(String PAAmountType)
Set Amount Type.void
setPAPeriodType(String PAPeriodType)
Set Period Type.void
setPostingType(String PostingType)
Set PostingType.void
setProcessed(boolean Processed)
Set Processed.void
setProcessing(boolean Processing)
Set Process Nowvoid
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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- 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_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- 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_I_ReportLine_UU
static final String COLUMNNAME_I_ReportLine_UU
Column name I_ReportLine_UU- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_PAAmountType
static final String COLUMNNAME_PAAmountType
Column name PAAmountType- See Also:
- Constant Field Values
-
COLUMNNAME_PAPeriodType
static final String COLUMNNAME_PAPeriodType
Column name PAPeriodType- 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
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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 RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setI_ReportLine_UU
void setI_ReportLine_UU(String I_ReportLine_UU)
Set I_ReportLine_UU
-
getI_ReportLine_UU
String getI_ReportLine_UU()
Get I_ReportLine_UU
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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
-
setPAAmountType
void setPAAmountType(String PAAmountType)
Set Amount Type. PA Amount Type for reporting
-
getPAAmountType
String getPAAmountType()
Get Amount Type. PA Amount Type for reporting
-
setPAPeriodType
void setPAPeriodType(String PAPeriodType)
Set Period Type. PA Period Type
-
getPAPeriodType
String getPAPeriodType()
Get Period Type. PA Period Type
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-