Java Android edytuj wartość zestawu tekstu

EditText bookInput = (EditText)findViewById(R.id.book);
bookInput.setText("The Shining");
Mattalui