|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_WF_EventAudit
public class X_AD_WF_EventAudit
Generated Model for AD_WF_EventAudit
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
AD_USER_ID_AD_Reference_ID
AD_User_ID AD_Reference_ID=110 |
static int |
EVENTTYPE_AD_Reference_ID
EventType AD_Reference_ID=306 |
static String |
EVENTTYPE_ProcessCompleted
Process Completed = PX |
static String |
EVENTTYPE_ProcessCreated
Process Created = PC |
static String |
EVENTTYPE_StateChanged
State Changed = SC |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=649 |
static String |
Table_Name
TableName=AD_WF_EventAudit |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
static String |
WFSTATE_Aborted
Aborted = CA |
static int |
WFSTATE_AD_Reference_ID
WFState AD_Reference_ID=305 |
static String |
WFSTATE_Completed
Completed = CC |
static String |
WFSTATE_NotStarted
Not Started = ON |
static String |
WFSTATE_Running
Running = OR |
static String |
WFSTATE_Suspended
Suspended = OS |
static String |
WFSTATE_Terminated
Terminated = CT |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_AD_WF_EventAudit(Ctx ctx,
int AD_WF_EventAudit_ID,
String trxName)
Standard Constructor |
|
X_AD_WF_EventAudit(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Table_ID()
Get Table. |
int |
getAD_User_ID()
Get User/Contact. |
int |
getAD_WF_EventAudit_ID()
Get Workflow Event Audit. |
int |
getAD_WF_Node_ID()
Get Node. |
int |
getAD_WF_Process_ID()
Get Workflow Process. |
int |
getAD_WF_Responsible_ID()
Get Workflow Responsible. |
String |
getAttributeName()
Get Attribute Name. |
String |
getDescription()
Get Description. |
BigDecimal |
getElapsedTimeMS()
Get Elapsed Time ms. |
String |
getEventType()
Get Event Type. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getNewValue()
Get New Value. |
String |
getOldValue()
Get Old Value. |
int |
getRecord_ID()
Get Record ID. |
String |
getTextMsg()
Get Text Message. |
String |
getWFState()
Get Workflow State. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isEventTypeValid(String test)
Is test a valid value. |
boolean |
isWFStateValid(String test)
Is test a valid value. |
void |
setAD_Table_ID(int AD_Table_ID)
Set Table. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
void |
setAD_WF_EventAudit_ID(int AD_WF_EventAudit_ID)
Set Workflow Event Audit. |
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 |
setAttributeName(String AttributeName)
Set Attribute Name. |
void |
setDescription(String Description)
Set Description. |
void |
setElapsedTimeMS(BigDecimal ElapsedTimeMS)
Set Elapsed Time ms. |
void |
setEventType(String EventType)
Set Event Type. |
void |
setNewValue(String NewValue)
Set New Value. |
void |
setOldValue(String OldValue)
Set Old Value. |
void |
setRecord_ID(int Record_ID)
Set Record ID. |
void |
setTextMsg(String TextMsg)
Set Text Message. |
void |
setWFState(String WFState)
Set Workflow State. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int AD_USER_ID_AD_Reference_ID
public static final int EVENTTYPE_AD_Reference_ID
public static final String EVENTTYPE_ProcessCreated
public static final String EVENTTYPE_ProcessCompleted
public static final String EVENTTYPE_StateChanged
public static final int WFSTATE_AD_Reference_ID
public static final String WFSTATE_Aborted
public static final String WFSTATE_Completed
public static final String WFSTATE_Terminated
public static final String WFSTATE_NotStarted
public static final String WFSTATE_Running
public static final String WFSTATE_Suspended
| Constructor Detail |
|---|
public X_AD_WF_EventAudit(Ctx ctx,
int AD_WF_EventAudit_ID,
String trxName)
ctx - contextAD_WF_EventAudit_ID - idtrxName - transaction
public X_AD_WF_EventAudit(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAD_Table_ID(int AD_Table_ID)
AD_Table_ID - Database Table informationpublic int getAD_Table_ID()
public void setAD_User_ID(int AD_User_ID)
AD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
public void setAD_WF_EventAudit_ID(int AD_WF_EventAudit_ID)
AD_WF_EventAudit_ID - Workflow Process Activity Event Audit Informationpublic int getAD_WF_EventAudit_ID()
public KeyNamePair getKeyNamePair()
public void setAD_WF_Node_ID(int AD_WF_Node_ID)
AD_WF_Node_ID - Workflow Node (activity), step or processpublic int getAD_WF_Node_ID()
public void setAD_WF_Process_ID(int AD_WF_Process_ID)
AD_WF_Process_ID - Actual Workflow Process Instancepublic int getAD_WF_Process_ID()
public void setAD_WF_Responsible_ID(int AD_WF_Responsible_ID)
AD_WF_Responsible_ID - Responsible for Workflow Executionpublic int getAD_WF_Responsible_ID()
public void setAttributeName(String AttributeName)
AttributeName - Name of the Attributepublic String getAttributeName()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setElapsedTimeMS(BigDecimal ElapsedTimeMS)
ElapsedTimeMS - Elapsed Time in millisecondspublic BigDecimal getElapsedTimeMS()
public boolean isEventTypeValid(String test)
test - testvalue
public void setEventType(String EventType)
EventType - Type of Eventpublic String getEventType()
public void setNewValue(String NewValue)
NewValue - New field valuepublic String getNewValue()
public void setOldValue(String OldValue)
OldValue - The old file datapublic String getOldValue()
public void setRecord_ID(int Record_ID)
Record_ID - Direct internal record IDpublic int getRecord_ID()
public void setTextMsg(String TextMsg)
TextMsg - Text Messagepublic String getTextMsg()
public boolean isWFStateValid(String test)
test - testvalue
public void setWFState(String WFState)
WFState - State of the execution of the workflowpublic String getWFState()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||