Package org.compiere.model
Interface I_PA_Report
-
- All Known Implementing Classes:
MReport,X_PA_Report
public interface I_PA_ReportGenerated Interface for PA_Report- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_PrintFormat_IDColumn name AD_PrintFormat_IDstatic StringCOLUMNNAME_C_AcctSchema_IDColumn name C_AcctSchema_IDstatic StringCOLUMNNAME_C_Calendar_IDColumn name C_Calendar_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_ExcludeAdjustmentPeriodsColumn name ExcludeAdjustmentPeriodsstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_JasperProcess_IDColumn name JasperProcess_IDstatic StringCOLUMNNAME_JasperProcessingColumn name JasperProcessingstatic StringCOLUMNNAME_ListSourcesColumn name ListSourcesstatic StringCOLUMNNAME_ListSourcesXTrxColumn name ListSourcesXTrxstatic StringCOLUMNNAME_ListTrxColumn name ListTrxstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PA_Report_IDColumn name PA_Report_IDstatic StringCOLUMNNAME_PA_Report_UUColumn name PA_Report_UUstatic StringCOLUMNNAME_PA_ReportColumnSet_IDColumn name PA_ReportColumnSet_IDstatic StringCOLUMNNAME_PA_ReportCube_IDColumn name PA_ReportCube_IDstatic StringCOLUMNNAME_PA_ReportLineSet_IDColumn name PA_ReportLineSet_IDstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=445static StringTable_NameTableName=PA_Report
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_PrintFormatgetAD_PrintFormat()intgetAD_PrintFormat_ID()Get Print Format.I_C_AcctSchemagetC_AcctSchema()intgetC_AcctSchema_ID()Get Accounting Schema.I_C_CalendargetC_Calendar()intgetC_Calendar_ID()Get Calendar.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetExcludeAdjustmentPeriods()Get Exclude Adjustment PeriodsI_AD_ProcessgetJasperProcess()intgetJasperProcess_ID()Get Jasper Process.StringgetJasperProcessing()Get Jasper Process NowStringgetName()Get Name.intgetPA_Report_ID()Get Financial Report.StringgetPA_Report_UU()Get PA_Report_UUI_PA_ReportColumnSetgetPA_ReportColumnSet()intgetPA_ReportColumnSet_ID()Get Report Column Set.I_PA_ReportCubegetPA_ReportCube()intgetPA_ReportCube_ID()Get Report Cube.I_PA_ReportLineSetgetPA_ReportLineSet()intgetPA_ReportLineSet_ID()Get Report Line SetTimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisListSources()Get List Sources.booleanisListSourcesXTrx()Get Include source accounts with no transaction.booleanisListTrx()Get List Transactions.booleanisProcessing()Get Process NowvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_PrintFormat_ID(int AD_PrintFormat_ID)Set Print Format.voidsetC_AcctSchema_ID(int C_AcctSchema_ID)Set Accounting Schema.voidsetC_Calendar_ID(int C_Calendar_ID)Set Calendar.voidsetDescription(String Description)Set Description.voidsetExcludeAdjustmentPeriods(String ExcludeAdjustmentPeriods)Set Exclude Adjustment PeriodsvoidsetIsActive(boolean IsActive)Set Active.voidsetJasperProcess_ID(int JasperProcess_ID)Set Jasper Process.voidsetJasperProcessing(String JasperProcessing)Set Jasper Process NowvoidsetListSources(boolean ListSources)Set List Sources.voidsetListSourcesXTrx(boolean ListSourcesXTrx)Set Include source accounts with no transaction.voidsetListTrx(boolean ListTrx)Set List Transactions.voidsetName(String Name)Set Name.voidsetPA_Report_ID(int PA_Report_ID)Set Financial Report.voidsetPA_Report_UU(String PA_Report_UU)Set PA_Report_UUvoidsetPA_ReportColumnSet_ID(int PA_ReportColumnSet_ID)Set Report Column Set.voidsetPA_ReportCube_ID(int PA_ReportCube_ID)Set Report Cube.voidsetPA_ReportLineSet_ID(int PA_ReportLineSet_ID)Set Report Line SetvoidsetProcessing(boolean Processing)Set Process Now
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=PA_Report- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=445- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
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_AD_PrintFormat_ID
static final String COLUMNNAME_AD_PrintFormat_ID
Column name AD_PrintFormat_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_AcctSchema_ID
static final String COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Calendar_ID
static final String COLUMNNAME_C_Calendar_ID
Column name C_Calendar_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_ExcludeAdjustmentPeriods
static final String COLUMNNAME_ExcludeAdjustmentPeriods
Column name ExcludeAdjustmentPeriods- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_JasperProcess_ID
static final String COLUMNNAME_JasperProcess_ID
Column name JasperProcess_ID- See Also:
- Constant Field Values
-
COLUMNNAME_JasperProcessing
static final String COLUMNNAME_JasperProcessing
Column name JasperProcessing- See Also:
- Constant Field Values
-
COLUMNNAME_ListSources
static final String COLUMNNAME_ListSources
Column name ListSources- See Also:
- Constant Field Values
-
COLUMNNAME_ListSourcesXTrx
static final String COLUMNNAME_ListSourcesXTrx
Column name ListSourcesXTrx- See Also:
- Constant Field Values
-
COLUMNNAME_ListTrx
static final String COLUMNNAME_ListTrx
Column name ListTrx- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_PA_ReportColumnSet_ID
static final String COLUMNNAME_PA_ReportColumnSet_ID
Column name PA_ReportColumnSet_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_ReportCube_ID
static final String COLUMNNAME_PA_ReportCube_ID
Column name PA_ReportCube_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_Report_ID
static final String COLUMNNAME_PA_Report_ID
Column name PA_Report_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_Report_UU
static final String COLUMNNAME_PA_Report_UU
Column name PA_Report_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- 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
-
setAD_PrintFormat_ID
void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
Set Print Format. Data Print Format
-
getAD_PrintFormat_ID
int getAD_PrintFormat_ID()
Get Print Format. Data Print Format
-
getAD_PrintFormat
I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException
- Throws:
RuntimeException
-
setC_AcctSchema_ID
void setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. Rules for accounting
-
getC_AcctSchema_ID
int getC_AcctSchema_ID()
Get Accounting Schema. Rules for accounting
-
getC_AcctSchema
I_C_AcctSchema getC_AcctSchema() throws RuntimeException
- Throws:
RuntimeException
-
setC_Calendar_ID
void setC_Calendar_ID(int C_Calendar_ID)
Set Calendar. Accounting Calendar Name
-
getC_Calendar_ID
int getC_Calendar_ID()
Get Calendar. Accounting Calendar Name
-
getC_Calendar
I_C_Calendar getC_Calendar() 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
-
setExcludeAdjustmentPeriods
void setExcludeAdjustmentPeriods(String ExcludeAdjustmentPeriods)
Set Exclude Adjustment Periods
-
getExcludeAdjustmentPeriods
String getExcludeAdjustmentPeriods()
Get Exclude Adjustment Periods
-
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
-
setJasperProcess_ID
void setJasperProcess_ID(int JasperProcess_ID)
Set Jasper Process. The Jasper Process used by the printengine if any process defined
-
getJasperProcess_ID
int getJasperProcess_ID()
Get Jasper Process. The Jasper Process used by the printengine if any process defined
-
getJasperProcess
I_AD_Process getJasperProcess() throws RuntimeException
- Throws:
RuntimeException
-
setJasperProcessing
void setJasperProcessing(String JasperProcessing)
Set Jasper Process Now
-
getJasperProcessing
String getJasperProcessing()
Get Jasper Process Now
-
setListSources
void setListSources(boolean ListSources)
Set List Sources. List Report Line Sources
-
isListSources
boolean isListSources()
Get List Sources. List Report Line Sources
-
setListSourcesXTrx
void setListSourcesXTrx(boolean ListSourcesXTrx)
Set Include source accounts with no transaction. Include source accounts with no transaction for list report line sources
-
isListSourcesXTrx
boolean isListSourcesXTrx()
Get Include source accounts with no transaction. Include source accounts with no transaction for list report line sources
-
setListTrx
void setListTrx(boolean ListTrx)
Set List Transactions. List the report transactions
-
isListTrx
boolean isListTrx()
Get List Transactions. List the report transactions
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPA_ReportColumnSet_ID
void setPA_ReportColumnSet_ID(int PA_ReportColumnSet_ID)
Set Report Column Set. Collection of Columns for Report
-
getPA_ReportColumnSet_ID
int getPA_ReportColumnSet_ID()
Get Report Column Set. Collection of Columns for Report
-
getPA_ReportColumnSet
I_PA_ReportColumnSet getPA_ReportColumnSet() throws RuntimeException
- Throws:
RuntimeException
-
setPA_ReportCube_ID
void setPA_ReportCube_ID(int PA_ReportCube_ID)
Set Report Cube. Define reporting cube for pre-calculation of summary accounting data.
-
getPA_ReportCube_ID
int getPA_ReportCube_ID()
Get Report Cube. Define reporting cube for pre-calculation of summary accounting data.
-
getPA_ReportCube
I_PA_ReportCube getPA_ReportCube() throws RuntimeException
- Throws:
RuntimeException
-
setPA_Report_ID
void setPA_Report_ID(int PA_Report_ID)
Set Financial Report. Financial Report
-
getPA_Report_ID
int getPA_Report_ID()
Get Financial Report. Financial Report
-
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_Report_UU
void setPA_Report_UU(String PA_Report_UU)
Set PA_Report_UU
-
getPA_Report_UU
String getPA_Report_UU()
Get PA_Report_UU
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-