Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_AlertProcessor_ID
          Column name AD_AlertProcessor_ID
static String COLUMNNAME_AD_AlertProcessorLog_ID
          Column name AD_AlertProcessorLog_ID
static String COLUMNNAME_BinaryData
          Column name BinaryData
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsError
          Column name IsError
static String COLUMNNAME_Reference
          Column name Reference
static String COLUMNNAME_Summary
          Column name Summary
static String COLUMNNAME_TextMsg
          Column name TextMsg
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=699
static String Table_Name
          TableName=AD_AlertProcessorLog
 
Method Summary
 int getAD_AlertProcessor_ID()
          Get Alert Processor.
 I_AD_AlertProcessor getAD_AlertProcessor()
           
 int getAD_AlertProcessorLog_ID()
          Get Alert Processor Log.
 byte[] getBinaryData()
          Get BinaryData.
 String getDescription()
          Get Description.
 String getReference()
          Get Reference.
 String getSummary()
          Get Summary.
 String getTextMsg()
          Get Text Message.
 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 setBinaryData(byte[] BinaryData)
          Set BinaryData.
 void setDescription(String Description)
          Set Description.
 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


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_BinaryData

static final String COLUMNNAME_BinaryData
Column name BinaryData

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

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
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 Exception
Throws:
Exception

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


setBinaryData

void setBinaryData(byte[] BinaryData)
Set BinaryData. Binary Data


getBinaryData

byte[] getBinaryData()
Get BinaryData. Binary Data


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setIsError

void setIsError(boolean IsError)
Set Error. An Error occured in the execution


isError

boolean isError()
Get Error. An Error occured 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


Adempiere 3.5.2a

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