Class SuggestionSource

java.lang.Object
org.dspace.app.suggestion.SuggestionSource

public class SuggestionSource extends Object
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 Details

    • SuggestionSource

      public SuggestionSource()
    • SuggestionSource

      public SuggestionSource(String name)
      Summarize the available suggestions from a source.
      Parameters:
      name - the name must be not null
  • Method Details

    • getID

      public String getID()
    • getTotal

      public int getTotal()
    • setTotal

      public void setTotal(int total)