Project

General

Profile

« Previous | Next » 

Revision 62946

Added by Michele Artini 11 months ago

prepare ui to show tickets

View differences:

RepoInterfaceEntry.java
3 3
import java.util.ArrayList;
4 4
import java.util.List;
5 5

  
6
import eu.dnetlib.enabling.datasources.common.BrowsableField;
6 7
import eu.dnetlib.enabling.datasources.common.SearchApisEntry;
7 8

  
8 9
public class RepoInterfaceEntry extends SearchApisEntry {
......
21 22
	private boolean complianceOverrided = false;
22 23
	private String consentTermsOfUseLabel;
23 24
	private String fullTextDownloadLabel;
24
	private List<String> tickets;
25
	private List<BrowsableField> tickets;
25 26

  
26 27
	private List<SimpleParamEntry> accessParams = new ArrayList<>();
27 28

  
......
157 158
		this.fullTextDownloadLabel = fullTextDownloadLabel;
158 159
	}
159 160

  
160
	public List<String> getTickets() {
161
	public List<BrowsableField> getTickets() {
161 162
		return tickets;
162 163
	}
163 164

  
164
	public void setTickets(final List<String> tickets) {
165
	public void setTickets(final List<BrowsableField> tickets) {
165 166
		this.tickets = tickets;
166 167
	}
167 168

  

Also available in: Unified diff