public void setTextInput(TextInput textInput) { this.textInput = textInput; }
public void getTextInputFromMemento(Memento memento) { textInput = memento.textInput; }
public Memento(TextInput textInput) { this.textInput = textInput; }