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

  
13 13

  
14 14
/**
15
 * <p>IRelevantFormElement interface.</p>
16
 *
15 17
 * @author n.hoffmann
16 18
 * @created May 10, 2010
17 19
 * @version 1.0
18 20
 */
19 21
public interface IRelevantFormElement {
20 22

  
23
	/**
24
	 * <p>setIrrelevant</p>
25
	 *
26
	 * @param irrelevant a boolean.
27
	 */
21 28
	public void setIrrelevant(boolean irrelevant);
22 29
	
23 30
}

Also available in: Unified diff