java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.state.BOTransferRequestState
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOTransferRequestState extends DynO
Business object representing a transfer request state.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOTransferRequestState

      public BOTransferRequestState()
  • Method Details

    • getId

      public Long getId()
      Returns the transfer request state id.
      Returns:
      the the transfer request state id
    • setId

      public void setId(Long id)
      Sets the transfer request state id.
      Parameters:
      id - the transfer request state id
    • getCode

      public String getCode()
      Returns the transfer request state code.
      Returns:
      the transfer request state code
    • setCode

      public void setCode(String code)
      Sets the transfer request state code.
      Parameters:
      code - the transfer request state code
    • getDescription

      public LocalizedString getDescription()
      Returns the transfer request state description.
      Returns:
      the transfer request state description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the transfer request state description.
      Parameters:
      description - the transfer request state description