org.springframework.webflow.conversation.impl
Class SimpleConversationId
java.lang.Object
org.springframework.webflow.conversation.ConversationId
org.springframework.webflow.conversation.impl.SimpleConversationId
- All Implemented Interfaces:
- Serializable
public class SimpleConversationId
- extends ConversationId
An id that uniquely identifies a conversation managed by a ConversationManager
.
- Author:
- Ben Hale
- See Also:
- Serialized Form
SimpleConversationId
public SimpleConversationId(Serializable id)
- Creates a new simple conversation id.
- Parameters:
id
- the id value
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Description copied from class:
ConversationId
- Subclasses should override toString to return a parseable string form of the key.
- Specified by:
toString
in class ConversationId
- See Also:
Object.toString()
,
ConversationManager.parseConversationId(String)