Project

General

Profile

Download (235 Bytes) Statistics
| Branch: | Tag: | Revision:
1 f211dd28 n.hoffmann
/**
2
 * 
3
 */
4
package eu.etaxonomy.taxeditor.model;
5
6
/**
7
 * @author n.hoffmann
8
 *
9
 */
10
public interface IElementHasDetails {
11
12
	/**
13
	 * The data for which the details view should show details. 
14
	 * @return
15
	 */
16
	public Object getData();
17
}