public class CmsReportUpdateItem extends java.lang.Object
| Constructor and Description |
|---|
CmsReportUpdateItem(CmsReportFormatType type,
java.lang.Object message)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getMessage()
Gets the message.
|
CmsReportFormatType |
getType()
Gets the entry type.
|
public CmsReportUpdateItem(CmsReportFormatType type, java.lang.Object message)
type - the entry typemessage - the message (either a string or an exception)public java.lang.Object getMessage()
The message is either a string or an exception.
public CmsReportFormatType getType()