|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.conversation.ConversationParameters
public class ConversationParameters
Simple parameter object for clumping together input needed to begin a new conversation.
| Constructor Summary | |
|---|---|
ConversationParameters(String name,
String caption,
String description)
Creates new conversation input parameters. |
|
| Method Summary | |
|---|---|
String |
getCaption()
Returns the short description. |
String |
getDescription()
Returns the long description. |
String |
getName()
Returns the name of the conversation. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConversationParameters(String name,
String caption,
String description)
name - the name of the conversationcaption - a short descriptiondescription - a long description| Method Detail |
|---|
public String getName()
public String getCaption()
public String getDescription()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||