Package org.compiere.model
Interface AdempiereProcessorLog
-
- All Known Implementing Classes:
MAcctProcessorLog,MAlertProcessorLog,MIMPProcessorLog,MLdapProcessorLog,MRequestProcessorLog,MSchedulerLog,MWorkflowProcessorLog
public interface AdempiereProcessorLogProcessor Log Interface- Version:
- $Id: AdempiereProcessorLog.java,v 1.3 2006/07/30 00:51:04 jjanke Exp $
- Author:
- Jorg Janke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampgetCreated()Get Created DateStringgetDescription()Get Description.StringgetReference()Get Reference.StringgetSummary()Get Summary.StringgetTextMsg()Get Text Message.booleanisError()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
-
-