Package org.dspace.app.suggestion
Class SuggestionSource
java.lang.Object
org.dspace.app.suggestion.SuggestionSource
This DTO class is used to pass around the number of items interested by suggestion provided by a specific source
(i.e. openaire)
- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
-
Constructor Summary
ConstructorsConstructorDescriptionSuggestionSource(String name) Summarize the available suggestions from a source. -
Method Summary
-
Constructor Details
-
SuggestionSource
public SuggestionSource() -
SuggestionSource
Summarize the available suggestions from a source.- Parameters:
name- the name must be not null
-
-
Method Details
-
getID
-
getTotal
public int getTotal() -
setTotal
public void setTotal(int total)
-