|
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.ProductPrice
public class ProductPrice extends Object
| Constructor Summary | |
ProductPrice(BigDecimal basePrice, BigDecimal salesPrice)
|
|
| Method Summary | |
|---|---|
String
|
getAttributeValue()
|
BigDecimal
|
getBasePrice()
|
String
|
getKey()
|
MetaClass
|
getMetaClass()
|
Object
|
getProperty(String property)
|
BigDecimal
|
getSalesPrice()
|
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 ProductPrice(BigDecimal basePrice, BigDecimal salesPrice)
| Method Detail |
|---|
public String getAttributeValue()
public BigDecimal getBasePrice()
public String getKey()
public MetaClass getMetaClass()
public Object getProperty(String property)
public BigDecimal getSalesPrice()
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