Package org.compiere.model
Interface I_R_RequestProcessorLog
-
- All Known Implementing Classes:
MRequestProcessorLog
,X_R_RequestProcessorLog
public interface I_R_RequestProcessorLog
Generated Interface for R_RequestProcessorLog- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 2 - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_BinaryData
Column name BinaryDatastatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsError
Column name IsErrorstatic String
COLUMNNAME_R_RequestProcessor_ID
Column name R_RequestProcessor_IDstatic String
COLUMNNAME_R_RequestProcessorLog_ID
Column name R_RequestProcessorLog_IDstatic String
COLUMNNAME_R_RequestProcessorLog_UU
Column name R_RequestProcessorLog_UUstatic String
COLUMNNAME_Reference
Column name Referencestatic String
COLUMNNAME_Summary
Column name Summarystatic String
COLUMNNAME_TextMsg
Column name TextMsgstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=659static String
Table_Name
TableName=R_RequestProcessorLog
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.byte[]
getBinaryData()
Get Binary Data.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.I_R_RequestProcessor
getR_RequestProcessor()
int
getR_RequestProcessor_ID()
Get Request Processor.int
getR_RequestProcessorLog_ID()
Get Request Processor Log.String
getR_RequestProcessorLog_UU()
Get R_RequestProcessorLog_UUString
getReference()
Get Reference.String
getSummary()
Get Summary.String
getTextMsg()
Get Text Message.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isError()
Get Error.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setBinaryData(byte[] BinaryData)
Set Binary Data.void
setDescription(String Description)
Set Description.void
setIsActive(boolean IsActive)
Set Active.void
setIsError(boolean IsError)
Set Error.void
setR_RequestProcessor_ID(int R_RequestProcessor_ID)
Set Request Processor.void
setR_RequestProcessorLog_ID(int R_RequestProcessorLog_ID)
Set Request Processor Log.void
setR_RequestProcessorLog_UU(String R_RequestProcessorLog_UU)
Set R_RequestProcessorLog_UUvoid
setReference(String Reference)
Set Reference.void
setSummary(String Summary)
Set Summary.void
setTextMsg(String TextMsg)
Set Text Message.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=R_RequestProcessorLog- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=659- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 2 - Client
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_BinaryData
static final String COLUMNNAME_BinaryData
Column name BinaryData- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsError
static final String COLUMNNAME_IsError
Column name IsError- See Also:
- Constant Field Values
-
COLUMNNAME_Reference
static final String COLUMNNAME_Reference
Column name Reference- See Also:
- Constant Field Values
-
COLUMNNAME_R_RequestProcessor_ID
static final String COLUMNNAME_R_RequestProcessor_ID
Column name R_RequestProcessor_ID- See Also:
- Constant Field Values
-
COLUMNNAME_R_RequestProcessorLog_ID
static final String COLUMNNAME_R_RequestProcessorLog_ID
Column name R_RequestProcessorLog_ID- See Also:
- Constant Field Values
-
COLUMNNAME_R_RequestProcessorLog_UU
static final String COLUMNNAME_R_RequestProcessorLog_UU
Column name R_RequestProcessorLog_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Summary
static final String COLUMNNAME_Summary
Column name Summary- See Also:
- Constant Field Values
-
COLUMNNAME_TextMsg
static final String COLUMNNAME_TextMsg
Column name TextMsg- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setBinaryData
void setBinaryData(byte[] BinaryData)
Set Binary Data. Binary Data
-
getBinaryData
byte[] getBinaryData()
Get Binary Data. Binary Data
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsError
void setIsError(boolean IsError)
Set Error. An Error occurred in the execution
-
isError
boolean isError()
Get Error. An Error occurred in the execution
-
setReference
void setReference(String Reference)
Set Reference. Reference for this record
-
getReference
String getReference()
Get Reference. Reference for this record
-
setR_RequestProcessor_ID
void setR_RequestProcessor_ID(int R_RequestProcessor_ID)
Set Request Processor. Processor for Requests
-
getR_RequestProcessor_ID
int getR_RequestProcessor_ID()
Get Request Processor. Processor for Requests
-
getR_RequestProcessor
I_R_RequestProcessor getR_RequestProcessor() throws RuntimeException
- Throws:
RuntimeException
-
setR_RequestProcessorLog_ID
void setR_RequestProcessorLog_ID(int R_RequestProcessorLog_ID)
Set Request Processor Log. Result of the execution of the Request Processor
-
getR_RequestProcessorLog_ID
int getR_RequestProcessorLog_ID()
Get Request Processor Log. Result of the execution of the Request Processor
-
setR_RequestProcessorLog_UU
void setR_RequestProcessorLog_UU(String R_RequestProcessorLog_UU)
Set R_RequestProcessorLog_UU
-
getR_RequestProcessorLog_UU
String getR_RequestProcessorLog_UU()
Get R_RequestProcessorLog_UU
-
setSummary
void setSummary(String Summary)
Set Summary. Textual summary of this request
-
getSummary
String getSummary()
Get Summary. Textual summary of this request
-
setTextMsg
void setTextMsg(String TextMsg)
Set Text Message. Text Message
-
getTextMsg
String getTextMsg()
Get Text Message. Text Message
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-