Package org.compiere.model
Interface I_AD_AlertProcessorLog
-
- All Known Implementing Classes:
MAlertProcessorLog
,X_AD_AlertProcessorLog
public interface I_AD_AlertProcessorLog
Generated Interface for AD_AlertProcessorLog- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AD_AlertProcessor_ID
Column name AD_AlertProcessor_IDstatic String
COLUMNNAME_AD_AlertProcessorLog_ID
Column name AD_AlertProcessorLog_IDstatic String
COLUMNNAME_AD_AlertProcessorLog_UU
Column name AD_AlertProcessorLog_UUstatic 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_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=699static String
Table_Name
TableName=AD_AlertProcessorLog
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_AD_AlertProcessor
getAD_AlertProcessor()
int
getAD_AlertProcessor_ID()
Get Alert Processor.int
getAD_AlertProcessorLog_ID()
Get Alert Processor Log.String
getAD_AlertProcessorLog_UU()
Get AD_AlertProcessorLog_UUint
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.String
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_AlertProcessor_ID(int AD_AlertProcessor_ID)
Set Alert Processor.void
setAD_AlertProcessorLog_ID(int AD_AlertProcessorLog_ID)
Set Alert Processor Log.void
setAD_AlertProcessorLog_UU(String AD_AlertProcessorLog_UU)
Set AD_AlertProcessorLog_UUvoid
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
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=AD_AlertProcessorLog- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=699- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
COLUMNNAME_AD_AlertProcessor_ID
static final String COLUMNNAME_AD_AlertProcessor_ID
Column name AD_AlertProcessor_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_AlertProcessorLog_ID
static final String COLUMNNAME_AD_AlertProcessorLog_ID
Column name AD_AlertProcessorLog_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_AlertProcessorLog_UU
static final String COLUMNNAME_AD_AlertProcessorLog_UU
Column name AD_AlertProcessorLog_UU- See Also:
- Constant Field Values
-
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_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
-
setAD_AlertProcessor_ID
void setAD_AlertProcessor_ID(int AD_AlertProcessor_ID)
Set Alert Processor. Alert Processor/Server Parameter
-
getAD_AlertProcessor_ID
int getAD_AlertProcessor_ID()
Get Alert Processor. Alert Processor/Server Parameter
-
getAD_AlertProcessor
I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException
- Throws:
RuntimeException
-
setAD_AlertProcessorLog_ID
void setAD_AlertProcessorLog_ID(int AD_AlertProcessorLog_ID)
Set Alert Processor Log. Result of the execution of the Alert Processor
-
getAD_AlertProcessorLog_ID
int getAD_AlertProcessorLog_ID()
Get Alert Processor Log. Result of the execution of the Alert Processor
-
setAD_AlertProcessorLog_UU
void setAD_AlertProcessorLog_UU(String AD_AlertProcessorLog_UU)
Set AD_AlertProcessorLog_UU
-
getAD_AlertProcessorLog_UU
String getAD_AlertProcessorLog_UU()
Get AD_AlertProcessorLog_UU
-
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
-
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
-
-