Class NullAttributeSettableChecker
- java.lang.Object
-
- de.hybris.platform.integrationservices.model.impl.NullAttributeSettableChecker
-
- All Implemented Interfaces:
AttributeSettableChecker
public class NullAttributeSettableChecker extends java.lang.Object implements AttributeSettableChecker
An attribute settable checker that always returnsfalse.
-
-
Constructor Summary
Constructors Constructor Description NullAttributeSettableChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSettable(ItemModel item, TypeAttributeDescriptor attribute)Indicates whether the attribute is settable to the item
-
-
-
Method Detail
-
isSettable
public boolean isSettable(ItemModel item, TypeAttributeDescriptor attribute)
Description copied from interface:AttributeSettableCheckerIndicates whether the attribute is settable to the item- Specified by:
isSettablein interfaceAttributeSettableChecker- Parameters:
item- Item which the attribute is to be setattribute- Metadata describing the attribute- Returns:
trueif the attribute is settable to the item, elsefalse
-
-