Project

General

Profile

« Previous | Next » 

Revision 892efc69

Added by Andreas Kohlbecker almost 14 years ago

merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/config/impl/TaxonServiceConfiguratorImpl.java
37 37
	private ReferenceBase sec = null;
38 38
	private TaxonomicTree taxonomicTree = null;
39 39
	private List<String> taxonPropertyPath;
40
	private List<String> synonymPropertyPath;
40 41
	private List<String> taxonNamePropertyPath;
41 42
	private List<String> commonNamePropertyPath;
42 43
	private Set<NamedArea> namedAreas;
......
164 165
	public void setNamedAreas(Set<NamedArea> namedAreas) {
165 166
		this.namedAreas = namedAreas;
166 167
	}
168

  
169
	public List<String> getSynonymPropertyPath() {
170
		return synonymPropertyPath;
171
	}
172
	
173
	public void setSynonymPropertyPath(List<String> synonymPropertyPath){
174
		this.synonymPropertyPath = synonymPropertyPath;
175
	}
167 176
	
168 177
}

Also available in: Unified diff