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:
  • Constructor Details

    • RemovePdfImporterIdsParams

      public RemovePdfImporterIdsParams(List<String> pdfImporterIds)
      A new POJO with the given data.
      Parameters:
      pdfImporterIds - Value as returned by getPdfImporterIds().
  • Method Details

    • getPdfImporterIds

      public List<String> getPdfImporterIds()
      Returns:
      PDF importer IDs of the removed events.