Class DefaultEnclosingTypeAttributePredicate
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.predicates.DefaultEnclosingTypeAttributePredicate
- All Implemented Interfaces:
Predicate<AttributeDescriptorModel>
public class DefaultEnclosingTypeAttributePredicate
extends Object
implements Predicate<AttributeDescriptorModel>
Predicate to identify if an attribute is a content of an enclosing type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringvoidsetTypeCode(String typeCode) booleantest(AttributeDescriptorModel attributeDescriptor)
-
Constructor Details
-
DefaultEnclosingTypeAttributePredicate
public DefaultEnclosingTypeAttributePredicate()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<AttributeDescriptorModel>
-
getTypeCode
-
setTypeCode
-