setFrom method

void setFrom(
  1. int from
)

Implementation

void setFrom(int from) {
  this.from = from;
}