Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.events.shared
Class AlertConditionLogValue

java.lang.Object
  extended by org.hyperic.hq.events.shared.AlertConditionLogValue
All Implemented Interfaces:
java.io.Serializable

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

Value object for AlertConditionLog.

See Also:
Serialized Form

Constructor Summary
AlertConditionLogValue()
           
AlertConditionLogValue(AlertConditionLogValue otherValue)
           
AlertConditionLogValue(java.lang.Integer id, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 AlertConditionValue getCondition()
           
 java.lang.Integer getId()
           
 java.lang.String getValue()
           
 int hashCode()
           
protected  boolean hasIdentity()
          A Value object have an identity if its attributes making its Primary Key has all been set.
 boolean idHasBeenSet()
           
 boolean isIdentical(java.lang.Object other)
           
 void setCondition(AlertConditionValue Condition)
           
 void setId(java.lang.Integer id)
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 boolean valueHasBeenSet()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlertConditionLogValue

public AlertConditionLogValue()

AlertConditionLogValue

public AlertConditionLogValue(java.lang.Integer id,
                              java.lang.String value)

AlertConditionLogValue

public AlertConditionLogValue(AlertConditionLogValue otherValue)
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

idHasBeenSet

public boolean idHasBeenSet()

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

valueHasBeenSet

public boolean valueHasBeenSet()

getCondition

public AlertConditionValue getCondition()

setCondition

public void setCondition(AlertConditionValue Condition)

toString

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

hasIdentity

protected boolean hasIdentity()
A Value object have an identity if its attributes making its Primary Key has all been set. One object without identity is never equal to any other object.

Returns:
true if this instance have an identity.

equals

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

isIdentical

public boolean isIdentical(java.lang.Object other)

hashCode

public int hashCode()
Overrides:
hashCode 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.