Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Process

All Known Implementing Classes:
MProcess, X_AD_Process

public interface I_AD_Process

Generated Interface for AD_Process

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AccessLevel
          Column name AccessLevel
static String COLUMNNAME_AD_PrintFormat_ID
          Column name AD_PrintFormat_ID
static String COLUMNNAME_AD_Process_ID
          Column name AD_Process_ID
static String COLUMNNAME_AD_ReportView_ID
          Column name AD_ReportView_ID
static String COLUMNNAME_AD_Workflow_ID
          Column name AD_Workflow_ID
static String COLUMNNAME_Classname
          Column name Classname
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsBetaFunctionality
          Column name IsBetaFunctionality
static String COLUMNNAME_IsDirectPrint
          Column name IsDirectPrint
static String COLUMNNAME_IsReport
          Column name IsReport
static String COLUMNNAME_IsServerProcess
          Column name IsServerProcess
static String COLUMNNAME_JasperReport
          Column name JasperReport
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_ProcedureName
          Column name ProcedureName
static String COLUMNNAME_ShowHelp
          Column name ShowHelp
static String COLUMNNAME_Statistic_Count
          Column name Statistic_Count
static String COLUMNNAME_Statistic_Seconds
          Column name Statistic_Seconds
static String COLUMNNAME_Value
          Column name Value
static String COLUMNNAME_WorkflowValue
          Column name WorkflowValue
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=284
static String Table_Name
          TableName=AD_Process
 
Method Summary
 String getAccessLevel()
          Get Data Access Level.
 int getAD_PrintFormat_ID()
          Get Print Format.
 I_AD_PrintFormat getAD_PrintFormat()
           
 int getAD_Process_ID()
          Get Process.
 int getAD_ReportView_ID()
          Get Report View.
 I_AD_ReportView getAD_ReportView()
           
 int getAD_Workflow_ID()
          Get Workflow.
 I_AD_Workflow getAD_Workflow()
           
 String getClassname()
          Get Classname.
 String getDescription()
          Get Description.
 String getEntityType()
          Get Entity Type.
 String getHelp()
          Get Comment/Help.
 String getJasperReport()
          Get Jasper Report
 String getName()
          Get Name.
 String getProcedureName()
          Get Procedure.
 String getShowHelp()
          Get Show Help
 int getStatistic_Count()
          Get Statistic Count.
 int getStatistic_Seconds()
          Get Statistic Seconds.
 String getValue()
          Get Search Key.
 String getWorkflowValue()
          Get Workflow Key.
 boolean isBetaFunctionality()
          Get Beta Functionality.
 boolean isDirectPrint()
          Get Direct print.
 boolean isReport()
          Get Report.
 boolean isServerProcess()
          Get Server Process.
 void setAccessLevel(String AccessLevel)
          Set Data Access Level.
 void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
          Set Print Format.
 void setAD_Process_ID(int AD_Process_ID)
          Set Process.
 void setAD_ReportView_ID(int AD_ReportView_ID)
          Set Report View.
 void setAD_Workflow_ID(int AD_Workflow_ID)
          Set Workflow.
 void setClassname(String Classname)
          Set Classname.
 void setDescription(String Description)
          Set Description.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsBetaFunctionality(boolean IsBetaFunctionality)
          Set Beta Functionality.
 void setIsDirectPrint(boolean IsDirectPrint)
          Set Direct print.
 void setIsReport(boolean IsReport)
          Set Report.
 void setIsServerProcess(boolean IsServerProcess)
          Set Server Process.
 void setJasperReport(String JasperReport)
          Set Jasper Report
 void setName(String Name)
          Set Name.
 void setProcedureName(String ProcedureName)
          Set Procedure.
 void setShowHelp(String ShowHelp)
          Set Show Help
 void setStatistic_Count(int Statistic_Count)
          Set Statistic Count.
 void setStatistic_Seconds(int Statistic_Seconds)
          Set Statistic Seconds.
 void setValue(String Value)
          Set Search Key.
 void setWorkflowValue(String WorkflowValue)
          Set Workflow Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Process

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=284


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AccessLevel

static final String COLUMNNAME_AccessLevel
Column name AccessLevel

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_AD_Process_ID

static final String COLUMNNAME_AD_Process_ID
Column name AD_Process_ID

See Also:
Constant Field Values

COLUMNNAME_AD_ReportView_ID

static final String COLUMNNAME_AD_ReportView_ID
Column name AD_ReportView_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Workflow_ID

static final String COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_ID

See Also:
Constant Field Values

COLUMNNAME_Classname

static final String COLUMNNAME_Classname
Column name Classname

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_EntityType

static final String COLUMNNAME_EntityType
Column name EntityType

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsBetaFunctionality

static final String COLUMNNAME_IsBetaFunctionality
Column name IsBetaFunctionality

See Also:
Constant Field Values

COLUMNNAME_IsDirectPrint

static final String COLUMNNAME_IsDirectPrint
Column name IsDirectPrint

See Also:
Constant Field Values

COLUMNNAME_IsReport

static final String COLUMNNAME_IsReport
Column name IsReport

See Also:
Constant Field Values

COLUMNNAME_IsServerProcess

static final String COLUMNNAME_IsServerProcess
Column name IsServerProcess

See Also:
Constant Field Values

COLUMNNAME_JasperReport

static final String COLUMNNAME_JasperReport
Column name JasperReport

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_ProcedureName

static final String COLUMNNAME_ProcedureName
Column name ProcedureName

See Also:
Constant Field Values

COLUMNNAME_ShowHelp

static final String COLUMNNAME_ShowHelp
Column name ShowHelp

See Also:
Constant Field Values

COLUMNNAME_Statistic_Count

static final String COLUMNNAME_Statistic_Count
Column name Statistic_Count

See Also:
Constant Field Values

COLUMNNAME_Statistic_Seconds

static final String COLUMNNAME_Statistic_Seconds
Column name Statistic_Seconds

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values

COLUMNNAME_WorkflowValue

static final String COLUMNNAME_WorkflowValue
Column name WorkflowValue

See Also:
Constant Field Values
Method Detail

setAccessLevel

void setAccessLevel(String AccessLevel)
Set Data Access Level. Access Level required


getAccessLevel

String getAccessLevel()
Get Data Access Level. Access Level required


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

setAD_Process_ID

void setAD_Process_ID(int AD_Process_ID)
Set Process. Process or Report


getAD_Process_ID

int getAD_Process_ID()
Get Process. Process or Report


setAD_ReportView_ID

void setAD_ReportView_ID(int AD_ReportView_ID)
Set Report View. View used to generate this report


getAD_ReportView_ID

int getAD_ReportView_ID()
Get Report View. View used to generate this report


getAD_ReportView

I_AD_ReportView getAD_ReportView()
                                 throws Exception
Throws:
Exception

setAD_Workflow_ID

void setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow. Workflow or combination of tasks


getAD_Workflow_ID

int getAD_Workflow_ID()
Get Workflow. Workflow or combination of tasks


getAD_Workflow

I_AD_Workflow getAD_Workflow()
                             throws Exception
Throws:
Exception

setClassname

void setClassname(String Classname)
Set Classname. Java Classname


getClassname

String getClassname()
Get Classname. Java Classname


setDescription

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


getDescription

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


setEntityType

void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization


getEntityType

String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setIsBetaFunctionality

void setIsBetaFunctionality(boolean IsBetaFunctionality)
Set Beta Functionality. This functionality is considered Beta


isBetaFunctionality

boolean isBetaFunctionality()
Get Beta Functionality. This functionality is considered Beta


setIsDirectPrint

void setIsDirectPrint(boolean IsDirectPrint)
Set Direct print. Print without dialog


isDirectPrint

boolean isDirectPrint()
Get Direct print. Print without dialog


setIsReport

void setIsReport(boolean IsReport)
Set Report. Indicates a Report record


isReport

boolean isReport()
Get Report. Indicates a Report record


setIsServerProcess

void setIsServerProcess(boolean IsServerProcess)
Set Server Process. Run this Process on Server only


isServerProcess

boolean isServerProcess()
Get Server Process. Run this Process on Server only


setJasperReport

void setJasperReport(String JasperReport)
Set Jasper Report


getJasperReport

String getJasperReport()
Get Jasper Report


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setProcedureName

void setProcedureName(String ProcedureName)
Set Procedure. Name of the Database Procedure


getProcedureName

String getProcedureName()
Get Procedure. Name of the Database Procedure


setShowHelp

void setShowHelp(String ShowHelp)
Set Show Help


getShowHelp

String getShowHelp()
Get Show Help


setStatistic_Count

void setStatistic_Count(int Statistic_Count)
Set Statistic Count. Internal statistics how often the entity was used


getStatistic_Count

int getStatistic_Count()
Get Statistic Count. Internal statistics how often the entity was used


setStatistic_Seconds

void setStatistic_Seconds(int Statistic_Seconds)
Set Statistic Seconds. Internal statistics how many seconds a process took


getStatistic_Seconds

int getStatistic_Seconds()
Get Statistic Seconds. Internal statistics how many seconds a process took


setValue

void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique


getValue

String getValue()
Get Search Key. Search key for the record in the format required - must be unique


setWorkflowValue

void setWorkflowValue(String WorkflowValue)
Set Workflow Key. Key of the Workflow to start


getWorkflowValue

String getWorkflowValue()
Get Workflow Key. Key of the Workflow to start


Adempiere 3.5.2a

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