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
-
Method Details
-
setValue
Sets the value on the givenObject- Parameters:
model- Reference to the model that the attribute value will be set onvalue- Value to be set in the model
-