Class InputMultiDecoderTransferRequestInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.control.InputMultiDecoderTransferRequestInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class InputMultiDecoderTransferRequestInput extends DynO
Object representing the search input for InputMultiDecoderTransferRequest.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • InputMultiDecoderTransferRequestInput

      public InputMultiDecoderTransferRequestInput()
  • Method Details

    • isMultiselection

      public boolean isMultiselection()
      Verifies whether the performed search allows the multiselection or not.
      Returns:
      true the performed search allows the multiselection, false otherwise
    • setMultiselection

      public void setMultiselection(boolean isMultiselection)
      Enables the multiselection for the performed search.
      Parameters:
      isMultiselection - true if the the search needs to allow multiselection, false otherwise