setTo method

void setTo(
  1. int to
)

Implementation

void setTo(int to) {
  this.to = to;
}