Package qa

Class QAParameters

java.lang.Object
qa.QAParameters
All Implemented Interfaces:
Serializable, Cloneable

public class QAParameters extends Object implements Cloneable, Serializable
See Also:
  • Field Details Link icon

    • serialVersionUID Link icon

      public static final long serialVersionUID
      See Also:
    • rawDataSource Link icon

      public String rawDataSource
    • immediateQuickReport Link icon

      public boolean immediateQuickReport
  • Constructor Details Link icon

    • QAParameters Link icon

      public QAParameters()
  • Method Details Link icon

    • getClusterParameters Link icon

      public ClusterParameters getClusterParameters(QACluster qaCluster)
      Get cluster specific parameters. will create a default object if one doesn't exist so will never return null.
      Parameters:
      qaCluster - cluster
      Returns:
      cluster specific parameters
      See Also:
    • setClusterParameters Link icon

      public void setClusterParameters(QACluster qaCluster, ClusterParameters clusterParameters)
      Set cluster specific parameters
      Parameters:
      qaCluster - cluster
      clusterParameters - cluster specific parameters
      See Also:
    • getOpsStatusParams Link icon

      public OpsStatusParams getOpsStatusParams(String opsCode)
      Get parameters specific to an operational status.
      Will create a default object if one doesn't exist in the table.
      Parameters:
      opsCode - code for operations status
      Returns:
      Status specific parameters.
    • setOpsStatusParams Link icon

      public void setOpsStatusParams(OpsStatusParams opsStatusParams)
      Set operations status parameters.
      Parameters:
      opsStatusParams - Operations status parameters.
    • getQuickTestLocationGeneratorName Link icon

      public String getQuickTestLocationGeneratorName()
      This, for now at least, has been hard wired to Stepped.
      Returns:
      the quickTestLocationGeneratorName
    • setQuickTestLocationGeneratorName Link icon

      public void setQuickTestLocationGeneratorName(String quickTestLocationGeneratorName)
      Parameters:
      quickTestLocationGeneratorName - the quickTestLocationGeneratorName to set
    • getRandomTestLocationGeneratorName Link icon

      public String getRandomTestLocationGeneratorName()
      Returns:
      the randomTestLocationGeneratorName
    • setRandomTestLocationGeneratorName Link icon

      public void setRandomTestLocationGeneratorName(String randomTestLocationGeneratorName)
      Parameters:
      randomTestLocationGeneratorName - the randomTestLocationGeneratorName to set
    • getnQuickTestSequences Link icon

      public int getnQuickTestSequences()
      Returns:
      the nQuickTestSequences
    • setnQuickTestSequences Link icon

      public void setnQuickTestSequences(int nQuickTestSequences)
      Parameters:
      nQuickTestSequences - the nQuickTestSequences to set
    • getRandomTestIntervalSeconds Link icon

      public int getRandomTestIntervalSeconds()
      Returns:
      the randomTestIntervalSeconds
    • setRandomTestIntervalSeconds Link icon

      public void setRandomTestIntervalSeconds(int randomTestIntervalSeconds)
      Parameters:
      randomTestIntervalSeconds - the randomTestIntervalSeconds to set
    • getReportOutputFolder Link icon

      public String getReportOutputFolder()
      Returns:
      the reportOutputFolder
    • setReportOutputFolder Link icon

      public void setReportOutputFolder(String reportOutputFolder)
      Parameters:
      reportOutputFolder - the reportOutputFolder to set
    • getRangeFactor Link icon

      public double getRangeFactor()
      Get how much nominal ranges for each cluster should be divided and multiplied by to determine the overall min and max ranges for testing.
      Returns:
      the rangeFactor
    • setRangeFactor Link icon

      public void setRangeFactor(double rangeFactor)
      Set how much nominal ranges for each cluster should be divided and multiplied by to determine the overall min and max ranges for testing.
      Parameters:
      rangeFactor - the rangeFactor to set