setValueB method

void setValueB(
  1. String valueB
)

Implementation

void setValueB(String valueB) {
  this.valueB = valueB;
}