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

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

    • BOOperationCenter

      public BOOperationCenter()
  • Method Details

    • getId

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

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

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

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

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

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

      public Boolean isActive()
      Checks if the operation center is active.
      Returns:
      true if the operation center is active, false otherwise
    • setActive

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

      public Long getStructure()
      Returns the id of the operation center structure.
      Returns:
      the structure id
      See Also:
    • setStructure

      public void setStructure(Long structure)
      Sets the id of the operation center structure.
      Parameters:
      structure - the structure id
      See Also:
    • getCountry

      public String getCountry()
      Returns the id of the operation center country.
      Returns:
      the country id
      See Also:
    • setCountry

      public void setCountry(String country)
      Sets the id of the operation center country.
      Parameters:
      country - the country id
      See Also:
    • getTimeZone

      public String getTimeZone()
      Returns the operation center time zone.
      Returns:
      the time zone
    • setTimeZone

      public void setTimeZone(String timeZone)
      Sets the operation center time zone.
      Parameters:
      timeZone - the time zone
    • getColor

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

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