setMetaData method

void setMetaData(
  1. String s
)

Implementation

void setMetaData(String s) {
  metadata = s;
}