public final class AttributeCoverageImpl extends Object implements AttributeCoverage
| Constructor and Description |
|---|
AttributeCoverageImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getNames()
The percentage of attributes from the product type defined in the product variant.
|
Double |
getValues()
Represents the percentage of attributes in the product variant that contain values.
|
int |
hashCode() |
void |
setNames(Double names) |
void |
setValues(Double values) |
getClass, notify, notifyAll, toString, wait, wait, waitbuilder, builder, of, of, withAttributeCoveragepublic Double getNames()
The percentage of attributes from the product type defined in the product variant. A value of 1.0 indicates a product variant contains all attributes defined in the product type.
getNames in interface AttributeCoveragepublic Double getValues()
Represents the percentage of attributes in the product variant that contain values.
getValues in interface AttributeCoveragepublic void setNames(Double names)
setNames in interface AttributeCoveragepublic void setValues(Double values)
setValues in interface AttributeCoverage