Class PossibleAttributeValue

java.lang.Object
de.hybris.platform.classification.impl.PossibleAttributeValue

public class PossibleAttributeValue extends Object
  • Constructor Details

    • PossibleAttributeValue

      public PossibleAttributeValue(ClassAttributeAssignmentModel assignment, Object value, ClassificationAttributeUnitModel unit, Long count)
      Initializes the object with all values.
      Parameters:
      assignment - the class attribute assigment
      value - the actual value
      unit - the unit (may be null)
      count - the number of occurences of this value
  • Method Details