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>
public class IndexableItem extends IndexableDSpaceObject<Item>
Item implementation for the IndexableObject- Author:
- Kevin Van de Velde (kevin at atmire dot com)
-
-
Constructor Summary
Constructors Constructor Description IndexableItem(Item dso)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetLastModified()Return the last modified date of an of an object, or if no modification dates are stored, return NUllStringgetType()StringgetTypeText()-
Methods inherited from class org.dspace.discovery.indexobject.IndexableDSpaceObject
getID, getIndexedObject, setIndexedObject
-
Methods inherited from class org.dspace.discovery.indexobject.AbstractIndexableObject
equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dspace.discovery.IndexableObject
getUniqueIndexID
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
-
-
Constructor Detail
-
IndexableItem
public IndexableItem(Item dso)
-
-
Method Detail
-
getLastModified
public Date getLastModified()
Description copied from interface:IndexableObjectReturn the last modified date of an of an object, or if no modification dates are stored, return NUll- Returns:
- the last modified date
-
getType
public String getType()
- Returns:
- the string constant representing the Entity Type, @see
Constants
-
getTypeText
public String getTypeText()
- Returns:
- a textual alias of the Entity Type @see
IndexableObject.getType()
-
-