Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Timestamp
getCreated()
Get Created DateString
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
-
-