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 booleanequals(Object o)intgetEntryId()Getter for the fieldentryId.intgetId()Getter for the fieldid.inthashCode()
-