Package psidev.psi.mi.jami.xml.cache
Class EntryLocation
- java.lang.Object
-
- psidev.psi.mi.jami.xml.cache.EntryLocation
-
public class EntryLocation extends Object
The location of an object with id in an entry- Since:
30/06/14
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description EntryLocation(int entryId, int id)
Constructor for EntryLocation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getEntryId()
Getter for the fieldentryId
.int
getId()
Getter for the fieldid
.int
hashCode()
-