Class IndexableInProgressSubmission<T extends InProgressSubmission>

java.lang.Object
org.dspace.discovery.indexobject.AbstractIndexableObject<T,Integer>
org.dspace.discovery.indexobject.IndexableInProgressSubmission<T>
All Implemented Interfaces:
IndexableObject<T,Integer>
Direct Known Subclasses:
IndexableWorkflowItem, IndexableWorkspaceItem

public abstract class IndexableInProgressSubmission<T extends InProgressSubmission> extends AbstractIndexableObject<T,Integer>
InProgressSubmission implementation for the IndexableObject
Author:
Kevin Van de Velde (kevin at atmire dot com)
  • Field Details

  • Constructor Details

    • IndexableInProgressSubmission

      public IndexableInProgressSubmission(T inProgressSubmission)
  • Method Details

    • getIndexedObject

      public T getIndexedObject()
      Description copied from interface: IndexableObject
      Get the entity that is linked to this indexable object
      Returns:
      a database entity
    • setIndexedObject

      public void setIndexedObject(T inProgressSubmission)
      Description copied from interface: IndexableObject
      Set the entity that is linked to this indexable object
      Parameters:
      inProgressSubmission - the database entity