| Package | Description |
|---|---|
| com.acquitygroup.webtest.model.product |
| Modifier and Type | Field and Description |
|---|---|
protected ProductColor |
AbstractProduct.color |
protected ProductColor |
Product.Builder.color |
| Modifier and Type | Method and Description |
|---|---|
ProductColor |
AbstractProduct.getColor() |
| Modifier and Type | Method and Description |
|---|---|
Product.Builder |
Product.Builder.color(ProductColor color) |
| Constructor and Description |
|---|
AbstractProduct(String title,
ProductColor color,
ProductIdentifier pid,
ProductPrice price,
ProductSize size,
Breadcrumb breadCrumb) |
Product(String title,
String categoryUrlSegment,
ProductIdentifier pid,
ProductColor color,
ProductPrice price,
ProductSize size,
Breadcrumb breadCrumb,
Integer start) |
Copyright © 2012-2013 Acquity Group. All Rights Reserved.