java.lang.Object
ch.cern.eam.wshub.core.services.userdefinedscreens.entities.xmlhashmap.XmlHashMapEntry<T>

public class XmlHashMapEntry<T> extends Object
  • Constructor Details

    • XmlHashMapEntry

      public XmlHashMapEntry()
    • XmlHashMapEntry

      public XmlHashMapEntry(String key, T value)
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public T getValue()
    • setValue

      public void setValue(T value)