getName method

String getName()
override

Implementation

String getName() {
  return this._name.replaceAll("_", "-");
}