setAid method

void setAid(
  1. String aid
)

Implementation

void setAid(String aid) {
  this.aid = aid;
}