setStatus method

void setStatus(
  1. String status
)

Implementation

void setStatus(String status) {
  this.status = status;
}