Class Track.Id

  • Enclosing class:
    Track

    public static class Track.Id
    extends Object
    The temporary id for the track.
    • Constructor Detail

      • Id

        public Id​(long id)
        Create a new id object with a given number.
        Parameters:
        id - The number for the id.
    • Method Detail

      • getId

        public long getId()
        Get the id.
        Returns:
        The id
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object