Class VariantCharacteristicsResponse
java.lang.Object
com.broadleafcommerce.catalog.web.endpoint.dto.VariantCharacteristicsResponse
- All Implemented Interfaces:
Serializable
DTO holding information providing the caller with the combinations of
variant option
Characteristics
values for a particular Product
based to be used to generate
Variants
automatically.- Since:
- Catalog Service 2.2.0, Release Train 2.2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The headers for the table in the format of a list of maps.getRows()
The rows for the table in the format of a list of maps.int
hashCode()
void
setHeaders
(List<HashMap<String, String>> headers) The headers for the table in the format of a list of maps.void
setRows
(List<Map<String, CharacteristicValue>> rows) The rows for the table in the format of a list of maps.toString()
-
Constructor Details
-
VariantCharacteristicsResponse
public VariantCharacteristicsResponse()
-
-
Method Details
-
getHeaders
The headers for the table in the format of a list of maps. Each map should contain a key of "name" and "label" -
getRows
The rows for the table in the format of a list of maps. Each map should contain a key of the characteristic name and the value of the characteristic value -
setHeaders
The headers for the table in the format of a list of maps. Each map should contain a key of "name" and "label" -
setRows
The rows for the table in the format of a list of maps. Each map should contain a key of the characteristic name and the value of the characteristic value -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-