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/forms/IEntityElement.java
12 12

  
13 13

  
14 14
/**
15
 * Any composite that represent a cdm entity should implement 
15
 * Any composite that represent a cdm entity should implement
16 16
 * this interface. Selection of CdmEntity data will rely on this
17 17
 * interface.
18
 * 
18
 *
19 19
 * @author n.hoffmann
20 20
 * @created Feb 16, 2010
21 21
 * @version 1.0
......
24 24

  
25 25
	/**
26 26
	 * Returns the entity of this composite.
27
	 * 
28
	 * @return
27
	 *
28
	 * @param <ENTITY> a ENTITY object.
29
	 * @return a ENTITY object.
29 30
	 */
30 31
	public ENTITY getEntity();
31 32
}

Also available in: Unified diff