Adempiere 3.5.2a

org.compiere.model
Interface AdempiereProcessorLog

All Known Implementing Classes:
MAcctProcessorLog, MAlertProcessorLog, MIMPProcessorLog, MLdapProcessorLog, MRequestProcessorLog, MSchedulerLog, MWorkflowProcessorLog

public interface AdempiereProcessorLog

Processor Log Interface

Version:
$Id: AdempiereProcessorLog.java,v 1.3 2006/07/30 00:51:04 jjanke Exp $
Author:
Jorg Janke

Method Summary
 Timestamp getCreated()
          Get Created Date
 String getDescription()
          Get Description.
 String getReference()
          Get Reference.
 String getSummary()
          Get Summary.
 String getTextMsg()
          Get Text Message.
 boolean isError()
          Get Error.
 

Method Detail

getCreated

Timestamp getCreated()
Get Created Date

Returns:
created

getSummary

String getSummary()
Get Summary. Textual summary of this request

Returns:
Summary

getDescription

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

Returns:
description

isError

boolean isError()
Get Error. An Error occured in the execution

Returns:
true if error

getReference

String getReference()
Get Reference. Reference for this record

Returns:
reference

getTextMsg

String getTextMsg()
Get Text Message. Text Message

Returns:
text message

Adempiere 3.5.2a

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