(no commit message)
[cdmlib.git] / cdmlib-remote / src / main / java / eu / etaxonomy / cdm / remote / dto / SynonymRelationshipTO.java
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 package eu.etaxonomy.cdm.remote.dto;
10
11
12 /**
13 *
14 * @author a.kohlbecker
15 * @version 1.0
16 * @created 05.02.2008 14:59:52
17 *
18 */
19 public class SynonymRelationshipTO {
20
21 private TaxonSTO synoynm;
22 private LocalisedTermTO type;
23
24 }