edu.uoc.tfc.j2ee.icampanario.grepresenta.useful.report
Class SimplePDFDocument

java.lang.Object
  extended by edu.uoc.tfc.j2ee.icampanario.grepresenta.useful.report.SimplePDFDocument
All Implemented Interfaces:
PDFDocument

public class SimplePDFDocument
extends java.lang.Object
implements PDFDocument

Documento PDF

Author:
Ismael Campanario Cabrera

Constructor Summary
SimplePDFDocument(java.lang.String name, byte[] content)
           
 
Method Summary
 byte[] getContent()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePDFDocument

public SimplePDFDocument(java.lang.String name,
                         byte[] content)
Method Detail

getContent

public byte[] getContent()
                  throws java.lang.Exception
Specified by:
getContent in interface PDFDocument
Throws:
java.lang.Exception

getName

public java.lang.String getName()
Specified by:
getName in interface PDFDocument