getName method

String getName()
override

Implementation

String getName()
{
  return super.mappedModuleId + " (" + super.moduleClass + ")";
}