Project

General

Profile

« Previous | Next » 

Revision 62088

resumed old typology for compatibility with old dsm api

View differences:

modules/dnet-datasource-manager-common/branches/eosc_services/src/main/java/eu/dnetlib/enabling/datasources/common/Datasource.java
46 46
	@Column(name = "eosc_datasource_type")
47 47
	protected String eoscDatasourceType;
48 48

  
49
	@Deprecated
50
	@Column(name = "_typology_to_remove_")
51
	protected String typology;
52

  
49 53
	protected String provenanceaction;
50 54
	protected Date dateofcollection;
51 55
	protected String platform;
......
491 495
		return this;
492 496
	}
493 497

  
498
	@Deprecated
499
	public String getTypology() {
500
		return typology;
501
	}
502

  
503
	@Deprecated
504
	public Datasource<ORG, ID, PIDSYSTEM> setTypology(final String typology) {
505
		this.typology = typology;
506
		return this;
507
	}
508

  
494 509
}

Also available in: Unified diff