setGuid method

void setGuid(
  1. String guid
)

Implementation

void setGuid(String guid) {
  this.guid = guid;
}