Project

General

Profile

« Previous | Next » 

Revision 45476

Added toString method

View differences:

modules/dnet-data-provision-services/trunk/src/main/java/eu/dnetlib/oai/PublisherField.java
20 20
	/**
21 21
	 * Information about where to take values for this field.
22 22
	 * <p>
23
	 * Keys are metadat format: name-layout-interpretation; values are xpaths.
23
	 * Keys are metadata format: name-layout-interpretation; values are xpaths.
24 24
	 * </p>
25 25
	 */
26 26
	private Multimap<String, String> sources;
......
61 61
		this.sources = sources;
62 62
	}
63 63

  
64
	@Override
65
	public String toString() {
66
		return "PublisherField{" +
67
				"fieldName='" + fieldName + '\'' +
68
				", repeatable=" + repeatable +
69
				", sources=" + sources +
70
				'}';
71
	}
64 72
}

Also available in: Unified diff