Class PackageExportInfo

java.lang.Object
de.elo.ix.client.PackageExportInfo
All Implemented Interfaces:
Serializable

public class PackageExportInfo extends Object implements Serializable
Since:
21.00.000.005
See Also:
  • Field Details

    • nameOrGuids

      protected List<String> nameOrGuids
      List of names or GUIDs of packages to export.
  • Constructor Details

    • PackageExportInfo

      public PackageExportInfo()
  • Method Details

    • getNameOrGuids

      public List<String> getNameOrGuids()
    • setNameOrGuids

      public void setNameOrGuids(List<String> nameOrGuids)
    • toString

      public String toString()
      Overrides:
      toString in class Object