proyecto.impresion
Class NFCDataSource

java.lang.Object
  extended by proyecto.impresion.NFCDataSource
All Implemented Interfaces:
net.sf.jasperreports.engine.JRDataSource
Direct Known Subclasses:
NFCRelacionDatasource

 class NFCDataSource
extends java.lang.Object
implements net.sf.jasperreports.engine.JRDataSource


Field Summary
(package private)  java.lang.Object[] datos
           
(package private)  int row
           
 
Constructor Summary
NFCDataSource(java.lang.Object[] datos)
          Creates a new instance of JRCVSDataSource
 
Method Summary
 java.lang.Object getFieldValue(net.sf.jasperreports.engine.JRField jRField)
           
 boolean next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

int row

datos

java.lang.Object[] datos
Constructor Detail

NFCDataSource

public NFCDataSource(java.lang.Object[] datos)
Creates a new instance of JRCVSDataSource

Method Detail

getFieldValue

public java.lang.Object getFieldValue(net.sf.jasperreports.engine.JRField jRField)
                               throws net.sf.jasperreports.engine.JRException
Specified by:
getFieldValue in interface net.sf.jasperreports.engine.JRDataSource
Throws:
net.sf.jasperreports.engine.JRException

next

public boolean next()
             throws net.sf.jasperreports.engine.JRException
Specified by:
next in interface net.sf.jasperreports.engine.JRDataSource
Throws:
net.sf.jasperreports.engine.JRException