setEnd method

void setEnd(
  1. int end
)

Implementation

void setEnd(int end) {
  this.end = end;
}