Class WarehouseMaterialMassiveInsertInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.material.event.WarehouseMaterialMassiveInsertInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class WarehouseMaterialMassiveInsertInput extends DynO
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • WarehouseMaterialMassiveInsertInput

      public WarehouseMaterialMassiveInsertInput()
  • Method Details

    • getWarehouse

      public Long getWarehouse()
      Returns the id of the warehouse.
      Returns:
      the warehouse id
      See Also:
    • setWarehouse

      public void setWarehouse(Long warehouse)
      Sets the warehouse id.
      Parameters:
      warehouse - the warehouse id
      See Also:
    • getMaterials

      public Set<Long> getMaterials()
      Returns the set of material ids.
      Returns:
      the material ids
      See Also:
    • setMaterials

      public void setMaterials(Set<Long> materials)
      Sets the set of materials ids.
      Parameters:
      materials - the material ids
      See Also: