|
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.ProductLineItem
public class ProductLineItem extends Object
| Constructor Summary | |
ProductLineItem(Product product, Integer quantity)
|
|
| Method Summary | |
|---|---|
MetaClass
|
getMetaClass()
|
Integer
|
getProduct()
|
Object
|
getProperty(String property)
|
Integer
|
getQuantity()
|
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 ProductLineItem(Product product, Integer quantity)
| Method Detail |
|---|
public MetaClass getMetaClass()
public Integer getProduct()
public Object getProperty(String property)
public Integer getQuantity()
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