Project

General

Profile

« Previous | Next » 

Revision c55c6773

Added by Patrick Plitzner over 10 years ago

  • added javadoc

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/dataimport/wizard/SpecimenSearchWizardPage.java
17 17

  
18 18

  
19 19
/**
20
 * Wizard page for entering search parameters
20 21
 * @author pplitzner
21 22
 * @date 12.09.2013
22 23
 *
......
25 26

  
26 27
    private SpecimenSearchController specimenSearchController;
27 28

  
28
    /**
29
     * @param pageName
30
     */
31 29
    protected SpecimenSearchWizardPage(String pageName) {
32 30
        super(pageName);
33 31
    }
......
42 40
    }
43 41

  
44 42
    /**
43
     * Returns a {@link BioCaseQuery} filled with the parameters defined in this wizard page
45 44
     * @return
46 45
     */
47 46
    public BioCaseQuery getQuery() {

Also available in: Unified diff