uk.ac.soton.itinnovation.grid.service.types
Class MetricUsageSummary

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.types.MetricUsageSummary

public class MetricUsageSummary
extends Object


Constructor Summary
MetricUsageSummary()
           
MetricUsageSummary(Metric metric, UsageSummaryBean[] events)
           
 
Method Summary
 UsageSummaryBean[] getEvents()
           
 Metric getMetric()
           
static TypeDesc getTypeDesc()
           
 void setEvents(UsageSummaryBean[] events)
           
 void setMetric(Metric metric)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricUsageSummary

public MetricUsageSummary()

MetricUsageSummary

public MetricUsageSummary(Metric metric,
                          UsageSummaryBean[] events)
Method Detail

getMetric

public Metric getMetric()

setMetric

public void setMetric(Metric metric)

getEvents

public UsageSummaryBean[] getEvents()

setEvents

public void setEvents(UsageSummaryBean[] events)

getTypeDesc

public static TypeDesc getTypeDesc()


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.