Project

General

Profile

« Previous | Next » 

Revision 31424

Added by Nikon Gasparis over 9 years ago

added method to remove the set of an interface (to support registrations without set)

View differences:

modules/uoa-domain/trunk/src/main/java/eu/dnetlib/domain/data/RepositoryInterface.java
113 113
		this.accessSet = accessParams.get("set");
114 114
		return accessSet;
115 115
	}
116
	
117
	public void removeAccessSet() {
118
		accessParams.remove("set");
119
	}
116 120

  
117 121
	public void setAccessSet(String accessSet) {
118 122
		this.accessSet = accessSet;

Also available in: Unified diff