setId method

void setId (
  1. String id
)

Implementation

void setId(String id) {
  this.id = id;
}