예제 #1
0
 // Pruefungsmethoden
 public boolean idProofBandStueck(int id) {
   return Helfer01.idToInt(DBMethodsBand.dbSelectStueckgruppeID(getBandName()), id);
 }