Class SkuGenerationParameters
java.lang.Object
com.broadleafcommerce.catalog.web.endpoint.dto.SkuGenerationParameters
- All Implemented Interfaces:
Serializable
Parameters that can be used to drive the generation of variants
- Author:
- Phillip Verheyden (phillipuniverse)
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SkuGenerationParameters
-
SkuGenerationParameters
public SkuGenerationParameters()
-
-
Method Details
-
getPrefix
Default is SKU-
- Returns:
- the prefix that should be applied to all the
Variant.getSku()
that are generated as a result of this operation
-
setPrefix
Default is SKU-
- Parameters:
prefix
- the prefix that should be applied to all theVariant.getSku()
that are generated as a result of this operation
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-