Class ObjectResource<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
      protected T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectResource()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      T getValue()  
      void setName​(java.lang.String name)  
      void setValue​(T value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • value

        protected T value
    • Constructor Detail

      • ObjectResource

        public ObjectResource()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Resource
      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface Resource
      • getValue

        public T getValue()
      • setValue

        public void setValue​(T value)