Package org.opencms.report
Class CmsReportUpdateItem
java.lang.Object
org.opencms.report.CmsReportUpdateItem
Represents a single report entry.
-
Constructor Summary
ConstructorDescriptionCmsReportUpdateItem
(CmsReportFormatType type, Object message) Creates a new instance. -
Method Summary
-
Constructor Details
-
CmsReportUpdateItem
Creates a new instance.- Parameters:
type
- the entry typemessage
- the message (either a string or an exception)
-
-
Method Details
-
getMessage
Gets the message.The message is either a string or an exception.
- Returns:
- the message
-
getType
Gets the entry type.- Returns:
- the entry type
-