java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.organizationalstructures.bl.zone.BOZone
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOZone extends DynO
Business object representing an operation center.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOZone

      public BOZone()
  • Method Details

    • getId

      public Long getId()
      Returns the zone id.
      Returns:
      the the zone id
    • setId

      public void setId(Long id)
      Sets the zone id.
      Parameters:
      id - the zone id
    • getOperationCenter

      public Long getOperationCenter()
      Returns the operation center id.
      Returns:
      the operation center id
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the operation center id.
      Parameters:
      operationCenter - the operation center id
    • getCode

      public String getCode()
      Returns the zone code.
      Returns:
      the zone code
    • setCode

      public void setCode(String code)
      Sets the zone code.
      Parameters:
      code - the zone code
    • getDescription

      public LocalizedString getDescription()
      Returns the zone description.
      Returns:
      the zone description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the zone description.
      Parameters:
      description - the zone description
    • getColor

      public String getColor()
      Returns the zone color.
      Returns:
      the zone color
    • setColor

      public void setColor(String color)
      Sets the zone color.
      Parameters:
      color - the zone color
    • getStructure

      public Long getStructure()
      Returns the structure id.
      Returns:
      the structure id
    • setStructure

      public void setStructure(Long structure)
      Sets the structure id.
      Parameters:
      structure - the structure id
    • getVisible

      public Boolean getVisible()
      Checks if the zone is visible or not.
      Returns:
      true if the zone is visible, false otherwise
    • setVisible

      public void setVisible(Boolean visible)
      Sets the zone to visible.
      Parameters:
      visible - true if the zone must be visible, false otherwise