org.hyperic.hq.escalation.server.session
Class EscalationStateChange
java.lang.Object
org.hyperic.util.HypericEnum
org.hyperic.hq.escalation.server.session.EscalationStateChange
- All Implemented Interfaces:
- java.io.Serializable, JSON
public class EscalationStateChange
- extends HypericEnum
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CREATED
public static final EscalationStateChange CREATED
ACKNOWLEDGED
public static final EscalationStateChange ACKNOWLEDGED
FIXED
public static final EscalationStateChange FIXED
ESCALATED
public static final EscalationStateChange ESCALATED
isCreated
public boolean isCreated()
isAcknowledged
public boolean isAcknowledged()
isFixed
public boolean isFixed()
isEscalated
public boolean isEscalated()
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.