|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_AD_PInstance
Generated Interface for AD_PInstance
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 6 - System - Client |
static String |
COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_ID |
static String |
COLUMNNAME_AD_Process_ID
Column name AD_Process_ID |
static String |
COLUMNNAME_AD_User_ID
Column name AD_User_ID |
static String |
COLUMNNAME_ErrorMsg
Column name ErrorMsg |
static String |
COLUMNNAME_IsProcessing
Column name IsProcessing |
static String |
COLUMNNAME_Record_ID
Column name Record_ID |
static String |
COLUMNNAME_Result
Column name Result |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=282 |
static String |
Table_Name
TableName=AD_PInstance |
| Method Summary | |
|---|---|
int |
getAD_PInstance_ID()
Get Process Instance. |
int |
getAD_Process_ID()
Get Process. |
I_AD_Process |
getAD_Process()
|
int |
getAD_User_ID()
Get User/Contact. |
I_AD_User |
getAD_User()
|
String |
getErrorMsg()
Get Error Msg |
int |
getRecord_ID()
Get Record ID. |
int |
getResult()
Get Result. |
boolean |
isProcessing()
Get Processing |
void |
setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance. |
void |
setAD_Process_ID(int AD_Process_ID)
Set Process. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
void |
setErrorMsg(String ErrorMsg)
Set Error Msg |
void |
setIsProcessing(boolean IsProcessing)
Set Processing |
void |
setRecord_ID(int Record_ID)
Set Record ID. |
void |
setResult(int Result)
Set Result. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AD_PInstance_ID
static final String COLUMNNAME_AD_Process_ID
static final String COLUMNNAME_AD_User_ID
static final String COLUMNNAME_ErrorMsg
static final String COLUMNNAME_IsProcessing
static final String COLUMNNAME_Record_ID
static final String COLUMNNAME_Result
| Method Detail |
|---|
void setAD_PInstance_ID(int AD_PInstance_ID)
int getAD_PInstance_ID()
void setAD_Process_ID(int AD_Process_ID)
int getAD_Process_ID()
I_AD_Process getAD_Process()
throws Exception
Exceptionvoid setAD_User_ID(int AD_User_ID)
int getAD_User_ID()
I_AD_User getAD_User()
throws Exception
Exceptionvoid setErrorMsg(String ErrorMsg)
String getErrorMsg()
void setIsProcessing(boolean IsProcessing)
boolean isProcessing()
void setRecord_ID(int Record_ID)
int getRecord_ID()
void setResult(int Result)
int getResult()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||