Uses of Class
de.hybris.platform.catalog.model.classification.ClassificationAttributeValueModel
Packages that use ClassificationAttributeValueModel
Package
Description
Contains generated models for each type of de.hybris.platform.catalog.jalo.classification package.
-
Uses of ClassificationAttributeValueModel in de.hybris.platform.catalog.model.classification
Methods in de.hybris.platform.catalog.model.classification that return ClassificationAttributeValueModelModifier and TypeMethodDescriptionAttributeValueAssignmentModel.getValue()Generated method - Getter of theAttributeValueAssignment.valueattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model.classification that return types with arguments of type ClassificationAttributeValueModelModifier and TypeMethodDescriptionClassAttributeAssignmentModel.getAttributeValues()Generated method - Getter of theClassAttributeAssignment.attributeValuesattribute defined at extensioncatalog.ClassificationAttributeModel.getDefaultAttributeValues()Generated method - Getter of theClassificationAttribute.defaultAttributeValuesattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model.classification with parameters of type ClassificationAttributeValueModelModifier and TypeMethodDescriptionvoidAttributeValueAssignmentModel.setValue(ClassificationAttributeValueModel value) Generated method - Initial setter ofAttributeValueAssignment.valueattribute defined at extensioncatalog.Method parameters in de.hybris.platform.catalog.model.classification with type arguments of type ClassificationAttributeValueModelModifier and TypeMethodDescriptionvoidClassAttributeAssignmentModel.setAttributeValues(List<ClassificationAttributeValueModel> value) Generated method - Setter ofClassAttributeAssignment.attributeValuesattribute defined at extensioncatalog.voidClassificationAttributeModel.setDefaultAttributeValues(List<ClassificationAttributeValueModel> value) Generated method - Setter ofClassificationAttribute.defaultAttributeValuesattribute defined at extensioncatalog.Constructors in de.hybris.platform.catalog.model.classification with parameters of type ClassificationAttributeValueModelModifierConstructorDescriptionAttributeValueAssignmentModel(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 parametersDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters