setUserId method

void setUserId(
  1. String s
)

Used for testing only

Implementation

void setUserId(String s) {
  _userID = s;
}