Package org.teiid.query.report
Class ReportItem
- java.lang.Object
-
- org.teiid.query.report.ReportItem
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ValidatorFailure
public class ReportItem extends Object implements Serializable
Represents a single item on a report- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportItem(String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Gets the message.String
getType()
void
setMessage(String message)
Sets the message.String
toString()
-
-
-
Constructor Detail
-
ReportItem
public ReportItem(String type)
-
-