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

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

public class AlertDefinitionComposite
extends Object


Constructor Summary
AlertDefinitionComposite(AlertDefinition alertDefinition, Integer parentResourceId, String parentResourceName)
           
 
Method Summary
 AlertDefinition getAlertDefinition()
           
 String getConditionText()
           
 Integer getParentResourceId()
           
 String getParentResourceName()
           
 void setConditionText(String conditionText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertDefinitionComposite

public AlertDefinitionComposite(AlertDefinition alertDefinition,
                                Integer parentResourceId,
                                String parentResourceName)
Method Detail

getAlertDefinition

public AlertDefinition getAlertDefinition()

getParentResourceId

public Integer getParentResourceId()

getParentResourceName

public String getParentResourceName()

getConditionText

public String getConditionText()

setConditionText

public void setConditionText(String conditionText)


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