setStartDate method

void setStartDate(
  1. int startDate
)

Implementation

void setStartDate(int startDate) {
  this.startDate = startDate;
}