setId method

void setId(
  1. int id
)

Implementation

void setId(int id) {
  _id = id;
}