Adempiere 3.5.2a

org.compiere.model
Interface I_AD_WF_EventAudit

All Known Implementing Classes:
MWFEventAudit, X_AD_WF_EventAudit

public interface I_AD_WF_EventAudit

Generated Interface for AD_WF_EventAudit

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
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_EventAudit_ID
          Column name AD_WF_EventAudit_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_AttributeName
          Column name AttributeName
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_ElapsedTimeMS
          Column name ElapsedTimeMS
static String COLUMNNAME_EventType
          Column name EventType
static String COLUMNNAME_NewValue
          Column name NewValue
static String COLUMNNAME_OldValue
          Column name OldValue
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=649
static String Table_Name
          TableName=AD_WF_EventAudit
 
Method Summary
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 int getAD_User_ID()
          Get User/Contact.
 int getAD_WF_EventAudit_ID()
          Get Workflow Event Audit.
 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()
           
 String getAttributeName()
          Get Attribute Name.
 String getDescription()
          Get Description.
 BigDecimal getElapsedTimeMS()
          Get Elapsed Time ms.
 String getEventType()
          Get Event Type.
 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.
 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.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_WF_EventAudit

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=649


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org


COLUMNNAME_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_AD_WF_EventAudit_ID

static final String COLUMNNAME_AD_WF_EventAudit_ID
Column name AD_WF_EventAudit_ID

See Also:
Constant Field Values

COLUMNNAME_AD_WF_Node_ID

static final String COLUMNNAME_AD_WF_Node_ID
Column name AD_WF_Node_ID

See Also:
Constant Field Values

COLUMNNAME_AD_WF_Process_ID

static final String COLUMNNAME_AD_WF_Process_ID
Column name AD_WF_Process_ID

See Also:
Constant Field Values

COLUMNNAME_AD_WF_Responsible_ID

static final String COLUMNNAME_AD_WF_Responsible_ID
Column name AD_WF_Responsible_ID

See Also:
Constant Field Values

COLUMNNAME_AttributeName

static final String COLUMNNAME_AttributeName
Column name AttributeName

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_ElapsedTimeMS

static final String COLUMNNAME_ElapsedTimeMS
Column name ElapsedTimeMS

See Also:
Constant Field Values

COLUMNNAME_EventType

static final String COLUMNNAME_EventType
Column name EventType

See Also:
Constant Field Values

COLUMNNAME_NewValue

static final String COLUMNNAME_NewValue
Column name NewValue

See Also:
Constant Field Values

COLUMNNAME_OldValue

static final String COLUMNNAME_OldValue
Column name OldValue

See Also:
Constant Field Values

COLUMNNAME_Record_ID

static final String COLUMNNAME_Record_ID
Column name Record_ID

See Also:
Constant Field Values

COLUMNNAME_TextMsg

static final String COLUMNNAME_TextMsg
Column name TextMsg

See Also:
Constant Field Values

COLUMNNAME_WFState

static final String COLUMNNAME_WFState
Column name WFState

See Also:
Constant Field Values
Method Detail

setAD_Table_ID

void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information


getAD_Table_ID

int getAD_Table_ID()
Get Table. Database Table information


getAD_Table

I_AD_Table getAD_Table()
                       throws Exception
Throws:
Exception

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


setAD_WF_EventAudit_ID

void setAD_WF_EventAudit_ID(int AD_WF_EventAudit_ID)
Set Workflow Event Audit. Workflow Process Activity Event Audit Information


getAD_WF_EventAudit_ID

int getAD_WF_EventAudit_ID()
Get Workflow Event Audit. Workflow Process Activity Event Audit Information


setAD_WF_Node_ID

void setAD_WF_Node_ID(int AD_WF_Node_ID)
Set Node. Workflow Node (activity), step or process


getAD_WF_Node_ID

int getAD_WF_Node_ID()
Get Node. Workflow Node (activity), step or process


getAD_WF_Node

I_AD_WF_Node getAD_WF_Node()
                           throws Exception
Throws:
Exception

setAD_WF_Process_ID

void setAD_WF_Process_ID(int AD_WF_Process_ID)
Set Workflow Process. Actual Workflow Process Instance


getAD_WF_Process_ID

int getAD_WF_Process_ID()
Get Workflow Process. Actual Workflow Process Instance


getAD_WF_Process

I_AD_WF_Process getAD_WF_Process()
                                 throws Exception
Throws:
Exception

setAD_WF_Responsible_ID

void setAD_WF_Responsible_ID(int AD_WF_Responsible_ID)
Set Workflow Responsible. Responsible for Workflow Execution


getAD_WF_Responsible_ID

int getAD_WF_Responsible_ID()
Get Workflow Responsible. Responsible for Workflow Execution


getAD_WF_Responsible

I_AD_WF_Responsible getAD_WF_Responsible()
                                         throws Exception
Throws:
Exception

setAttributeName

void setAttributeName(String AttributeName)
Set Attribute Name. Name of the Attribute


getAttributeName

String getAttributeName()
Get Attribute Name. Name of the Attribute


setDescription

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


getDescription

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


setElapsedTimeMS

void setElapsedTimeMS(BigDecimal ElapsedTimeMS)
Set Elapsed Time ms. Elapsed Time in mili seconds


getElapsedTimeMS

BigDecimal getElapsedTimeMS()
Get Elapsed Time ms. Elapsed Time in mili seconds


setEventType

void setEventType(String EventType)
Set Event Type. Type of Event


getEventType

String getEventType()
Get Event Type. Type of Event


setNewValue

void setNewValue(String NewValue)
Set New Value. New field value


getNewValue

String getNewValue()
Get New Value. New field value


setOldValue

void setOldValue(String OldValue)
Set Old Value. The old file data


getOldValue

String getOldValue()
Get Old Value. The old file data


setRecord_ID

void setRecord_ID(int Record_ID)
Set Record ID. Direct internal record ID


getRecord_ID

int getRecord_ID()
Get Record ID. Direct internal record ID


setTextMsg

void setTextMsg(String TextMsg)
Set Text Message. Text Message


getTextMsg

String getTextMsg()
Get Text Message. Text Message


setWFState

void setWFState(String WFState)
Set Workflow State. State of the execution of the workflow


getWFState

String getWFState()
Get Workflow State. State of the execution of the workflow


Adempiere 3.5.2a

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