Class RemovePdfImporterIdsParams
- java.lang.Object
-
- de.xima.fc.gui.designer.form.model.params.RemovePdfImporterIdsParams
-
- All Implemented Interfaces:
Serializable
public final class RemovePdfImporterIdsParams extends Object implements Serializable
POJO model for the PDF importer IDs removed event.- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemovePdfImporterIdsParams(List<String> pdfImporterIds)
A new POJO with the given data.
-
-
-
Constructor Detail
-
RemovePdfImporterIdsParams
public RemovePdfImporterIdsParams(List<String> pdfImporterIds)
A new POJO with the given data.- Parameters:
pdfImporterIds
- Value as returned bygetPdfImporterIds()
.
-
-