Class TypePartsConverter.TypeConvertibleMap

    • Constructor Detail

      • TypeConvertibleMap

        public TypeConvertibleMap()
    • Method Detail

      • get

        public Object get​(Object key)
        Specified by:
        get in interface IConvertibleMap<Object>
        Parameters:
        key - Key for which to retrieve the value.
        Returns:
        The value associated with the key, null if no value exists.
      • getBoolean

        public Boolean getBoolean()
      • getDate

        public Date getDate()
      • getDouble

        public Double getDouble()
      • getLong

        public Long getLong()
      • getString

        public String getString()
      • put

        public Object put​(String key,
                          Object value)
        Specified by:
        put in interface IConvertibleMap<Object>
        Parameters:
        key - Key for which to set the value.
        value - Value to associate with the key.
        Returns:
        The value previously associated with the key, or null if no value was associated yet.
      • setBoolean

        public void setBoolean​(Boolean booleanValue)
      • setDate

        public void setDate​(Date date)
      • setDouble

        public void setDouble​(Double doubleValue)
      • setLong

        public void setLong​(Long longValue)
      • setString

        public void setString​(String string)