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

public class BOStockChange extends DynO
Business object used to represent a stock change.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOStockChange

      public BOStockChange()
  • Method Details

    • getId

      public Long getId()
      Returns the stock change id.
      Returns:
      the stock change id
    • setId

      public void setId(Long id)
      Sets the stock change id.
      Parameters:
      id - the stock change id
    • getWarehouse

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

      public void setWarehouse(Long warehouse)
      Sets the id of warehouse involved in the stock change.
      Parameters:
      warehouse - the warehouse id
      See Also:
    • getMaterial

      public Long getMaterial()
      Returns the id of the material involved in the stock change.
      Returns:
      the material id
      See Also:
    • setMaterial

      public void setMaterial(Long material)
      Sets the id of the material involved in the stock change.
      Parameters:
      material - the material id
      See Also:
    • getSerializedMaterial

      public Long getSerializedMaterial()
      Returns the id of the serialized material involved in the stock change.
      Returns:
      the serialized material id
      See Also:
    • setSerializedMaterial

      public void setSerializedMaterial(Long serializedMaterial)
      Sets the id of the serialized material involved in the stock change.
      Parameters:
      serializedMaterial - the serialized material id
      See Also:
    • getOutgoingStockType

      public Long getOutgoingStockType()
      Returns the id of the outgoing stock type.
      Returns:
      the outgoing stock type id
      See Also:
    • setOutgoingStockType

      public void setOutgoingStockType(Long outgoingStockType)
      Sets the id of the outgoing stock type.
      Parameters:
      outgoingStockType - the outgoing stock type id
      See Also:
    • getIncomingStockType

      public Long getIncomingStockType()
      Returns the incoming stock type id.
      Returns:
      the incoming stock type id
      See Also:
    • setIncomingStockType

      public void setIncomingStockType(Long incomingStockType)
      Sets the incoming stock type id.
      Parameters:
      incomingStockType - the incoming stock type id
      See Also:
    • getMeasureUnit

      public Long getMeasureUnit()
      Returns the measure unit id.
      Returns:
      the measure unit id
      See Also:
    • setMeasureUnit

      public void setMeasureUnit(Long measureUnit)
      Sets the measure unit id.
      Parameters:
      measureUnit - the measure unit id
      See Also:
    • getQuantity

      public Double getQuantity()
      Returns the quantity of the stock change.
      Returns:
      the quantity of the stock change
    • setQuantity

      public void setQuantity(Double quantity)
      Sets the quantity of the stock change.
      Parameters:
      quantity - the quantity of the stock change
    • getCreationUser

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

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

      public Date getCreationDate()
      Returns the stock change creation date.
      Returns:
      the stock change creation date
    • setCreationDate

      public void setCreationDate(Date creationDate)
      Sets the stock change creation date.
      Parameters:
      creationDate - the stock change creation date
    • getProcessed

      public Boolean getProcessed()
      Checks if the stock change is processed.
      Returns:
      true if is the stock change is processed, false otherwise
    • setProcessed

      public void setProcessed(Boolean processed)
      Sets the stock change to processed.
      Parameters:
      processed - true if the stock change must be processed, false otherwise