Class WarehouseOperationCreationFromAccountingInput

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

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

    • WarehouseOperationCreationFromAccountingInput

      public WarehouseOperationCreationFromAccountingInput()
  • Method Details

    • getWarehouseAgendaMaterial

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

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

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

      public void setPreviousQuantity(Double quantity)
      Sets the previous accounted quantity.
      Parameters:
      quantity - the previous accounted 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 collection of serials to add.
      Returns:
      the collection of serials to add
    • setSerialsToAdd

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

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

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

      public LogHelper getLogHelper()
      Returns the log helper.
      Returns:
      the log helper
    • setLogHelper

      public void setLogHelper(LogHelper logHelper)
      Sets the log helper.
      Parameters:
      logHelper - the log helper
    • 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: