org.jboss.bpm.report.model
Class ReportReference
java.lang.Object
org.jboss.bpm.report.model.ReportReference
public final class ReportReference
- extends java.lang.Object
- Author:
- Heiko.Braun
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ReportReference
public ReportReference(java.lang.String reportFileName)
setTitle
public void setTitle(java.lang.String title)
setDescription
public void setDescription(java.lang.String description)
getTitle
public java.lang.String getTitle()
getDescription
public java.lang.String getDescription()
getReportFileName
public java.lang.String getReportFileName()
getParameterMetaData
public java.util.List<ReportParameter> getParameterMetaData()
getParameter
public ReportParameter getParameter(java.lang.String name)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.