Project

General

Profile

« Previous | Next » 

Revision 548a9ae0

Added by Andreas Müller about 7 years ago

Cleanup

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/faunaEuropaea/FaunaEuropaeaDistribution.java
1 1
/**
2 2
* Copyright (C) 2009 EDIT
3
* European Distributed Institute of Taxonomy 
3
* European Distributed Institute of Taxonomy
4 4
* http://www.e-taxonomy.eu
5
* 
5
*
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 9

  
10 10
package eu.etaxonomy.cdm.io.pesi.faunaEuropaea;
11 11

  
12
import java.util.UUID;
13

  
14
import org.joda.time.DateTime;
15

  
16 12
/**
17 13
 * @author a.babadshanjan
18 14
 * @created 11.09.2009
19
 * @version 1.0
20 15
 */
21 16
public class FaunaEuropaeaDistribution {
22
	
23
	private UUID taxonUuid;
24
	private int taxonId;
17

  
25 18
	private int distributionId;
26 19
	private int occurrenceStatusId;
27 20
	private int areaId;
28 21
	private String areaName;
29 22
	private String areaCode;
30 23
	private int extraLimital;
31
	
32
	
33
	
34
	
35
//	/**
36
//	 * @return the taxonUuid
37
//	 */
38
//	public UUID getTaxonUuid() {
39
//		return taxonUuid;
40
//	}
41
//	/**
42
//	 * @param taxonUuid the taxonUuid to set
43
//	 */
44
//	public void setTaxonUuid(UUID taxonUuid) {
45
//		this.taxonUuid = taxonUuid;
46
//	}
47
//	/**
48
//	 * @return the taxonId
49
//	 */
50
//	public int getTaxonId() {
51
//		return taxonId;
52
//	}
53
//	/**
54
//	 * @param taxonId the taxonId to set
55
//	 */
56
//	public void setTaxonId(int taxonId) {
57
//		this.taxonId = taxonId;
58
//	}
24

  
59 25
	/**
60 26
	 * @return the distributionId
61 27
	 */
......
128 94
	public void setExtraLimital(int extraLimital) {
129 95
		this.extraLimital = extraLimital;
130 96
	}
131
	
97

  
132 98

  
133 99
}

Also available in: Unified diff