org.hyperic.hq.events.shared
Class ActionValue
java.lang.Object
org.hyperic.hq.events.shared.ActionValue
- All Implemented Interfaces:
- java.io.Serializable
public class ActionValue
- extends java.lang.Object
- implements java.io.Serializable
Value object for Action.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ActionValue
public ActionValue()
ActionValue
public ActionValue(java.lang.Integer id,
java.lang.String classname,
byte[] config,
java.lang.Integer parentId)
ActionValue
public ActionValue(ActionValue otherValue)
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
idHasBeenSet
public boolean idHasBeenSet()
getClassname
public java.lang.String getClassname()
setClassname
public void setClassname(java.lang.String classname)
classnameHasBeenSet
public boolean classnameHasBeenSet()
getConfig
public byte[] getConfig()
setConfig
public void setConfig(byte[] config)
configHasBeenSet
public boolean configHasBeenSet()
getParentId
public java.lang.Integer getParentId()
setParentId
public void setParentId(java.lang.Integer parentId)
parentIdHasBeenSet
public boolean parentIdHasBeenSet()
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.