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

public class BOOCGroup extends DynO
Business object representing a OC group
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOOCGroup

      public BOOCGroup()
  • Method Details

    • getId

      public Long getId()
      Returns the operation center's group id.
      Returns:
      the group id
    • setId

      public void setId(Long id)
      Sets the operation center's group id.
      Parameters:
      id - the group id
    • getDescription

      public String getDescription()
      Returns the operation center's description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the operation center's description.
      Parameters:
      description - the description
    • getCode

      public String getCode()
      Returns the operation center's code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the operation center's code.
      Parameters:
      code - the code