Class ProductCreationTemplateResponse
java.lang.Object
com.broadleafcommerce.catalog.web.endpoint.dto.ProductCreationTemplateResponse
- All Implemented Interfaces:
Serializable
A DTO representing a template for creating a new product. This template is designed to be
generated based on a business type to prepopulate a product creation form.
- Author:
- jfleschler
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA list of product characteristics that should be pre-populated on the new product.A list of product options that should be pre-populated on the new product.inthashCode()voidsetCharacteristics(Map<String, ProductCharacteristic> characteristics) A list of product characteristics that should be pre-populated on the new product.voidsetOptions(List<ProductOption> options) A list of product options that should be pre-populated on the new product.toString()
-
Constructor Details
-
ProductCreationTemplateResponse
public ProductCreationTemplateResponse()
-
-
Method Details
-
getCharacteristics
A list of product characteristics that should be pre-populated on the new product. -
getOptions
A list of product options that should be pre-populated on the new product. -
setCharacteristics
A list of product characteristics that should be pre-populated on the new product. -
setOptions
A list of product options that should be pre-populated on the new product. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-