public class SimpleConversationId extends ConversationId
ConversationManager.| Constructor and Description |
|---|
SimpleConversationId(java.io.Serializable id)
Creates a new simple conversation id.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString()
Subclasses should override toString to return a parseable string form of the key.
|
public SimpleConversationId(java.io.Serializable id)
id - the id valuepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
ConversationIdtoString in class ConversationIdObject.toString(),
ConversationManager.parseConversationId(String)