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

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.types.Usage
Direct Known Subclasses:
CumulativeUsageReport, InstantaneousRateReport, InstantaneousUsageReport

public abstract class Usage
extends Object


Constructor Summary
Usage()
           
Usage(UsageReport r)
           
 
Method Summary
 Long getId()
           
 Metric getMetric()
           
 void setId(Long argId)
           
 void setMetric(Metric argMetric)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Usage

public Usage()

Usage

public Usage(UsageReport r)
Method Detail

getId

public Long getId()

setId

public void setId(Long argId)

getMetric

public Metric getMetric()

setMetric

public void setMetric(Metric argMetric)


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