|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_AD_WF_Activity
Generated Interface for AD_WF_Activity
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 7 - System - Client - Org |
static String |
COLUMNNAME_AD_Message_ID
Column name AD_Message_ID |
static String |
COLUMNNAME_AD_Table_ID
Column name AD_Table_ID |
static String |
COLUMNNAME_AD_User_ID
Column name AD_User_ID |
static String |
COLUMNNAME_AD_WF_Activity_ID
Column name AD_WF_Activity_ID |
static String |
COLUMNNAME_AD_WF_Node_ID
Column name AD_WF_Node_ID |
static String |
COLUMNNAME_AD_WF_Process_ID
Column name AD_WF_Process_ID |
static String |
COLUMNNAME_AD_WF_Responsible_ID
Column name AD_WF_Responsible_ID |
static String |
COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_ID |
static String |
COLUMNNAME_DateLastAlert
Column name DateLastAlert |
static String |
COLUMNNAME_DynPriorityStart
Column name DynPriorityStart |
static String |
COLUMNNAME_EndWaitTime
Column name EndWaitTime |
static String |
COLUMNNAME_Priority
Column name Priority |
static String |
COLUMNNAME_Processed
Column name Processed |
static String |
COLUMNNAME_Processing
Column name Processing |
static String |
COLUMNNAME_Record_ID
Column name Record_ID |
static String |
COLUMNNAME_TextMsg
Column name TextMsg |
static String |
COLUMNNAME_WFState
Column name WFState |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=644 |
static String |
Table_Name
TableName=AD_WF_Activity |
| Method Summary | |
|---|---|
int |
getAD_Message_ID()
Get Message. |
I_AD_Message |
getAD_Message()
|
int |
getAD_Table_ID()
Get Table. |
I_AD_Table |
getAD_Table()
|
int |
getAD_User_ID()
Get User/Contact. |
int |
getAD_WF_Activity_ID()
Get Workflow Activity. |
int |
getAD_WF_Node_ID()
Get Node. |
I_AD_WF_Node |
getAD_WF_Node()
|
int |
getAD_WF_Process_ID()
Get Workflow Process. |
I_AD_WF_Process |
getAD_WF_Process()
|
int |
getAD_WF_Responsible_ID()
Get Workflow Responsible. |
I_AD_WF_Responsible |
getAD_WF_Responsible()
|
int |
getAD_Workflow_ID()
Get Workflow. |
I_AD_Workflow |
getAD_Workflow()
|
Timestamp |
getDateLastAlert()
Get Last Alert. |
int |
getDynPriorityStart()
Get Dyn Priority Start. |
Timestamp |
getEndWaitTime()
Get End Wait. |
int |
getPriority()
Get Priority. |
int |
getRecord_ID()
Get Record ID. |
String |
getTextMsg()
Get Text Message. |
String |
getWFState()
Get Workflow State. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now |
void |
setAD_Message_ID(int AD_Message_ID)
Set Message. |
void |
setAD_Table_ID(int AD_Table_ID)
Set Table. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
void |
setAD_WF_Activity_ID(int AD_WF_Activity_ID)
Set Workflow Activity. |
void |
setAD_WF_Node_ID(int AD_WF_Node_ID)
Set Node. |
void |
setAD_WF_Process_ID(int AD_WF_Process_ID)
Set Workflow Process. |
void |
setAD_WF_Responsible_ID(int AD_WF_Responsible_ID)
Set Workflow Responsible. |
void |
setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow. |
void |
setDateLastAlert(Timestamp DateLastAlert)
Set Last Alert. |
void |
setDynPriorityStart(int DynPriorityStart)
Set Dyn Priority Start. |
void |
setEndWaitTime(Timestamp EndWaitTime)
Set End Wait. |
void |
setPriority(int Priority)
Set Priority. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now |
void |
setRecord_ID(int Record_ID)
Set Record ID. |
void |
setTextMsg(String TextMsg)
Set Text Message. |
void |
setWFState(String WFState)
Set Workflow State. |
| 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_Message_ID
static final String COLUMNNAME_AD_Table_ID
static final String COLUMNNAME_AD_User_ID
static final String COLUMNNAME_AD_WF_Activity_ID
static final String COLUMNNAME_AD_WF_Node_ID
static final String COLUMNNAME_AD_WF_Process_ID
static final String COLUMNNAME_AD_WF_Responsible_ID
static final String COLUMNNAME_AD_Workflow_ID
static final String COLUMNNAME_DateLastAlert
static final String COLUMNNAME_DynPriorityStart
static final String COLUMNNAME_EndWaitTime
static final String COLUMNNAME_Priority
static final String COLUMNNAME_Processed
static final String COLUMNNAME_Processing
static final String COLUMNNAME_Record_ID
static final String COLUMNNAME_TextMsg
static final String COLUMNNAME_WFState
| Method Detail |
|---|
void setAD_Message_ID(int AD_Message_ID)
int getAD_Message_ID()
I_AD_Message getAD_Message()
throws Exception
Exceptionvoid setAD_Table_ID(int AD_Table_ID)
int getAD_Table_ID()
I_AD_Table getAD_Table()
throws Exception
Exceptionvoid setAD_User_ID(int AD_User_ID)
int getAD_User_ID()
void setAD_WF_Activity_ID(int AD_WF_Activity_ID)
int getAD_WF_Activity_ID()
void setAD_WF_Node_ID(int AD_WF_Node_ID)
int getAD_WF_Node_ID()
I_AD_WF_Node getAD_WF_Node()
throws Exception
Exceptionvoid setAD_WF_Process_ID(int AD_WF_Process_ID)
int getAD_WF_Process_ID()
I_AD_WF_Process getAD_WF_Process()
throws Exception
Exceptionvoid setAD_WF_Responsible_ID(int AD_WF_Responsible_ID)
int getAD_WF_Responsible_ID()
I_AD_WF_Responsible getAD_WF_Responsible()
throws Exception
Exceptionvoid setAD_Workflow_ID(int AD_Workflow_ID)
int getAD_Workflow_ID()
I_AD_Workflow getAD_Workflow()
throws Exception
Exceptionvoid setDateLastAlert(Timestamp DateLastAlert)
Timestamp getDateLastAlert()
void setDynPriorityStart(int DynPriorityStart)
int getDynPriorityStart()
void setEndWaitTime(Timestamp EndWaitTime)
Timestamp getEndWaitTime()
void setPriority(int Priority)
int getPriority()
void setProcessed(boolean Processed)
boolean isProcessed()
void setProcessing(boolean Processing)
boolean isProcessing()
void setRecord_ID(int Record_ID)
int getRecord_ID()
void setTextMsg(String TextMsg)
String getTextMsg()
void setWFState(String WFState)
String getWFState()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||