Class LabelWorkflowService.PrintResult

java.lang.Object
com.tbg.wms.cli.gui.LabelWorkflowService.PrintResult
Enclosing class:
LabelWorkflowService

public static final class LabelWorkflowService.PrintResult extends Object
  • Constructor Details

    • PrintResult

      public PrintResult(int labelsPrinted, Path outputDirectory, String printerId, String printerEndpoint)
  • Method Details

    • printToFile

      public static LabelWorkflowService.PrintResult printToFile(int labelsPrinted, Path outputDirectory)
    • getLabelsPrinted

      public int getLabelsPrinted()
    • getOutputDirectory

      public Path getOutputDirectory()
    • getPrinterId

      public String getPrinterId()
    • getPrinterEndpoint

      public String getPrinterEndpoint()
    • isPrintToFile

      public boolean isPrintToFile()