setCustom1 method

void setCustom1 (
  1. String custom1
)
inherited

Implementation

void setCustom1(String custom1) {
  this.custom1 = custom1;
}