Class WarehouseOperationItemStateUpdateInput

java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.event.WarehouseOperationItemStateUpdateInput

public class WarehouseOperationItemStateUpdateInput extends Object
Object used as an input bean for the WarehouseOperationItemStateUpdateEvent
.
Since:
14.0
GCApi:
bo
  • Constructor Details

    • WarehouseOperationItemStateUpdateInput

      public WarehouseOperationItemStateUpdateInput()
  • Method Details

    • getOperation

      public Long getOperation()
      Returns the id of the warehouse operation header.
      Returns:
      the warehouse operation header id
      See Also:
    • setOperation

      public void setOperation(Long operation)
      Sets the id of the warehouse operation header.
      Parameters:
      operation - the warehouse operation header id
      See Also:
    • getItem

      public Long getItem()
      Returns the id of the warehouse operation item.
      Returns:
      the warehouse operation item id
      See Also:
    • setItem

      public void setItem(Long item)
      Sets the id of the warehouse operation item.
      Parameters:
      item - the warehouse operation item id
      See Also:
    • getOldState

      public Long getOldState()
      Returns the id of the warehouse operation item old state.
      Returns:
      the old state
      See Also:
    • setOldState

      public void setOldState(Long oldState)
      Sets the id of the warehouse operation item old state.
      Parameters:
      oldState - the old state
      See Also:
    • getNewState

      public Long getNewState()
      Returns the id of the warehouse operation item new state.
      Returns:
      the new state
      See Also:
    • setNewState

      public void setNewState(Long newState)
      Sets the id of the warehouse operation item new state.
      Parameters:
      newState - the new state
      See Also:
    • getErrorCode

      public String getErrorCode()
      Returns the error code.
      Returns:
      the error code
    • setErrorCode

      public void setErrorCode(String errorCode)
      Sets the error code.
      Parameters:
      errorCode - the error code
    • getErrorDescription

      public String getErrorDescription()
      Returns the error description.
      Returns:
      the error description
    • setErrorDescription

      public void setErrorDescription(String errorDescription)
      Sets the error description.
      Parameters:
      errorDescription - the error description