org.openengsb.domain.report.model
Class Report
java.lang.Object
org.openengsb.domain.report.model.Report
public class Report
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Report
public Report(String name)
getName
public String getName()
addPart
public void addPart(ReportPart part)
removePart
public void removePart(ReportPart part)
getParts
public List<ReportPart> getParts()
setParts
public void setParts(List<ReportPart> parts)
Copyright © 2009-2011. All Rights Reserved.