Barcode Pick Product

Defined in package com.scandit.datacapture.barcode.pick.data

BarcodePickProduct
class BarcodePickProduct

Added in version 6.19.0

Represents a product to be picked.

BarcodePickProduct()
BarcodePickProduct(@NonNull String identifier,
        int quantityToPick)

Added in version 6.19.0

Constructs a BarcodePickProduct.

  • identifier The unique identifier for this product.

  • quantityToPick How many of this product need to be picked.

identifier
@NonNull String getIdentifier()

Added in version 6.19.0

The unique identifier for this product.

quantityToPick
int getQuantityToPick()

Added in version 6.19.0

How many of this product need to be picked.

equals(other)
boolean equals(@Nullable Object other)

Added in version 6.19.0

Indicates whether some other object is equal to this one.

hashCode()
int hashCode()

Added in version 6.19.0

Returns a hash code value for the object.