/**
  * Sets the data of the receiver's username and password holders. Once done, it checks whether
  * both holders have had their data set.
  *
  * @return True if so.
  */
 public boolean setValues() {
   return mSystem.setValues();
 }