Class ClassFeatureGroupAssignmentFullQualifierHandler
java.lang.Object
de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<String,ClassFeatureGroupAssignmentModel>
com.hybris.classificationgroupsservices.handlers.ClassFeatureGroupAssignmentFullQualifierHandler
- All Implemented Interfaces:
DynamicAttributeHandler<String,ClassFeatureGroupAssignmentModel>
public class ClassFeatureGroupAssignmentFullQualifierHandler
extends AbstractDynamicAttributeHandler<String,ClassFeatureGroupAssignmentModel>
Dynamic attribute handler that exposes attribute full qualifier that consists of catalog id, catalog version,
category code and attribute code
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHolds logic behind getter for dynamic attribute.Methods inherited from class de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler
set
-
Constructor Details
-
ClassFeatureGroupAssignmentFullQualifierHandler
public ClassFeatureGroupAssignmentFullQualifierHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<String,ClassFeatureGroupAssignmentModel> - Overrides:
getin classAbstractDynamicAttributeHandler<String,ClassFeatureGroupAssignmentModel> - Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-