|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cocome.tradingsystem.inventory.application.reporting.ReportTO
public class ReportTO
Transfer object class for encapsulating report information in simple text format.
Field Summary | |
---|---|
protected java.lang.String |
reportText
|
Constructor Summary | |
---|---|
ReportTO()
|
Method Summary | |
---|---|
java.lang.String |
getReportText()
Gets the report in text(html) format. |
void |
setReportText(java.lang.String reportText)
Sets report text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String reportText
Constructor Detail |
---|
public ReportTO()
Method Detail |
---|
public java.lang.String getReportText()
public void setReportText(java.lang.String reportText)
reportText
- The report text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |