Ontimize 5.2072EN

com.ontimize.report.store
Class FileReportStore.FileResource

java.lang.Object
  extended bycom.ontimize.report.store.FileReportStore.FileResource
All Implemented Interfaces:
ReportDesigner.ReportResource, java.io.Serializable
Enclosing class:
FileReportStore

public static class FileReportStore.FileResource
extends java.lang.Object
implements ReportDesigner.ReportResource

See Also:
Serialized Form

Field Summary
protected  byte[] bytes
           
protected  java.lang.String name
           
 
Constructor Summary
FileReportStore.FileResource(java.io.File f)
           
 
Method Summary
 byte[] getBytes()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytes

protected byte[] bytes

name

protected java.lang.String name
Constructor Detail

FileReportStore.FileResource

public FileReportStore.FileResource(java.io.File f)
                             throws java.io.IOException
Method Detail

getBytes

public byte[] getBytes()
Specified by:
getBytes in interface ReportDesigner.ReportResource

getName

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

Ontimize