Class RiskGlobalThresholds

All Implemented Interfaces:
ConfigurationItem, Serializable, Comparable<BaseConfigurationItem>

@Metadata(root=CONFIGURATION, versioned=false, description="Configurable thresholds to determine how the risk scores will be calculated.") public class RiskGlobalThresholds extends BaseConfiguration
See Also:
  • Field Details

  • Constructor Details

    • RiskGlobalThresholds

      public RiskGlobalThresholds()
  • Method Details

    • getAtRiskFrom

      public int getAtRiskFrom()
    • setAtRiskFrom

      public void setAtRiskFrom(int atRiskFrom)
    • getAttentionNeededFrom

      public int getAttentionNeededFrom()
    • setAttentionNeededFrom

      public void setAttentionNeededFrom(int attentionNeededFrom)