Interface AttributeValueAccessor
-
- All Superinterfaces:
AttributeValueGetter,AttributeValueSetter
- All Known Implementing Classes:
ClassificationAttributeValueAccessor,DelegatingAttributeValueAccessor,NullAttributeValueAccessor,StandardAttributeValueAccessor
public interface AttributeValueAccessor extends AttributeValueGetter, AttributeValueSetter
An AttributeValueAccessor provides access, e.g. get, an attribute's value
-
-
Method Summary
-
Methods inherited from interface de.hybris.platform.integrationservices.model.AttributeValueGetter
getValue, getValue, getValues
-
Methods inherited from interface de.hybris.platform.integrationservices.model.AttributeValueSetter
setValue
-
-