com.genesyslab.soa.event
Class TopicsService

java.lang.Object
  extended bycom.genesyslab.soa.event.TopicsService
All Implemented Interfaces:
java.io.Serializable

public class TopicsService
extends java.lang.Object
implements java.io.Serializable

This class contains the topics to subscribe to the events of this service.

See Also:
Serialized Form

Constructor Summary
TopicsService()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getServiceName()
          The service name.
 TopicsEvent[] getTopicsEvents()
          The event topics.
 int hashCode()
           
 void setServiceName(java.lang.String serviceName)
           
 void setTopicsEvents(TopicsEvent[] topicsEvents)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicsService

public TopicsService()
Method Detail

getServiceName

public java.lang.String getServiceName()
The service name.

Returns:
The serviceName.

setServiceName

public void setServiceName(java.lang.String serviceName)

setTopicsEvents

public void setTopicsEvents(TopicsEvent[] topicsEvents)

getTopicsEvents

public TopicsEvent[] getTopicsEvents()
The event topics.

Returns:
The topicsEvents.

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()