Class ClassificationAttributeSettableChecker
- java.lang.Object
-
- de.hybris.platform.integrationservices.model.impl.ClassificationAttributeSettableChecker
-
- All Implemented Interfaces:
AttributeSettableChecker
public class ClassificationAttributeSettableChecker extends java.lang.Object implements AttributeSettableChecker
Checks whether the given classification attribute is settable. Always returnstrue
-
-
Constructor Summary
Constructors Constructor Description ClassificationAttributeSettableChecker()
-
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
-
-