Package org.dspace.discovery.indexobject
Class IndexableItem
java.lang.Object
org.dspace.discovery.indexobject.AbstractIndexableObject<T,UUID>
org.dspace.discovery.indexobject.IndexableDSpaceObject<Item>
org.dspace.discovery.indexobject.IndexableItem
- All Implemented Interfaces:
IndexableObject<Item,UUID>
Item implementation for the IndexableObject
- Author:
- Kevin Van de Velde (kevin at atmire dot com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the last modified date of an object, or if no modification dates are stored, return NUllgetType()Methods inherited from class org.dspace.discovery.indexobject.IndexableDSpaceObject
getID, getIndexedObject, setIndexedObjectMethods 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
getUniqueIndexID
-
Field Details
-
TYPE
-
-
Constructor Details
-
IndexableItem
-
-
Method Details
-
getLastModified
Description copied from interface:IndexableObjectReturn the last modified date of an object, or if no modification dates are stored, return NUll- Returns:
- the last modified date
-
getType
- Returns:
- the string constant representing the Entity Type, @see
Constants
-
getTypeText
- Returns:
- a textual alias of the Entity Type @see
IndexableObject.getType()
-