org.openengsb.domain.report.model
Class FileReportPart

java.lang.Object
  extended by org.openengsb.domain.report.model.ReportPart
      extended by org.openengsb.domain.report.model.FileReportPart

public class FileReportPart
extends ReportPart


Constructor Summary
FileReportPart(String partName, String contentType, File content)
           
 
Method Summary
 byte[] getContent()
           
 
Methods inherited from class org.openengsb.domain.report.model.ReportPart
getContentType, getPartName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileReportPart

public FileReportPart(String partName,
                      String contentType,
                      File content)
Method Detail

getContent

public byte[] getContent()
Specified by:
getContent in class ReportPart


Copyright © 2009-2011. All Rights Reserved.