Class Suggestion

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

public class Suggestion extends Object
This entity contains metadatas that should be added to the targeted Item
Author:
Andrea Bollini (andrea.bollini at 4science.it)
  • Constructor Details

    • Suggestion

      public Suggestion(String source, Item target, String idPart)
      suggestion creation
      Parameters:
      source - name of the external source
      target - the targeted item in repository
      idPart - external item id, used mainly for suggestion @see #id creation
  • Method Details

    • getDisplay

      public String getDisplay()
    • setDisplay

      public void setDisplay(String display)
    • getSource

      public String getSource()
    • getExternalSourceUri

      public String getExternalSourceUri()
    • setExternalSourceUri

      public void setExternalSourceUri(String externalSourceUri)
    • getEvidences

      public List<SuggestionEvidence> getEvidences()
    • getMetadata

      public List<MetadataValueDTO> getMetadata()
    • getTarget

      public Item getTarget()
    • getID

      public String getID()
    • getScore

      public Double getScore()