Class 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 Detail

      • EntryLocation

        public EntryLocation​(int entryId,
                             int id)

        Constructor for EntryLocation.

        Parameters:
        entryId - a int.
        id - a int.
    • Method Detail

      • getId

        public int getId()

        Getter for the field id.

        Returns:
        a int.
      • getEntryId

        public int getEntryId()

        Getter for the field entryId.

        Returns:
        a int.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object