org.hyperic.hq.escalation.server.session
Class EscalationAction
java.lang.Object
org.hyperic.hq.escalation.server.session.EscalationAction
- All Implemented Interfaces:
- java.io.Serializable, JSON
public class EscalationAction
- extends java.lang.Object
- implements java.io.Serializable, JSON
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
EscalationAction
protected EscalationAction()
EscalationAction
protected EscalationAction(Escalation parent,
Action action,
long waitTime)
setParent
protected void setParent(Escalation parent)
getParent
public Escalation getParent()
getAction
public Action getAction()
setAction
protected void setAction(Action action)
getWaitTime
public long getWaitTime()
setWaitTime
protected void setWaitTime(long waitTime)
toJSON
public org.json.JSONObject toJSON()
- Description copied from interface:
JSON
- Convert the object to a Json object
- Specified by:
toJSON
in interface JSON
getJsonName
public java.lang.String getJsonName()
- Specified by:
getJsonName
in interface JSON
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.