org.rhq.core.domain.alert.composite
Class AlertConditionBaselineCategoryComposite

java.lang.Object
  extended by org.rhq.core.domain.alert.composite.AbstractAlertConditionCategoryComposite
      extended by org.rhq.core.domain.alert.composite.AlertConditionScheduleCategoryComposite
          extended by org.rhq.core.domain.alert.composite.AlertConditionBaselineCategoryComposite

public class AlertConditionBaselineCategoryComposite
extends AlertConditionScheduleCategoryComposite


Constructor Summary
AlertConditionBaselineCategoryComposite(AlertCondition condition, Integer scheduleId, Integer baselineId, Double minValue, Double meanValue, Double maxValue, DataType dataType)
           
 
Method Summary
 Integer getBaselineId()
           
 Double getMaxValue()
           
 Double getMeanValue()
           
 Double getMinValue()
           
 
Methods inherited from class org.rhq.core.domain.alert.composite.AlertConditionScheduleCategoryComposite
getDataType, getScheduleId
 
Methods inherited from class org.rhq.core.domain.alert.composite.AbstractAlertConditionCategoryComposite
getCondition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertConditionBaselineCategoryComposite

public AlertConditionBaselineCategoryComposite(AlertCondition condition,
                                               Integer scheduleId,
                                               Integer baselineId,
                                               Double minValue,
                                               Double meanValue,
                                               Double maxValue,
                                               DataType dataType)
Method Detail

getBaselineId

public Integer getBaselineId()

getMinValue

public Double getMinValue()

getMeanValue

public Double getMeanValue()

getMaxValue

public Double getMaxValue()


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.