public class DefaultDialogReminder extends Object implements DialogReminder
| Constructor and Description |
|---|
DefaultDialogReminder(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Object |
getValue() |
boolean |
hasValue() |
void |
reset() |
void |
setValue(Object value) |
public DefaultDialogReminder(String id)
public String getId()
getId in interface DialogReminderpublic Object getValue()
getValue in interface DialogReminderpublic void reset()
reset in interface DialogReminderpublic boolean hasValue()
hasValue in interface DialogReminderpublic void setValue(Object value)
setValue in interface DialogReminder