예제 #1
0
 public String generateFilename(InputReportIncident input) {
   // compute the filename
   return "incident-" + input.getIncidentId() + ".txt";
 }