public class ObjectReportInstance extends java.lang.Object implements ReportInstance
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
comment |
protected int |
iteration |
protected java.lang.Object |
theobject |
Constructor and Description |
---|
ObjectReportInstance() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment() |
int |
getIteration() |
java.lang.Object |
getObject() |
void |
setComment(java.lang.String j) |
void |
setIteration(int j) |
void |
setObject(java.lang.Object p) |