public boolean hasAllRequiredFields(BibtexEntry entry, BibtexDatabase database) {
   return entry.allFieldsPresent(getRequiredFields(), database);
 }