Class BOWorkOrderState

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.workorder.state.BOWorkOrderState
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

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

    • BOWorkOrderState

      public BOWorkOrderState()
  • Method Details

    • getId

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

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

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

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

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

      public void setDescription(String description)
      Sets the work order state description.
      Parameters:
      description - the description
    • getColor

      public String getColor()
      Returns the work order state color.
      Returns:
      the color
    • setColor

      public void setColor(String color)
      Sets the work order state color.
      Parameters:
      color - the color
    • getOrder

      public Long getOrder()
      Returns the work order state order.
      Returns:
      the order
    • setOrder

      public void setOrder(Long order)
      Sets the work order state order.
      Parameters:
      order - the order