Class LabelWorkflowService.SkuMathRow

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

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

    • SkuMathRow

      public SkuMathRow(String sku, String description, int units, Integer unitsPerPallet, int fullPallets, int partialPallets, int estimatedPallets)
  • Method Details

    • getSku

      public String getSku()
    • getDescription

      public String getDescription()
    • getUnits

      public int getUnits()
    • getUnitsPerPallet

      public Integer getUnitsPerPallet()
    • getFullPallets

      public int getFullPallets()
    • getPartialPallets

      public int getPartialPallets()
    • getEstimatedPallets

      public int getEstimatedPallets()