Project

General

Profile

« Previous | Next » 

Revision 43b37ce4

Added by Andreas Müller over 12 years ago

latest markup development

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/markup/MarkupImportState.java
44 44
	private Set<PolytomousKeyNode> polytomousKeyNodesToSave = new HashSet<PolytomousKeyNode>();
45 45
	
46 46
	private PolytomousKey currentKey;
47

  
48

  
47
	
49 48
	private Language defaultLanguage;
50 49
	
51 50
	private Taxon currentTaxon;
51
	private String currentTaxonNum;
52 52
	
53 53
	private boolean isCitation = false;
54 54
	private boolean isNameType = false;
......
120 120
	public Taxon getCurrentTaxon() {
121 121
		return currentTaxon;
122 122
	}
123
	
124
	public void setCurrentTaxonNum(String currentTaxonNum) {
125
		this.currentTaxonNum = currentTaxonNum;
126
	}
127

  
128
	public String getCurrentTaxonNum() {
129
		return currentTaxonNum;
130
	}
131

  
123 132

  
124 133

  
125 134
	/**

Also available in: Unified diff