Project

General

Profile

« Previous | Next » 

Revision 3d2b15e4

Added by Andreas Kohlbecker over 16 years ago

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/dto/HomotypicGroupTO.java
18 18
 * Sorted chronologically starting with the basionym if existing
19 19
 */
20 20
public class HomotypicGroupTO extends BaseSTO{
21
	// TODO: add type designation infos for this group? No retrieve by separate request!
21

  
22 22
	private List<TaxonSTO> taxa = new ArrayList();
23
	private List<SpecimenTypeDesignationSTO> typeDesignations;
23
	private List<SpecimenTypeDesignationSTO> typeDesignations = new ArrayList();
24 24
}

Also available in: Unified diff