Class DataDuplicateDetection

java.lang.Object
org.dspace.app.rest.model.step.DataDuplicateDetection
All Implemented Interfaces:
Serializable, SectionData

public class DataDuplicateDetection extends Object implements SectionData
Section data model for potential duplicate items detected during submission
Author:
Kim Shepherd
See Also:
  • Constructor Details

    • DataDuplicateDetection

      public DataDuplicateDetection()
  • Method Details

    • getPotentialDuplicates

      public List<PotentialDuplicateRest> getPotentialDuplicates()
      Return the list of detected potential duplicates in REST model form
      Returns:
      list of potential duplicate REST models
    • setPotentialDuplicates

      public void setPotentialDuplicates(List<PotentialDuplicateRest> potentialDuplicates)
      Set list of potential duplicates.
      Parameters:
      potentialDuplicates - list of potential duplicates
      See Also: