com.genesyslab.soa.event
Class TopicsEventRemove
java.lang.Object
com.genesyslab.soa.event.TopicsEventRemove
- All Implemented Interfaces:
- java.io.Serializable
- public class TopicsEventRemove
- extends java.lang.Object
- implements java.io.Serializable
This class describes the topics to unsubscribe for a particular event.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TopicsEventRemove
public TopicsEventRemove()
getEventName
public java.lang.String getEventName()
- The event name.
- Returns:
- The eventName.
setEventName
public void setEventName(java.lang.String eventName)
getTriggers
public Topic[] getTriggers()
- The triggers list. TopicsEvents defined for one of those triggers are removed.
- Returns:
- The triggers.
setTriggers
public void setTriggers(Topic[] triggers)
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()