Project

General

Profile

Download (742 Bytes) Statistics
| Branch: | Tag: | Revision:
1 1412a4c4 Katja Luther
/**
2
* Copyright (C) 2009 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8 67aae166 Andreas Müller
*/
9 1412a4c4 Katja Luther
10 45528416 Katja Luther
package eu.etaxonomy.cdm.model.reference;
11
12 acb8ff83 Andreas Müller
/**
13
 * This interface represents personal communications. A personal communication is a
14
 * non published document originally written for information exchange between
15 67aae166 Andreas Müller
 * private persons.
16 acb8ff83 Andreas Müller
 * <P>
17
 * This class corresponds to: <ul>
18
 * <li> the term "Communication" from PublicationTypeTerm according to the TDWG ontology
19
 * </ul>
20
 */
21 f2c63453 Andreas Müller
public interface IPersonalCommunication extends IReference, IWithAuthorAndDate{
22 45528416 Katja Luther
23
}