/**
  * Sets this object's text.
  *
  * @param text the object's new text
  */
 @Override
 public void setText(String text) {
   impl.setText(text);
 }