com.genesyslab.soa.event
Class TopicsEventRemove

java.lang.Object
  extended bycom.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

Constructor Summary
TopicsEventRemove()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getEventName()
          The event name.
 Topic[] getTriggers()
          The triggers list.
 int hashCode()
           
 void setEventName(java.lang.String eventName)
           
 void setTriggers(Topic[] triggers)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicsEventRemove

public TopicsEventRemove()
Method Detail

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()