public interface StandardAttributes
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIB_COLLECTION_TYPE_NAME
Use-Case: Allows us to organize unique collections fluidly without any permanent associations.
|
static String |
ATTRIB_VARIATION_NAME
Use-Case: Products which are variations of the same Base-Product but vary slightly (commonly in business these products have the same SKU code but yet have variations);
can assign a name for each Variation using
ATTRIB_VARIATION_NAME .Each Variation is also a Product and what GROUP's products part of the same variation can be application specific. For example: One can group by "model code", "related products" or even adopt a convention on SKU: <SKU>v1, <SKU>v2. |
static final String ATTRIB_VARIATION_NAME
ATTRIB_VARIATION_NAME
.static final String ATTRIB_COLLECTION_TYPE_NAME
Product
. The Product.getName()
is the name of the core Collection while the attribute signified the Type of Collection. Identification is always by name.Copyright © 2018. All rights reserved.