setStatus method

void setStatus(
  1. ContractStatus status
)

Implementation

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