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

public class BOSchedulingArea extends DynO
Business object representing a scheduling area
See Also:
GCApi:
bo
  • Constructor Details

    • BOSchedulingArea

      public BOSchedulingArea()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getOperationCenter

      public Long getOperationCenter()
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getActive

      public Boolean getActive()
    • setActive

      public void setActive(Boolean active)