Project

General

Profile

« Previous | Next » 

Revision 55603

Added by Enrico Ottonello almost 5 years ago

Added the element specificType for nonAVmanifestation elements

View differences:

Record.java
29 29
	String productionYear;
30 30
	String duration;
31 31
	String provenance;
32
	String specificType;
32 33

  
33 34
	public Color getColour() {
34 35
		return colour;
......
138 139
		return collections;
139 140
	}
140 141

  
142
	public String getSpecificType() {
143
		return specificType;
144
	}
145

  
146
	public void setSpecificType(String specificType) {
147
		this.specificType = specificType;
148
	}
149

  
141 150
}

Also available in: Unified diff