Class BOWarehouseOperationHeader

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

public class BOWarehouseOperationHeader extends DynO
Business object representing a warehouse operation header.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWarehouseOperationHeader

      public BOWarehouseOperationHeader()
  • Method Details

    • getId

      public Long getId()
      Returns the warehouse operation header id.
      Returns:
      the the warehouse operation header id
    • setId

      public void setId(Long id)
      Sets the warehouse operation header id.
      Parameters:
      id - the warehouse operation header id
    • getType

      public Long getType()
      Returns the type id.
      Returns:
      the type id
      See Also:
    • setType

      public void setType(Long type)
      Sets the type id.
      Parameters:
      type - the type id
      See Also:
    • getState

      public Long getState()
      Returns the state id.
      Returns:
      the state id
      See Also:
    • setState

      public void setState(Long state)
      Sets the state id.
      Parameters:
      state - the state id
      See Also:
    • getOutgoingWarehouse

      public Long getOutgoingWarehouse()
      Returns the outgoing warehouse id.
      Returns:
      the outgoing warehouse id
      See Also:
    • setOutgoingWarehouse

      public void setOutgoingWarehouse(Long outgoingWarehouse)
      Sets the outgoing warehouse id.
      Parameters:
      outgoingWarehouse - the outgoing warehouse id
      See Also:
    • getIncomingWarehouse

      public Long getIncomingWarehouse()
      Returns the incoming warehouse id.
      Returns:
      the incoming warehouse id
      See Also:
    • setIncomingWarehouse

      public void setIncomingWarehouse(Long incomingWarehouse)
      Sets the incoming warehouse id.
      Parameters:
      incomingWarehouse - the incoming warehouse id
      See Also:
    • getReferenceDate

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

      public void setReferenceDate(Date referenceDate)
      Sets the warehouse operation header reference date.
      Parameters:
      referenceDate - the warehouse operation header reference date
    • 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 warehouse operation header creation date.
      Returns:
      the warehouse operation header creation date
    • setCreationDate

      public void setCreationDate(Date creationDate)
      Sets the warehouse operation header creation date.
      Parameters:
      creationDate - the warehouse operation header creation date