Hyperic HQ Plugin API v. 4.4.0.2

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

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

public class MetricAuxLogPojo
extends PersistedObject

See Also:
Serialized Form

Constructor Summary
protected MetricAuxLogPojo()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 GalertDef getAlertDef()
           
 GalertAuxLog getAuxLog()
           
 Measurement getMetric()
           
 AlertAuxLogProvider getProvider()
           
 int hashCode()
           
protected  void setAlertDef(GalertDef def)
           
protected  void setAuxLog(GalertAuxLog log)
           
protected  void setMetric(Measurement metric)
           
 
Methods inherited from class org.hyperic.hibernate.PersistedObject
get_version_, getId, set_version_, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricAuxLogPojo

protected MetricAuxLogPojo()
Method Detail

getAuxLog

public GalertAuxLog getAuxLog()

setAuxLog

protected void setAuxLog(GalertAuxLog log)

getMetric

public Measurement getMetric()

setMetric

protected void setMetric(Measurement metric)

getAlertDef

public GalertDef getAlertDef()

setAlertDef

protected void setAlertDef(GalertDef def)

getProvider

public AlertAuxLogProvider getProvider()

hashCode

public int hashCode()
Overrides:
hashCode in class PersistedObject

equals

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

Hyperic HQ Plugin API v. 4.4.0.2

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