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 StringgetMessage()Gets the message.StringgetType()voidsetMessage(String message)Sets the message.StringtoString()
-
-
-
Constructor Detail
-
ReportItem
public ReportItem(String type)
-
-