| Package | Description |
|---|---|
| com.acquitygroup.webtest.model.product |
| Modifier and Type | Field and Description |
|---|---|
protected ProductIdentifier |
AbstractProduct.pid |
protected ProductIdentifier |
Product.Builder.pid |
| Modifier and Type | Method and Description |
|---|---|
ProductIdentifier |
AbstractProduct.getPid() |
| Modifier and Type | Method and Description |
|---|---|
static Product.Builder |
Product.builder(ProductIdentifier productIdentifier,
String title) |
| Constructor and Description |
|---|
AbstractProduct(String title,
ProductColor color,
ProductIdentifier pid,
ProductPrice price,
ProductSize size,
Breadcrumb breadCrumb) |
Product.Builder(ProductIdentifier productIdentifier,
String title) |
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.