Package org.dspace.discovery.indexobject
Class IndexableInProgressSubmission<T extends InProgressSubmission>
- java.lang.Object
-
- 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 Object implements IndexableObject<T,Integer>
InProgressSubmission implementation for the IndexableObject- Author:
- Kevin Van de Velde (kevin at atmire dot com)
-
-
Field Summary
Fields Modifier and Type Field Description protected TinProgressSubmission
-
Constructor Summary
Constructors Constructor Description IndexableInProgressSubmission(T inProgressSubmission)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetIndexedObject()Get the entity that is linked to this indexable objectvoidsetIndexedObject(T inProgressSubmission)Set the entity that is linked to this indexable object-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dspace.discovery.IndexableObject
getID, getLastModified, getType, getTypeText, getUniqueIndexID
-
-
-
-
Field Detail
-
inProgressSubmission
protected T extends InProgressSubmission inProgressSubmission
-
-
Constructor Detail
-
IndexableInProgressSubmission
public IndexableInProgressSubmission(T inProgressSubmission)
-
-
Method Detail
-
getIndexedObject
public T getIndexedObject()
Description copied from interface:IndexableObjectGet the entity that is linked to this indexable object- Specified by:
getIndexedObjectin interfaceIndexableObject<T extends InProgressSubmission,Integer>- Returns:
- a database entity
-
setIndexedObject
public void setIndexedObject(T inProgressSubmission)
Description copied from interface:IndexableObjectSet the entity that is linked to this indexable object- Specified by:
setIndexedObjectin interfaceIndexableObject<T extends InProgressSubmission,Integer>- Parameters:
inProgressSubmission- the database entity
-
-