com.bea.wlevs.ede.impl
Class MetricEventBean

java.lang.Object
  |
  +--com.bea.wlevs.ede.impl.MetricEventBean

public class MetricEventBean
extends Object
implements MetricEvent


Constructor Summary
MetricEventBean()
           
 
Method Summary
 Double getMetric()
           
 void setMetric(Double metric)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetricEventBean

public MetricEventBean()
Method Detail

getMetric

public Double getMetric()
Specified by:
getMetric in interface MetricEvent


setMetric

public void setMetric(Double metric)


toString

public String toString()

Overrides:
toString in class Object