|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReportingExportable
Interface for ReportingData Objects and AggrValue provides methods for exporting the data objects
Method Summary | |
---|---|
int |
compareTo(ReportingExportable re)
|
java.lang.Object |
getValue()
|
void |
setValue(java.lang.Object val)
Sets the value for this object |
java.lang.Object |
toHtml()
return type is eighter a implementation of Component or a String |
java.lang.String |
toText()
used for CSV/EXCEL/XML export... |
Method Detail |
---|
int compareTo(ReportingExportable re)
compareTo
in interface java.lang.Comparable<ReportingExportable>
java.lang.String toText()
java.lang.Object toHtml()
Component
or a String
java.lang.Object getValue()
void setValue(java.lang.Object val)
val
- - the value object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |