Class BOWorkOrderOperationStatus

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.bl.operation.status.BOWorkOrderOperationStatus
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOWorkOrderOperationStatus extends DynO
Business object representing a work order operation state
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWorkOrderOperationStatus

      public BOWorkOrderOperationStatus()
  • Method Details

    • getId

      public Long getId()
      Returns the work order operation state id.
      Returns:
      the the work order operation state id
    • setId

      public void setId(Long id)
      Sets the work order operation state id.
      Parameters:
      id - the work order operation state id
    • getCode

      public String getCode()
      Returns the work order operation code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the work order operation code.
      Parameters:
      code - the code
    • getDescription

      public String getDescription()
      Returns the work order operation description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the work order operation description.
      Parameters:
      description - the description