Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/section/ITaxonDetailSection.java
2 2

  
3 3
import eu.etaxonomy.cdm.model.taxon.TaxonBase;
4 4

  
5
/**
6
 * <p>ITaxonDetailSection interface.</p>
7
 *
8
 * @author n.hoffmann
9
 * @version $Id: $
10
 */
5 11
public interface ITaxonDetailSection{
6 12

  
13
	/**
14
	 * <p>setTaxon</p>
15
	 *
16
	 * @param taxon a {@link eu.etaxonomy.cdm.model.taxon.TaxonBase} object.
17
	 */
7 18
	public abstract void setTaxon(TaxonBase taxon);
8 19

  
9
}
20
}

Also available in: Unified diff