Project

General

Profile

Download (395 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.cdm.model.common;
2

    
3
import java.util.Set;
4

    
5
public interface IIntextReferencable {
6

    
7
	
8
	//*************** INTEXT REFERENCE **********************************************
9
	
10
	public Set<IntextReference> getIntextReferences();
11
	public void addIntextReference(IntextReference intextReference);
12
	
13
	public void removeIntextReference(IntextReference intextReference);
14
}
(21-21/72)