public final class AttributeCountImpl extends Object implements AttributeCount
| Constructor and Description |
|---|
AttributeCountImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getMissingAttributeValues()
Number of attributes missing values in the variant.
|
Integer |
getProductTypeAttributes()
Number of attributes defined in the product type.
|
Integer |
getVariantAttributes()
Number of attributes defined in the variant.
|
int |
hashCode() |
void |
setMissingAttributeValues(Integer missingAttributeValues) |
void |
setProductTypeAttributes(Integer productTypeAttributes) |
void |
setVariantAttributes(Integer variantAttributes) |
getClass, notify, notifyAll, toString, wait, wait, waitbuilder, builder, of, of, withAttributeCountpublic Integer getProductTypeAttributes()
Number of attributes defined in the product type.
getProductTypeAttributes in interface AttributeCountpublic Integer getVariantAttributes()
Number of attributes defined in the variant.
getVariantAttributes in interface AttributeCountpublic Integer getMissingAttributeValues()
Number of attributes missing values in the variant.
getMissingAttributeValues in interface AttributeCountpublic void setProductTypeAttributes(Integer productTypeAttributes)
setProductTypeAttributes in interface AttributeCountpublic void setVariantAttributes(Integer variantAttributes)
setVariantAttributes in interface AttributeCountpublic void setMissingAttributeValues(Integer missingAttributeValues)
setMissingAttributeValues in interface AttributeCount