Class ObjectMap.ObjectEntry

  • Enclosing class:
    ObjectMap

    public static class ObjectMap.ObjectEntry
    extends Object
    • Constructor Detail

      • ObjectEntry

        public ObjectEntry()
    • Method Detail

      • getObject

        public Object getObject()
        Gets the value of the userAttribute property.
        Returns:
        possible object is UserAttribute
      • setObject

        public void setObject​(Object value)
        Sets the value of the userAttribute property.
        Parameters:
        value - allowed object is UserAttribute
      • getKey

        public String getKey()
        Gets the value of the key property.
        Returns:
        possible object is String
      • setKey

        public void setKey​(String value)
        Sets the value of the key property.
        Parameters:
        value - allowed object is String