Package org.compiere.model
Interface I_AD_PInstance_Log
-
- All Known Implementing Classes:
X_AD_PInstance_Log
public interface I_AD_PInstance_LogGenerated Interface for AD_PInstance_Log- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 6 - System - Clientstatic StringCOLUMNNAME_AD_PInstance_IDColumn name AD_PInstance_IDstatic StringCOLUMNNAME_AD_PInstance_Log_UUColumn name AD_PInstance_Log_UUstatic StringCOLUMNNAME_AD_Table_IDColumn name AD_Table_IDstatic StringCOLUMNNAME_Log_IDColumn name Log_IDstatic StringCOLUMNNAME_P_DateColumn name P_Datestatic StringCOLUMNNAME_P_IDColumn name P_IDstatic StringCOLUMNNAME_P_MsgColumn name P_Msgstatic StringCOLUMNNAME_P_NumberColumn name P_Numberstatic StringCOLUMNNAME_Record_IDColumn name Record_IDstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=578static StringTable_NameTableName=AD_PInstance_Log
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_AD_PInstancegetAD_PInstance()intgetAD_PInstance_ID()Get Process Instance.StringgetAD_PInstance_Log_UU()Get AD_PInstance_Log_UUI_AD_TablegetAD_Table()intgetAD_Table_ID()Get Table.intgetLog_ID()Get LogTimestampgetP_Date()Get Process Date.intgetP_ID()Get Process IDStringgetP_Msg()Get Process MessageBigDecimalgetP_Number()Get Process Number.intgetRecord_ID()Get Record ID.voidsetAD_PInstance_ID(int AD_PInstance_ID)Set Process Instance.voidsetAD_PInstance_Log_UU(String AD_PInstance_Log_UU)Set AD_PInstance_Log_UUvoidsetAD_Table_ID(int AD_Table_ID)Set Table.voidsetLog_ID(int Log_ID)Set LogvoidsetP_Date(Timestamp P_Date)Set Process Date.voidsetP_ID(int P_ID)Set Process IDvoidsetP_Msg(String P_Msg)Set Process MessagevoidsetP_Number(BigDecimal P_Number)Set Process Number.voidsetRecord_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
-
-