Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.measurement.server.session
Class AvailabilityDataId

java.lang.Object
  extended by org.hyperic.hq.measurement.server.session.AvailabilityDataId
All Implemented Interfaces:
java.io.Serializable

public class AvailabilityDataId
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AvailabilityDataId()
           
AvailabilityDataId(long startime, Measurement measurement)
           
 
Method Summary
 boolean equals(java.lang.Object rhs)
           
 Measurement getMeasurement()
           
 long getStartime()
           
 int hashCode()
           
 void setMeasurement(Measurement measurement)
           
 void setStartime(long startime)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AvailabilityDataId

public AvailabilityDataId()

AvailabilityDataId

public AvailabilityDataId(long startime,
                          Measurement measurement)
Method Detail

getStartime

public long getStartime()

getMeasurement

public Measurement getMeasurement()

setMeasurement

public void setMeasurement(Measurement measurement)

setStartime

public void setStartime(long startime)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object rhs)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.