Adempiere 3.5.2a

org.compiere.model
Interface I_AD_PInstance

All Known Implementing Classes:
MPInstance, X_AD_PInstance

public interface I_AD_PInstance

Generated Interface for AD_PInstance

Version:
Release 3.5.2a
Author:
Adempiere (generated)

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

Table_Name

static final String Table_Name
TableName=AD_PInstance

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=282


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_PInstance_ID

static final String COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Process_ID

static final String COLUMNNAME_AD_Process_ID
Column name AD_Process_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_ErrorMsg

static final String COLUMNNAME_ErrorMsg
Column name ErrorMsg

See Also:
Constant Field Values

COLUMNNAME_IsProcessing

static final String COLUMNNAME_IsProcessing
Column name IsProcessing

See Also:
Constant Field Values

COLUMNNAME_Record_ID

static final String COLUMNNAME_Record_ID
Column name Record_ID

See Also:
Constant Field Values

COLUMNNAME_Result

static final String COLUMNNAME_Result
Column name Result

See Also:
Constant Field Values
Method Detail

setAD_PInstance_ID

void setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance. Instance of the process


getAD_PInstance_ID

int getAD_PInstance_ID()
Get Process Instance. Instance of the process


setAD_Process_ID

void setAD_Process_ID(int AD_Process_ID)
Set Process. Process or Report


getAD_Process_ID

int getAD_Process_ID()
Get Process. Process or Report


getAD_Process

I_AD_Process getAD_Process()
                           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


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setErrorMsg

void setErrorMsg(String ErrorMsg)
Set Error Msg


getErrorMsg

String getErrorMsg()
Get Error Msg


setIsProcessing

void setIsProcessing(boolean IsProcessing)
Set Processing


isProcessing

boolean isProcessing()
Get Processing


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


setResult

void setResult(int Result)
Set Result. Result of the action taken


getResult

int getResult()
Get Result. Result of the action taken


Adempiere 3.5.2a

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