Class NullAttributeValueSetter
java.lang.Object
de.hybris.platform.integrationservices.model.impl.NullAttributeValueSetter
- All Implemented Interfaces:
AttributeValueSetter
An
AttributeValueSetter that does not set any value in the model-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullAttributeValueSetter
public NullAttributeValueSetter()
-
-
Method Details
-
setValue
Description copied from interface:AttributeValueSetterSets the value on the givenObject- Specified by:
setValuein interfaceAttributeValueSetter- Parameters:
model- Reference to the model that the attribute value will be set onvalue- Value to be set in the model
-