Interface AttributeValueSetter

All Known Subinterfaces:
AttributeValueAccessor
All Known Implementing Classes:
DelegatingAttributeValueAccessor, NullAttributeValueSetter, StandardAttributeValueSetter

public interface AttributeValueSetter
An AttributeValueSetter persists an attribute's value
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setValue(Object model, Object value)
    Sets the value on the given Object
  • Method Details

    • setValue

      void setValue(Object model, 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