setID method

void setID(
  1. String id
)

Implementation

void setID(String id) {
  uid = id;
}