Package org.dspace.core
Interface ReloadableEntity<T extends Serializable>
-
- Type Parameters:
T- type of this entity's primary key.
- All Known Subinterfaces:
InProgressSubmission,WorkflowItem
- All Known Implementing Classes:
Bitstream,BitstreamFormat,Bundle,ChecksumHistory,ClaimedTask,Collection,CollectionRole,Community,DOI,DSpaceObject,EntityType,EPerson,Group,Handle,HarvestedCollection,HarvestedItem,InProgressUser,Item,MetadataField,MetadataSchema,MetadataValue,OpenURLTracker,PoolTask,Process,RegistrationData,Relationship,RelationshipMetadataValue,RelationshipType,RequestItem,ResourcePolicy,Site,Subscription,Version,VersionHistory,WebApp,WorkflowItemRole,WorkspaceItem,XmlWorkflowItem
public interface ReloadableEntity<T extends Serializable>Implemented by all entities that can be reloaded by theContext.- See Also:
Context.reloadEntity(ReloadableEntity)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetID()The unique identifier of this entity instance.
-
-
-
Method Detail
-
getID
T getID()
The unique identifier of this entity instance.- Returns:
- the value of the primary key for this instance.
-
-