|
com.acquitygroup.demandware:demandware-testing-framework:0.09 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.acquitygroup.webtest.model.product.AbstractProduct
public abstract class AbstractProduct extends Object
| Constructor Summary | |
AbstractProduct(String title, ProductColor color, ProductIdentifier pid, ProductPrice price, ProductSize size, Breadcrumb breadCrumb)
|
|
AbstractProduct(String title, ProductColor color, ProductIdentifier pid, ProductPrice price, ProductSize size, QueryParameterStrategy queryStrategy)
|
|
| Method Summary | |
|---|---|
Map
|
getAttributeMap()
|
Breadcrumb
|
getBreadCrumb()
|
ProductColor
|
getColor()
|
MetaClass
|
getMetaClass()
|
ProductIdentifier
|
getPid()
|
ProductPrice
|
getPrice()
|
Object
|
getProperty(String property)
|
ProductSize
|
getSize()
|
QueryParameterStrategy
|
getStrategy()
|
String
|
getTitle()
|
Object
|
invokeMethod(String method, Object arguments)
|
void
|
setMetaClass(MetaClass mc)
|
void
|
setProperty(String property, Object value)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
public AbstractProduct(String title, ProductColor color, ProductIdentifier pid, ProductPrice price, ProductSize size, Breadcrumb breadCrumb)
public AbstractProduct(String title, ProductColor color, ProductIdentifier pid, ProductPrice price, ProductSize size, QueryParameterStrategy queryStrategy)
| Method Detail |
|---|
public Map getAttributeMap()
public Breadcrumb getBreadCrumb()
public ProductColor getColor()
public MetaClass getMetaClass()
public ProductIdentifier getPid()
public ProductPrice getPrice()
public Object getProperty(String property)
public ProductSize getSize()
public QueryParameterStrategy getStrategy()
public String getTitle()
public Object invokeMethod(String method, Object arguments)
public void setMetaClass(MetaClass mc)
public void setProperty(String property, Object value)
com.acquitygroup.demandware:demandware-testing-framework:0.09