Interface AttributeValueSetter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setValue​(java.lang.Object model, java.lang.Object value)
      Sets the value on the given Object
    • Method Detail

      • setValue

        void setValue​(java.lang.Object model,
                      java.lang.Object value)
        Sets the value on the given Object
        Parameters:
        model - Reference to the model that the attribute value will be set on
        value - Value to be set in the model