Package org.dspace.discovery.indexobject
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the entity that is linked to this indexable objectvoidsetIndexedObject(T inProgressSubmission) Set the entity that is linked to this indexable objectMethods inherited from class org.dspace.discovery.indexobject.AbstractIndexableObject
equals, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dspace.discovery.IndexableObject
getID, getLastModified, getType, getTypeText, getUniqueIndexID
-
Field Details
-
inProgressSubmission
-
-
Constructor Details
-
IndexableInProgressSubmission
-
-
Method Details
-
getIndexedObject
Description copied from interface:IndexableObjectGet the entity that is linked to this indexable object- Returns:
- a database entity
-
setIndexedObject
Description copied from interface:IndexableObjectSet the entity that is linked to this indexable object- Parameters:
inProgressSubmission- the database entity
-