Class WarehouseAccountingHandleInput

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

public class WarehouseAccountingHandleInput extends DynO
Since:
14.0
See Also:
  • Constructor Details

    • WarehouseAccountingHandleInput

      public WarehouseAccountingHandleInput()
  • Method Details

    • getWarehouseAgendaMaterial

      public Long getWarehouseAgendaMaterial()
      Returns the if of the warehouse agenda material relation.
      Returns:
      the warehouse agenda material id
      See Also:
    • setWarehouseAgendaMaterial

      public void setWarehouseAgendaMaterial(Long warehouseAgendaMaterial)
      Sets the id of the warehouse agenda material relation.
      Parameters:
      warehouseAgendaMaterial - the warehouse agenda material relation id
      See Also:
    • getPreviousQuantity

      public Double getPreviousQuantity()
      Returns the previous quantity.
      Returns:
      the previous quantity
    • setPreviousQuantity

      public void setPreviousQuantity(Double previousQuantity)
      Sets the previous quantity.
      Parameters:
      previousQuantity - the previous quantity
    • getReferenceDate

      public Date getReferenceDate()
      Returns the reference date.
      Returns:
      the reference date
    • setReferenceDate

      public void setReferenceDate(Date referenceDate)
      Sets the reference date.
      Parameters:
      referenceDate - the reference date
    • getSerialsToAdd

      public Collection<Long> getSerialsToAdd()
      Returns the serials to add.
      Returns:
      the serials to add
    • setSerialsToAdd

      public void setSerialsToAdd(Collection<Long> serialsToAdd)
      Sets the serials to add.
      Parameters:
      serialsToAdd - the serials to add
    • getSerialsToRemove

      public Collection<Long> getSerialsToRemove()
      Returns the serials to remove.
      Returns:
      the serials to remove
    • setSerialsToRemove

      public void setSerialsToRemove(Collection<Long> serialsToRemove)
      Sets the serials to remove.
      Parameters:
      serialsToRemove - the serials to remove
    • getCreationUser

      public Long getCreationUser()
      Returns the id of the creation user.
      Returns:
      the creation user id
      See Also:
    • setCreationUser

      public void setCreationUser(Long creationUser)
      Sets the id of the creation user.
      Parameters:
      creationUser - the creation user id
      See Also: