Class NullAttributeSettableChecker
java.lang.Object
de.hybris.platform.integrationservices.model.impl.NullAttributeSettableChecker
- All Implemented Interfaces:
AttributeSettableChecker
An attribute settable checker that always returns
false.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSettable(ItemModel item, TypeAttributeDescriptor attribute) Indicates whether the attribute is settable to the item
-
Constructor Details
-
NullAttributeSettableChecker
public NullAttributeSettableChecker()
-
-
Method Details
-
isSettable
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
-