Class ClassificationAttributeSettableChecker
java.lang.Object
de.hybris.platform.integrationservices.model.impl.ClassificationAttributeSettableChecker
- All Implemented Interfaces:
AttributeSettableChecker
public class ClassificationAttributeSettableChecker
extends Object
implements AttributeSettableChecker
Checks whether the given classification attribute is settable. Always returns
true-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSettable(ItemModel item, TypeAttributeDescriptor attribute) Indicates whether the attribute is settable to the item
-
Constructor Details
-
ClassificationAttributeSettableChecker
public ClassificationAttributeSettableChecker()
-
-
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
-