Package org.dspace.discovery.indexobject
Class IndexableCommunity
- java.lang.Object
-
- org.dspace.discovery.indexobject.AbstractIndexableObject<T,UUID>
-
- org.dspace.discovery.indexobject.IndexableDSpaceObject<Community>
-
- org.dspace.discovery.indexobject.IndexableCommunity
-
- All Implemented Interfaces:
IndexableObject<Community,UUID>
public class IndexableCommunity extends IndexableDSpaceObject<Community>
Community implementation for the IndexableObject- Author:
- Kevin Van de Velde (kevin at atmire dot com)
-
-
Constructor Summary
Constructors Constructor Description IndexableCommunity(Community dso)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()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
getLastModified, getUniqueIndexID
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
-
-
Constructor Detail
-
IndexableCommunity
public IndexableCommunity(Community dso)
-
-
Method Detail
-
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()
-
-