Class BOWorkOrderUrgency

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

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

    • BOWorkOrderUrgency

      public BOWorkOrderUrgency()
  • Method Details

    • getId

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

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

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

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

      public LocalizedString getDescription()
      Returns the work order urgency description.
      Returns:
      the description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the work order urgency description.
      Parameters:
      description - the description
    • getActive

      public Boolean getActive()
      Checks if the work order urgency is active.
      Returns:
      true if the work order urgency is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the work order urgency to active.
      Parameters:
      active - true if the work order urgency is active, false otherwise
    • getOrder

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

      public void setOrder(Long order)
      Sets the work order urgency order.
      Parameters:
      order - the order
    • getUrgency

      public Boolean getUrgency()
      Checks whether the work order is defined as urgent.
      Returns:
      true if the work order is urgent, false otherwise
    • setUrgency

      public void setUrgency(Boolean urgency)
      Sets the work order to urgent.
      Parameters:
      urgency - true if the work order must be urgent, false otherwise
    • getColor

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

      public void setColor(String color)
      Sets the work order urgency color.
      Parameters:
      color - the color