setStart method

void setStart(
  1. int start
)

Implementation

void setStart(int start) {
  this.start = start;
}