Class ReportGroup
- java.lang.Object
-
- org.gcube.vremanagement.contextmanager.model.report.ReportGroup
-
- All Implemented Interfaces:
ReportOperation
public class ReportGroup extends Object implements ReportOperation
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedReportGroup()ReportGroup(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEntry(ReportEntry entry)StringgetName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.gcube.vremanagement.contextmanager.model.report.ReportOperation
isSingleOperation
-
-
-
-
Constructor Detail
-
ReportGroup
protected ReportGroup()
-
ReportGroup
public ReportGroup(String name)
-
-
Method Detail
-
getName
public String getName()
-
addEntry
public void addEntry(ReportEntry entry)
-
-