automated build configuration is on its way
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / model / IElementHasDetails.java
1 /**
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 }