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

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

    • BOOssMatrix

      public BOOssMatrix()
  • Method Details

    • getId

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

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

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

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

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

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

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

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

      public Long getMatrixType()
      Returns the matrix type ID.
      Returns:
      the matrix type ID
    • setMatrixType

      public void setMatrixType(Long matrixType)
      Sets the matrix type ID.
      Parameters:
      matrixType - the matrix type ID
    • getVehicle

      public Long getVehicle()
      Returns the vehicle ID.
      Returns:
      the vehicle ID
    • setVehicle

      public void setVehicle(Long vehicle)
      Sets the vehicle ID.
      Parameters:
      vehicle - the vehicle ID
    • getIntegrationType

      public Long getIntegrationType()
      Returns the integration type ID.
      Returns:
      the integration type ID
    • setIntegrationType

      public void setIntegrationType(Long integrationType)
      Sets the integration type ID.
      Parameters:
      integrationType - the integration type ID