org.opennms.netmgt.correlation.drools
Class CorrelationExample.Outage

java.lang.Object
  extended by org.opennms.netmgt.correlation.drools.CorrelationExample.Outage
Enclosing class:
CorrelationExample

public static class CorrelationExample.Outage
extends Object


Constructor Summary
CorrelationExample.Outage(CorrelationExample.Node node, CorrelationExample.EventBean problem)
           
 
Method Summary
 CorrelationExample.Node getCause()
           
 CorrelationExample.Node getNode()
           
 CorrelationExample.EventBean getProblem()
           
 CorrelationExample.EventBean getResolution()
           
 void setCause(CorrelationExample.Node cause)
           
 void setResolution(CorrelationExample.EventBean resolution)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorrelationExample.Outage

public CorrelationExample.Outage(CorrelationExample.Node node,
                                 CorrelationExample.EventBean problem)
Method Detail

getNode

public CorrelationExample.Node getNode()

getProblem

public CorrelationExample.EventBean getProblem()

getResolution

public CorrelationExample.EventBean getResolution()

setResolution

public void setResolution(CorrelationExample.EventBean resolution)

getCause

public CorrelationExample.Node getCause()

setCause

public void setCause(CorrelationExample.Node cause)

toString

public String toString()
Overrides:
toString in class Object


Copyright ? 2008. All Rights Reserved.