setVersion method

void setVersion(
  1. int version
)

Implementation

void setVersion(int version) {
  this.version = version;
}