Revision 21693 trunk/libraries/libMetadata/src/org/gvsig/metadata/extended/manager/MDElementImpl.java

View differences:

MDElementImpl.java
51 51

  
52 52
	public MDElementImpl() {}
53 53
	
54
	public MDElementImpl(String id, Object value, MDElementDefinition type, Locale locale) {
55
		this.id = id;
54
	public MDElementImpl(MDElementDefinition type, Object value, Locale locale) {
55
		//this.id = id;
56 56
		this.value = value;
57 57
		this.type = type;
58 58
		this.locale = locale;

Also available in: Unified diff