Project

General

Profile

« Previous | Next » 

Revision 53e60781

Added by Andreas Müller over 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/openurl/IOpenUrlEnabled.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.taxeditor.ui.openurl;
11 10

  
12 11
import java.net.URI;
......
16 15
/**
17 16
 * @author n.hoffmann
18 17
 * @created Feb 3, 2011
19
 * @version 1.0
20 18
 */
21 19
public interface IOpenUrlEnabled {
22 20

  
23 21
	public void setOpenUrl(URI uri);
24 22

  
25
	/**
26
	 * @return
27
	 */
28 23
	public Reference getReference();
29 24

  
30
	/**
31
	 * @return
32
	 */
33
	public String getDetail();
34
	
35
}
25
	public String getDetail();	
26
}

Also available in: Unified diff