org.openengsb.domain.report.model
Class ReportPart

java.lang.Object
  extended by org.openengsb.domain.report.model.ReportPart
Direct Known Subclasses:
SimpleReportPart

public abstract class ReportPart
extends Object


Constructor Summary
ReportPart(String partName, String contentType)
           
 
Method Summary
abstract  byte[] getContent()
           
 String getContentType()
           
 String getPartName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportPart

public ReportPart(String partName,
                  String contentType)
Method Detail

getContent

public abstract byte[] getContent()

getContentType

public String getContentType()

getPartName

public String getPartName()


Copyright © 2009-2010. All Rights Reserved.