public class PlaceholderToReportDocumentRepository extends Object
placeholderToReportDocumentMap.| Modifier and Type | Field and Description |
|---|---|
private static PlaceholderToReportDocumentRepository |
instance
Singleton.
|
private Map<Placeholder,ReportDocument> |
placeholderToReportDocumentMap
This map is filled out during a preparation phase and used in a generation phase.
|
| Constructor and Description |
|---|
PlaceholderToReportDocumentRepository() |
| Modifier and Type | Method and Description |
|---|---|
static PlaceholderToReportDocumentRepository |
getInstance() |
Map<Placeholder,ReportDocument> |
getPlaceholderToReportDocumentMap() |
void |
setPlaceholderToReportDocumentMap(Map<Placeholder,ReportDocument> placeholderToReportDocumentMap) |
private static final PlaceholderToReportDocumentRepository instance
private Map<Placeholder,ReportDocument> placeholderToReportDocumentMap
Placeholder to ReportDocument.public PlaceholderToReportDocumentRepository()
public static PlaceholderToReportDocumentRepository getInstance()
PlaceholderToReportDocumentRepository singleton.public Map<Placeholder,ReportDocument> getPlaceholderToReportDocumentMap()
placeholderToReportDocumentMap field value.public void setPlaceholderToReportDocumentMap(Map<Placeholder,ReportDocument> placeholderToReportDocumentMap)
placeholderToReportDocumentMap - see the placeholderToReportDocumentMap field description.Copyright © 2023. All rights reserved.