Class SpaceKeyHandle

    • Constructor Detail

      • SpaceKeyHandle

        public SpaceKeyHandle​(String key)
    • Method Detail

      • toString

        public String toString()
        Description copied from interface: Handle
        The toString() method of a Handle must be written so that the AnyTypeObjectDao (for example) can resolve the String representation of a Handle back to a Handle object, and thus find the referenced object
        Specified by:
        toString in interface Handle
        Overrides:
        toString in class Object
        Returns:
        a String representation of this Handle that can be resolved back to the same object.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object