Uses of Class
de.hybris.platform.catalog.model.classification.ClassificationAttributeModel
Packages that use ClassificationAttributeModel
Package
Description
Contains generated models for each type of de.hybris.platform.catalog.jalo.classification package.
-
Uses of ClassificationAttributeModel in de.hybris.platform.catalog.model.classification
Methods in de.hybris.platform.catalog.model.classification that return ClassificationAttributeModelModifier and TypeMethodDescriptionAttributeValueAssignmentModel.getAttribute()Generated method - Getter of theAttributeValueAssignment.attributeattribute defined at extensioncatalog.ClassAttributeAssignmentModel.getClassificationAttribute()Generated method - Getter of theClassAttributeAssignment.classificationAttributeattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model.classification that return types with arguments of type ClassificationAttributeModelModifier and TypeMethodDescriptionClassificationClassModel.getClassificationAttributes()Generated method - Getter of theClassificationClass.classificationAttributesattribute defined at extensioncatalog.ClassificationClassModel.getDeclaredClassificationAttributes()Generated method - Getter of theClassificationClass.declaredClassificationAttributesattribute defined at extensioncatalog.ClassificationClassModel.getInheritedClassificationAttributes()Generated method - Getter of theClassificationClass.inheritedClassificationAttributesattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model.classification with parameters of type ClassificationAttributeModelModifier and TypeMethodDescriptionvoidAttributeValueAssignmentModel.setAttribute(ClassificationAttributeModel value) Generated method - Initial setter ofAttributeValueAssignment.attributeattribute defined at extensioncatalog.voidClassAttributeAssignmentModel.setClassificationAttribute(ClassificationAttributeModel value) Generated method - Initial setter ofClassAttributeAssignment.classificationAttributeattribute defined at extensioncatalog.Constructors in de.hybris.platform.catalog.model.classification with parameters of type ClassificationAttributeModelModifierConstructorDescriptionAttributeValueAssignmentModel(ClassificationAttributeModel _attribute, ClassAttributeAssignmentModel _attributeAssignment, ItemModel _owner, ClassificationSystemVersionModel _systemVersion, ClassificationAttributeValueModel _value) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassAttributeAssignmentModel(ClassificationAttributeModel _classificationAttribute, ClassificationClassModel _classificationClass) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersClassAttributeAssignmentModel(ClassificationAttributeModel _classificationAttribute, ClassificationClassModel _classificationClass, ItemModel _owner, ClassificationSystemVersionModel _systemVersion) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters