Class SimplePropertyHandler<T>

    • Constructor Detail

      • SimplePropertyHandler

        public SimplePropertyHandler()
    • Method Detail

      • set

        public boolean set​(T obj)
        Specified by:
        set in interface PropertyHandler<T>
        Parameters:
        obj - The object to set.
        Returns:
        true if the object was set, false otherwise.
      • get

        public T get()
        Specified by:
        get in interface PropertyHandler<T>
        Returns:
        The object that was set. (Note that object might also be set in the constructor of an implementation class).