Package org.compiere.model
Interface I_AD_PInstance_Log
-
- All Known Implementing Classes:
X_AD_PInstance_Log
public interface I_AD_PInstance_Log
Generated Interface for AD_PInstance_Log- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_IDstatic String
COLUMNNAME_AD_PInstance_Log_UU
Column name AD_PInstance_Log_UUstatic String
COLUMNNAME_AD_Table_ID
Column name AD_Table_IDstatic String
COLUMNNAME_Log_ID
Column name Log_IDstatic String
COLUMNNAME_P_Date
Column name P_Datestatic String
COLUMNNAME_P_ID
Column name P_IDstatic String
COLUMNNAME_P_Msg
Column name P_Msgstatic String
COLUMNNAME_P_Number
Column name P_Numberstatic String
COLUMNNAME_Record_ID
Column name Record_IDstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=578static String
Table_Name
TableName=AD_PInstance_Log
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_AD_PInstance
getAD_PInstance()
int
getAD_PInstance_ID()
Get Process Instance.String
getAD_PInstance_Log_UU()
Get AD_PInstance_Log_UUI_AD_Table
getAD_Table()
int
getAD_Table_ID()
Get Table.int
getLog_ID()
Get LogTimestamp
getP_Date()
Get Process Date.int
getP_ID()
Get Process IDString
getP_Msg()
Get Process MessageBigDecimal
getP_Number()
Get Process Number.int
getRecord_ID()
Get Record ID.void
setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance.void
setAD_PInstance_Log_UU(String AD_PInstance_Log_UU)
Set AD_PInstance_Log_UUvoid
setAD_Table_ID(int AD_Table_ID)
Set Table.void
setLog_ID(int Log_ID)
Set Logvoid
setP_Date(Timestamp P_Date)
Set Process Date.void
setP_ID(int P_ID)
Set Process IDvoid
setP_Msg(String P_Msg)
Set Process Messagevoid
setP_Number(BigDecimal P_Number)
Set Process Number.void
setRecord_ID(int Record_ID)
Set Record ID.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_PInstance_Log- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=578- See Also:
- Constant Field Values
-
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_PInstance_Log_UU
static final String COLUMNNAME_AD_PInstance_Log_UU
Column name AD_PInstance_Log_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Table_ID
static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Log_ID
static final String COLUMNNAME_Log_ID
Column name Log_ID- See Also:
- Constant Field Values
-
COLUMNNAME_P_Date
static final String COLUMNNAME_P_Date
Column name P_Date- See Also:
- Constant Field Values
-
COLUMNNAME_P_ID
static final String COLUMNNAME_P_ID
Column name P_ID- See Also:
- Constant Field Values
-
COLUMNNAME_P_Msg
static final String COLUMNNAME_P_Msg
Column name P_Msg- See Also:
- Constant Field Values
-
COLUMNNAME_P_Number
static final String COLUMNNAME_P_Number
Column name P_Number- See Also:
- Constant Field Values
-
COLUMNNAME_Record_ID
static final String COLUMNNAME_Record_ID
Column name Record_ID- 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
-
getAD_PInstance
I_AD_PInstance getAD_PInstance() throws RuntimeException
- Throws:
RuntimeException
-
setAD_PInstance_Log_UU
void setAD_PInstance_Log_UU(String AD_PInstance_Log_UU)
Set AD_PInstance_Log_UU
-
getAD_PInstance_Log_UU
String getAD_PInstance_Log_UU()
Get AD_PInstance_Log_UU
-
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 RuntimeException
- Throws:
RuntimeException
-
setLog_ID
void setLog_ID(int Log_ID)
Set Log
-
getLog_ID
int getLog_ID()
Get Log
-
setP_Date
void setP_Date(Timestamp P_Date)
Set Process Date. Process Parameter
-
getP_Date
Timestamp getP_Date()
Get Process Date. Process Parameter
-
setP_ID
void setP_ID(int P_ID)
Set Process ID
-
getP_ID
int getP_ID()
Get Process ID
-
setP_Msg
void setP_Msg(String P_Msg)
Set Process Message
-
getP_Msg
String getP_Msg()
Get Process Message
-
setP_Number
void setP_Number(BigDecimal P_Number)
Set Process Number. Process Parameter
-
getP_Number
BigDecimal getP_Number()
Get Process Number. Process Parameter
-
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
-
-