setValueA method

void setValueA(
  1. String valueA
)

Implementation

void setValueA(String valueA) {
  this.valueA = valueA;
}