Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.events.server.session
Class AlertConditionLog

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

public class AlertConditionLog
extends PersistedObject

See Also:
Serialized Form

Field Summary
static int MAX_LOG_LENGTH
           
 
Constructor Summary
protected AlertConditionLog()
           
protected AlertConditionLog(Alert alert, java.lang.String value, AlertCondition condition)
           
 
Method Summary
protected  Alert getAlert()
           
 AlertConditionLogValue getAlertConditionLogValue()
           
 AlertCondition getCondition()
           
 java.lang.String getValue()
           
protected  void setAlert(Alert alert)
           
protected  void setCondition(AlertCondition condition)
           
protected  void setValue(java.lang.String value)
           
 
Methods inherited from class org.hyperic.hibernate.PersistedObject
equals, get_version_, getId, hashCode, set_version_, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_LOG_LENGTH

public static final int MAX_LOG_LENGTH
See Also:
Constant Field Values
Constructor Detail

AlertConditionLog

protected AlertConditionLog()

AlertConditionLog

protected AlertConditionLog(Alert alert,
                            java.lang.String value,
                            AlertCondition condition)
Method Detail

getValue

public java.lang.String getValue()

setValue

protected void setValue(java.lang.String value)

getAlert

protected Alert getAlert()

setAlert

protected void setAlert(Alert alert)

getCondition

public AlertCondition getCondition()

setCondition

protected void setCondition(AlertCondition condition)

getAlertConditionLogValue

public AlertConditionLogValue getAlertConditionLogValue()

Hyperic HQ Plugin API v. 4.4.0.2

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