jdbreport.source
Class ObjectDataSet

java.lang.Object
  extended by jdbreport.source.AbstractDataSet
      extended by jdbreport.source.ReflectDataSet
          extended by jdbreport.source.ObjectDataSet
All Implemented Interfaces:
Cloneable, ReportDataSet

public class ObjectDataSet
extends ReflectDataSet

Version:
1.4 15.03.2010
Author:
Andrey Kholmanskih

Field Summary
 
Fields inherited from class jdbreport.source.ReflectDataSet
current
 
Fields inherited from class jdbreport.source.AbstractDataSet
logger
 
Constructor Summary
ObjectDataSet(Object object)
           
ObjectDataSet(String id, Object object)
           
 
Method Summary
 boolean reopen()
          Does nothing
 
Methods inherited from class jdbreport.source.ReflectDataSet
getColumnMap, getColumnNames, getCurrentObject, getObjectClass, getValue, hasNext, reflect
 
Methods inherited from class jdbreport.source.AbstractDataSet
clone, getId, getMasterId, getParams, next
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectDataSet

public ObjectDataSet(Object object)

ObjectDataSet

public ObjectDataSet(String id,
                     Object object)
Method Detail

reopen

public boolean reopen()
               throws ReportException
Does nothing

Returns:
true if not eof
Throws:
ReportException