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/agent/TeamOrPersonBaseDetailSection.java
23 23
import eu.etaxonomy.taxeditor.section.AbstractCdmDetailSection;
24 24

  
25 25
/**
26
 * <p>TeamOrPersonBaseDetailSection class.</p>
27
 *
26 28
 * @author n.hoffmann
27 29
 * @created Apr 26, 2010
28 30
 * @version 1.0
......
32 34
	private static final Logger logger = Logger
33 35
			.getLogger(TeamOrPersonBaseDetailSection.class);
34 36

  
37
	/**
38
	 * <p>Constructor for TeamOrPersonBaseDetailSection.</p>
39
	 *
40
	 * @param cdmFormFactory a {@link eu.etaxonomy.taxeditor.forms.CdmFormFactory} object.
41
	 * @param conversation a {@link eu.etaxonomy.cdm.api.conversation.ConversationHolder} object.
42
	 * @param parentElement a {@link eu.etaxonomy.taxeditor.forms.ICdmFormElement} object.
43
	 * @param selectionProvider a {@link org.eclipse.jface.viewers.ISelectionProvider} object.
44
	 * @param style a int.
45
	 */
35 46
	public TeamOrPersonBaseDetailSection(CdmFormFactory cdmFormFactory, ConversationHolder conversation,
36 47
			ICdmFormElement parentElement, ISelectionProvider selectionProvider, int style) {
37 48
		super(cdmFormFactory, conversation, parentElement, selectionProvider, style);
38 49
	}
39 50
	
51
	/** {@inheritDoc} */
40 52
	@Override
41 53
	protected DetailType getDetailType() {
42 54
		return DetailType.TEAMORPERSONBASE;
43 55
	}
44 56

  
57
	/** {@inheritDoc} */
45 58
	@Override
46 59
	public String getHeading() {
47 60
		if (getEntity() != null){

Also available in: Unified diff