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

java.lang.Object
  extended by org.rhq.core.domain.alert.composite.AlertHistoryComposite

public class AlertHistoryComposite
extends Object


Constructor Summary
AlertHistoryComposite(Alert alert, Integer parentResourceId, String parentResourceName)
           
 
Method Summary
 Alert getAlert()
           
 String getConditionText()
           
 String getConditionValue()
           
 Integer getParentResourceId()
           
 String getParentResourceName()
           
 String getRecoveryInfo()
           
 void setConditionText(String conditionText)
           
 void setConditionValue(String conditionValue)
           
 void setRecoveryInfo(String recoveryInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertHistoryComposite

public AlertHistoryComposite(Alert alert,
                             Integer parentResourceId,
                             String parentResourceName)
Method Detail

getAlert

public Alert getAlert()

getParentResourceId

public Integer getParentResourceId()

getParentResourceName

public String getParentResourceName()

getConditionText

public String getConditionText()

setConditionText

public void setConditionText(String conditionText)

getConditionValue

public String getConditionValue()

setConditionValue

public void setConditionValue(String conditionValue)

getRecoveryInfo

public String getRecoveryInfo()

setRecoveryInfo

public void setRecoveryInfo(String recoveryInfo)


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.