Class TableReportTemplateList
java.lang.Object
net.datenwerke.rs.core.service.reportmanager.entities.reports.ReportProperty
net.datenwerke.rs.tabletemplate.service.tabletemplate.entities.TableReportTemplateList
- All Implemented Interfaces:
Iterable<TableReportTemplate>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.rs.tabletemplate.client.tabletemplate.dto")
public class TableReportTemplateList
extends ReportProperty
implements Iterable<TableReportTemplate>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(TableReportTemplate template) iterator()voidvoidsetTemplates(Set<TableReportTemplate> templates) toString()Methods inherited from class net.datenwerke.rs.core.service.reportmanager.entities.reports.ReportProperty
equals, getId, getName, getVersion, hashCode, isIdentical, setId, setVersionMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
TableReportTemplateList
public TableReportTemplateList()
-
-
Method Details
-
setName
- Overrides:
setNamein classReportProperty
-
setTemplates
-
getTemplates
-
iterator
- Specified by:
iteratorin interfaceIterable<TableReportTemplate>
-
add
-
toString
- Overrides:
toStringin classReportProperty
-