com.genesyslab.soa.event
Class Topic
java.lang.Object
com.genesyslab.soa.event.Topic
- All Implemented Interfaces:
- java.io.Serializable
- public class Topic
- extends java.lang.Object
- implements java.io.Serializable
This class describes the topic used to define triggers and filters.
- See Also:
- Serialized Form
|
Constructor Summary |
Topic()
|
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getKey()
The topic key. |
java.lang.String |
getValue()
The topic value. |
int |
hashCode()
|
void |
setKey(java.lang.String key)
|
void |
setValue(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Topic
public Topic()
getKey
public java.lang.String getKey()
- The topic key.
- Returns:
- The key.
setKey
public void setKey(java.lang.String key)
setValue
public void setValue(java.lang.String value)
getValue
public java.lang.String getValue()
- The topic value.
- Returns:
- The value.
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object obj)