Class BOWorkCenter

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

public class BOWorkCenter extends DynO
Business object representing a work center
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOWorkCenter

      public BOWorkCenter()
  • Method Details

    • getId

      public Long getId()
      Returns the work center id.
      Returns:
      the the work center id
    • getCode

      public String getCode()
      Returns the work center code.
      Returns:
      the code
    • getDescription

      public LocalizedString getDescription()
      Returns the work center description.
      Returns:
      the description
    • getActive

      public Boolean getActive()
      Checks if the work center is active.
      Returns:
      true if the work center is active, false otherwise
    • getOrder

      public Long getOrder()
      Returns the work center order.
      Returns:
      the order
    • setId

      public void setId(Long id)
      Sets the work center id.
      Parameters:
      id - the work center id
    • setCode

      public void setCode(String code)
      Sets the work center code.
      Parameters:
      code - the code
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the work center description.
      Parameters:
      description - the description
    • setActive

      public void setActive(Boolean active)
      Sets the work center to active.
      Parameters:
      active - true if the work center must be active, false otherwise
    • setOrder

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