|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_AD_Process
Generated Interface for AD_Process
| 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 |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AccessLevel
static final String COLUMNNAME_AD_PrintFormat_ID
static final String COLUMNNAME_AD_Process_ID
static final String COLUMNNAME_AD_ReportView_ID
static final String COLUMNNAME_AD_Workflow_ID
static final String COLUMNNAME_Classname
static final String COLUMNNAME_Description
static final String COLUMNNAME_EntityType
static final String COLUMNNAME_Help
static final String COLUMNNAME_IsBetaFunctionality
static final String COLUMNNAME_IsDirectPrint
static final String COLUMNNAME_IsReport
static final String COLUMNNAME_IsServerProcess
static final String COLUMNNAME_JasperReport
static final String COLUMNNAME_Name
static final String COLUMNNAME_ProcedureName
static final String COLUMNNAME_ShowHelp
static final String COLUMNNAME_Statistic_Count
static final String COLUMNNAME_Statistic_Seconds
static final String COLUMNNAME_Value
static final String COLUMNNAME_WorkflowValue
| Method Detail |
|---|
void setAccessLevel(String AccessLevel)
String getAccessLevel()
void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
int getAD_PrintFormat_ID()
I_AD_PrintFormat getAD_PrintFormat()
throws Exception
Exceptionvoid setAD_Process_ID(int AD_Process_ID)
int getAD_Process_ID()
void setAD_ReportView_ID(int AD_ReportView_ID)
int getAD_ReportView_ID()
I_AD_ReportView getAD_ReportView()
throws Exception
Exceptionvoid setAD_Workflow_ID(int AD_Workflow_ID)
int getAD_Workflow_ID()
I_AD_Workflow getAD_Workflow()
throws Exception
Exceptionvoid setClassname(String Classname)
String getClassname()
void setDescription(String Description)
String getDescription()
void setEntityType(String EntityType)
String getEntityType()
void setHelp(String Help)
String getHelp()
void setIsBetaFunctionality(boolean IsBetaFunctionality)
boolean isBetaFunctionality()
void setIsDirectPrint(boolean IsDirectPrint)
boolean isDirectPrint()
void setIsReport(boolean IsReport)
boolean isReport()
void setIsServerProcess(boolean IsServerProcess)
boolean isServerProcess()
void setJasperReport(String JasperReport)
String getJasperReport()
void setName(String Name)
String getName()
void setProcedureName(String ProcedureName)
String getProcedureName()
void setShowHelp(String ShowHelp)
String getShowHelp()
void setStatistic_Count(int Statistic_Count)
int getStatistic_Count()
void setStatistic_Seconds(int Statistic_Seconds)
int getStatistic_Seconds()
void setValue(String Value)
String getValue()
void setWorkflowValue(String WorkflowValue)
String getWorkflowValue()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||