org.hyperic.hq.events.server.session
Class TriggersCreatedZeventSource
java.lang.Object
org.hyperic.hq.events.server.session.TriggersCreatedZeventSource
- All Implemented Interfaces:
- java.io.Serializable, ZeventSourceId
public class TriggersCreatedZeventSource
- extends java.lang.Object
- implements ZeventSourceId
Source ID object for a TriggersCreatedZevent. This represents the
Alert Definition whose triggers were created.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TriggersCreatedZeventSource
public TriggersCreatedZeventSource(java.lang.Integer id)
- Parameters:
id
- The id of the AlertDefinition that the event is for.
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
getId
public java.lang.Integer getId()
- Returns:
- The id of the AlertDefinition that the event is for.
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.