Package org.compiere.model
Interface I_I_ReportLine
-
- All Known Implementing Classes:
X_I_ReportLine
public interface I_I_ReportLineGenerated Interface for I_ReportLine- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 6 - System - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_ElementValue_IDColumn name C_ElementValue_IDstatic StringCOLUMNNAME_CalculationTypeColumn name CalculationTypestatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_ElementValueColumn name ElementValuestatic StringCOLUMNNAME_I_ErrorMsgColumn name I_ErrorMsgstatic StringCOLUMNNAME_I_IsImportedColumn name I_IsImportedstatic StringCOLUMNNAME_I_ReportLine_IDColumn name I_ReportLine_IDstatic StringCOLUMNNAME_I_ReportLine_UUColumn name I_ReportLine_UUstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsPrintedColumn name IsPrintedstatic StringCOLUMNNAME_IsSummaryColumn name IsSummarystatic StringCOLUMNNAME_LineTypeColumn name LineTypestatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PA_ReportLine_IDColumn name PA_ReportLine_IDstatic StringCOLUMNNAME_PA_ReportLineSet_IDColumn name PA_ReportLineSet_IDstatic StringCOLUMNNAME_PA_ReportSource_IDColumn name PA_ReportSource_IDstatic StringCOLUMNNAME_PAAmountTypeColumn name PAAmountTypestatic StringCOLUMNNAME_PAPeriodTypeColumn name PAPeriodTypestatic StringCOLUMNNAME_PostingTypeColumn name PostingTypestatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_ReportLineSetNameColumn name ReportLineSetNamestatic StringCOLUMNNAME_SeqNoColumn name SeqNostatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=535static StringTable_NameTableName=I_ReportLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_ElementValuegetC_ElementValue()intgetC_ElementValue_ID()Get Account Element.StringgetCalculationType()Get CalculationTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetElementValue()Get Element Key.StringgetI_ErrorMsg()Get Import Error Message.intgetI_ReportLine_ID()Get Import Report Line Set.StringgetI_ReportLine_UU()Get I_ReportLine_UUStringgetLineType()Get Line TypeStringgetName()Get Name.I_PA_ReportLinegetPA_ReportLine()intgetPA_ReportLine_ID()Get Report LineI_PA_ReportLineSetgetPA_ReportLineSet()intgetPA_ReportLineSet_ID()Get Report Line SetI_PA_ReportSourcegetPA_ReportSource()intgetPA_ReportSource_ID()Get Report Source.StringgetPAAmountType()Get Amount Type.StringgetPAPeriodType()Get Period Type.StringgetPostingType()Get PostingType.StringgetReportLineSetName()Get Report Line Set Name.intgetSeqNo()Get Sequence.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisI_IsImported()Get Imported.booleanisPrinted()Get Printed.booleanisProcessed()Get Processed.booleanisProcessing()Get Process NowbooleanisSummary()Get Summary Level.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_ElementValue_ID(int C_ElementValue_ID)Set Account Element.voidsetCalculationType(String CalculationType)Set CalculationvoidsetDescription(String Description)Set Description.voidsetElementValue(String ElementValue)Set Element Key.voidsetI_ErrorMsg(String I_ErrorMsg)Set Import Error Message.voidsetI_IsImported(boolean I_IsImported)Set Imported.voidsetI_ReportLine_ID(int I_ReportLine_ID)Set Import Report Line Set.voidsetI_ReportLine_UU(String I_ReportLine_UU)Set I_ReportLine_UUvoidsetIsActive(boolean IsActive)Set Active.voidsetIsPrinted(boolean IsPrinted)Set Printed.voidsetIsSummary(boolean IsSummary)Set Summary Level.voidsetLineType(String LineType)Set Line TypevoidsetName(String Name)Set Name.voidsetPA_ReportLine_ID(int PA_ReportLine_ID)Set Report LinevoidsetPA_ReportLineSet_ID(int PA_ReportLineSet_ID)Set Report Line SetvoidsetPA_ReportSource_ID(int PA_ReportSource_ID)Set Report Source.voidsetPAAmountType(String PAAmountType)Set Amount Type.voidsetPAPeriodType(String PAPeriodType)Set Period Type.voidsetPostingType(String PostingType)Set PostingType.voidsetProcessed(boolean Processed)Set Processed.voidsetProcessing(boolean Processing)Set Process NowvoidsetReportLineSetName(String ReportLineSetName)Set Report Line Set Name.voidsetSeqNo(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
-
-