Class NullAttributeValueSetter
- java.lang.Object
-
- de.hybris.platform.integrationservices.model.impl.NullAttributeValueSetter
-
- All Implemented Interfaces:
AttributeValueSetter
public final class NullAttributeValueSetter extends java.lang.Object implements AttributeValueSetter
AnAttributeValueSetterthat does not set any value in the model
-
-
Constructor Summary
Constructors Constructor Description NullAttributeValueSetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetValue(java.lang.Object model, java.lang.Object value)Sets the value on the givenObject
-
-
-
Method Detail
-
setValue
public void setValue(java.lang.Object model, java.lang.Object value)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
-
-