public class ProductGroupAttributeValueMapping
extends java.lang.Object
Constructor and Description |
---|
ProductGroupAttributeValueMapping(ProductGroupAttribute productGroupAttribute,
Value value,
double mappingStrength)
A ProductGroupAttributeValueMapping assigns a numerical value, the mappingStrength
to the correlation of a ProductGroupAttribute and a Value
|
Modifier and Type | Method and Description |
---|---|
double |
getMappingStrength() |
ProductGroupAttribute |
getProductGroupAttribute() |
Value |
getValue() |
java.lang.String |
toString() |
public ProductGroupAttributeValueMapping(ProductGroupAttribute productGroupAttribute, Value value, double mappingStrength)
productGroupAttribute
- The ProductGroupAttribute to be mapped to a Preferencevalue
- The Value the Preference to link is based uponmappingStrength
- The strength of the mapping between the ProductGroupAttribute and the respective Valuepublic ProductGroupAttribute getProductGroupAttribute()
public Value getValue()
public double getMappingStrength()
public java.lang.String toString()
toString
in class java.lang.Object