Adempiere 3.5.2a

org.compiere.model
Interface I_PA_Report

All Known Implementing Classes:
MReport, X_PA_Report

public interface I_PA_Report

Generated Interface for PA_Report

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AD_PrintFormat_ID
          Column name AD_PrintFormat_ID
static String COLUMNNAME_C_AcctSchema_ID
          Column name C_AcctSchema_ID
static String COLUMNNAME_C_Calendar_ID
          Column name C_Calendar_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_JasperProcess_ID
          Column name JasperProcess_ID
static String COLUMNNAME_JasperProcessing
          Column name JasperProcessing
static String COLUMNNAME_ListSources
          Column name ListSources
static String COLUMNNAME_ListTrx
          Column name ListTrx
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PA_Report_ID
          Column name PA_Report_ID
static String COLUMNNAME_PA_ReportColumnSet_ID
          Column name PA_ReportColumnSet_ID
static String COLUMNNAME_PA_ReportLineSet_ID
          Column name PA_ReportLineSet_ID
static String COLUMNNAME_Processing
          Column name Processing
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=445
static String Table_Name
          TableName=PA_Report
 
Method Summary
 int getAD_PrintFormat_ID()
          Get Print Format.
 I_AD_PrintFormat getAD_PrintFormat()
           
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 int getC_Calendar_ID()
          Get Calendar.
 I_C_Calendar getC_Calendar()
           
 String getDescription()
          Get Description.
 int getJasperProcess_ID()
          Get Jasper Process.
 String getJasperProcessing()
          Get Jasper Process Now
 String getName()
          Get Name.
 int getPA_Report_ID()
          Get Financial Report.
 int getPA_ReportColumnSet_ID()
          Get Report Column Set.
 I_PA_ReportColumnSet getPA_ReportColumnSet()
           
 int getPA_ReportLineSet_ID()
          Get Report Line Set
 I_PA_ReportLineSet getPA_ReportLineSet()
           
 boolean isListSources()
          Get List Sources.
 boolean isListTrx()
          Get List Transactions.
 boolean isProcessing()
          Get Process Now
 void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
          Set Print Format.
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setC_Calendar_ID(int C_Calendar_ID)
          Set Calendar.
 void setDescription(String Description)
          Set Description.
 void setJasperProcess_ID(int JasperProcess_ID)
          Set Jasper Process.
 void setJasperProcessing(String JasperProcessing)
          Set Jasper Process Now
 void setListSources(boolean ListSources)
          Set List Sources.
 void setListTrx(boolean ListTrx)
          Set List Transactions.
 void setName(String Name)
          Set Name.
 void setPA_Report_ID(int PA_Report_ID)
          Set Financial Report.
 void setPA_ReportColumnSet_ID(int PA_ReportColumnSet_ID)
          Set Report Column Set.
 void setPA_ReportLineSet_ID(int PA_ReportLineSet_ID)
          Set Report Line Set
 void setProcessing(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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


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_Description

static final String COLUMNNAME_Description
Column name Description

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_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_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_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values
Method Detail

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


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


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


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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.