Project

General

Profile

Download (954 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2007 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
*/
9

    
10
package eu.etaxonomy.cdm.model.agent;
11

    
12

    
13

    
14
import javax.persistence.Entity;
15

    
16
import eu.etaxonomy.cdm.model.media.IdentifyableMediaEntity;
17

    
18
/**
19
 * The upmost (abstract) class for agents such as persons, teams or institutions.
20
 * An agent is a conscious entity which can take decisions, act and create
21
 * according to its own knowledge and goals and which may be approached.
22
 * Agents can be authors for nomenclatural or bibliographical references as well
23
 * as creators of pictures or field collectors or administrators of collections.
24
 * 
25
 * @author m.doering
26
 * @version 1.0
27
 * @created 08-Nov-2007 13:06:57
28
 */
29
@Entity
30
public abstract class Agent extends IdentifyableMediaEntity{
31
	
32

    
33
	
34
	
35
}
(2-2/11)