Project

General

Profile

« Previous | Next » 

Revision 403f1ee6

Added by Patrick Plitzner about 8 years ago

trim code

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeDetailElement.java
32 32
import eu.etaxonomy.taxeditor.ui.selection.TaxonNodeSelectionElement;
33 33

  
34 34
/**
35
 * <p>
36
 * TaxonNodeDetailElement class.
37
 * </p>
38 35
 *
39 36
 * @author n.hoffmann
40 37
 * @created Sep 27, 2010
......
67 64

  
68 65
	private EntitySelectionElement<TaxonNameBase> selection_reuseExistingName;
69 66

  
70
	/**
71
	 * <p>
72
	 * Constructor for TaxonNodeDetailElement.
73
	 * </p>
74
	 *
75
	 * @param formFactory
76
	 *            a {@link eu.etaxonomy.taxeditor.ui.element.CdmFormFactory}
77
	 *            object.
78
	 * @param formElement
79
	 *            a {@link eu.etaxonomy.taxeditor.ui.element.ICdmFormElement}
80
	 *            object.
81
	 */
82 67
	public TaxonNodeDetailElement(CdmFormFactory formFactory,
83 68
			ICdmFormElement formElement) {
84 69
		super(formFactory, formElement);
......
192 177
		}
193 178
	}
194 179

  
195
	/**
196
	 * <p>
197
	 * Getter for the field <code>classification</code>.
198
	 * </p>
199
	 *
200
	 * @return the classification
201
	 */
202 180
	public Classification getClassification() {
203 181
		return classification;
204 182
	}
......
207 185
		return openInEditor;
208 186
	}
209 187

  
210
	/**
211
	 * <p>
212
	 * Getter for the field <code>parentTreeNode</code>.
213
	 * </p>
214
	 *
215
	 * @return a {@link eu.etaxonomy.cdm.model.taxon.ITaxonTreeNode} object.
216
	 */
217 188
	public ITaxonTreeNode getParentTreeNode() {
218 189
		return parentTreeNode;
219 190
	}
220 191

  
221
	/**
222
	 * <p>
223
	 * Getter for the field <code>taxon</code>.
224
	 * </p>
225
	 *
226
	 * @return the taxon
227
	 */
228 192
	public Taxon getTaxon() {
229 193
		return taxon;
230 194
	}

Also available in: Unified diff