java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.oss.space.BOOssSpace
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOOssSpace extends DynO
Business object representing an OSS Space.
Since:
22.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOOssSpace

      public BOOssSpace()
  • Method Details

    • getId

      public Long getId()
      Returns the OSS space ID.
      Returns:
      the OSS space ID
    • setId

      public void setId(Long id)
      Sets the OSS space ID.
      Parameters:
      id - the OSS space ID
    • getName

      public String getName()
      Returns the space name/code.
      Returns:
      the space name
    • setName

      public void setName(String name)
      Sets the space name/code.
      Parameters:
      name - the space name
    • getDescription

      public String getDescription()
      Returns the space description.
      Returns:
      the space description
    • setDescription

      public void setDescription(String description)
      Sets the space description.
      Parameters:
      description - the space description
    • getActive

      public Boolean getActive()
      Returns whether the space is active.
      Returns:
      true if active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets whether the space is active.
      Parameters:
      active - true if active, false otherwise
    • getParkingTime

      public Long getParkingTime()
      Returns the parking time in seconds.
      Returns:
      the parking time
    • setParkingTime

      public void setParkingTime(Long parkingTime)
      Sets the parking time in seconds.
      Parameters:
      parkingTime - the parking time
    • getRingingTime

      public Long getRingingTime()
      Returns the ringing time in seconds.
      Returns:
      the ringing time
    • setRingingTime

      public void setRingingTime(Long ringingTime)
      Sets the ringing time in seconds.
      Parameters:
      ringingTime - the ringing time
    • getMatrix

      public Long getMatrix()
      Returns the matrix ID.
      Returns:
      the matrix ID
    • setMatrix

      public void setMatrix(Long matrix)
      Sets the matrix ID.
      Parameters:
      matrix - the matrix ID