Class SavedByEntry

    • Constructor Detail

      • SavedByEntry

        public SavedByEntry​(String userName,
                            String saveLocation)
    • Method Detail

      • getUserName

        public String getUserName()
      • getSaveLocation

        public String getSaveLocation()
      • equals

        public boolean equals​(Object other)
        Compares this object with another, for equality.
        Overrides:
        equals in class Object
        Parameters:
        other - the object to compare to this one.
        Returns:
        true iff the other object is equal to this one.
      • hashCode

        public int hashCode()
        Generates a hash code for consistency with equals(Object).
        Overrides:
        hashCode in class Object
        Returns:
        the hash code.
      • toString

        public String toString()
        Returns a string for display.
        Overrides:
        toString in class Object
        Returns:
        the string.