Project

General

Profile

« Previous | Next » 

Revision 49144

Added method to get an id of the submitted result

View differences:

ResultEntry.java
321 321
	public String toString() {
322 322
		return new Gson().toJson(this);
323 323
	}
324

  
325
	public String getAnyId(){
326
		return StringUtils.isNotBlank(openaireId) ? openaireId : originalId;
327
	}
324 328
}

Also available in: Unified diff