Class RemovePdfImporterIdsParams
java.lang.Object
de.xima.fc.gui.designer.form.model.params.RemovePdfImporterIdsParams
- All Implemented Interfaces:
Serializable
POJO model for the PDF importer IDs removed event.
- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemovePdfImporterIdsParams
(List<String> pdfImporterIds) A new POJO with the given data. -
Method Summary
-
Constructor Details
-
RemovePdfImporterIdsParams
A new POJO with the given data.- Parameters:
pdfImporterIds
- Value as returned bygetPdfImporterIds()
.
-
-
Method Details
-
getPdfImporterIds
- Returns:
- PDF importer IDs of the removed events.
-