public class Dialog extends Object
DialogService.| Constructor and Description |
|---|
Dialog() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
void |
setId(String id)
Sets the dialog id.
|
void |
setName(String name)
Sets the name.
|
String |
toString() |
Dialog |
withDialogId(String id)
With dialog id.
|
Dialog |
withName(String name)
With name.
|
public String getId()
public void setId(String id)
id - the new dialog idpublic Dialog withDialogId(String id)
id - the idpublic String getName()
public void setName(String name)
name - The namepublic Dialog withName(String name)
name - the nameCopyright © 2015. All rights reserved.