org.hyperic.hq.events.shared
Class AlertConditionLogValue
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AlertConditionLogValue
public AlertConditionLogValue()
AlertConditionLogValue
public AlertConditionLogValue(java.lang.Integer id,
java.lang.String value)
AlertConditionLogValue
public AlertConditionLogValue(AlertConditionLogValue otherValue)
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
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.