com.acquitygroup.demandware:demandware-testing-framework:0.09

com.acquitygroup.webtest.model.product
[Java] Class ProductPrice

java.lang.Object
  com.acquitygroup.webtest.model.product.ProductPrice
All Implemented Interfaces:
ProductAttribute, GroovyObject

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

ProductPrice

public ProductPrice(BigDecimal basePrice, BigDecimal salesPrice)


 
Method Detail

getAttributeValue

public String getAttributeValue()


getBasePrice

public BigDecimal getBasePrice()


getKey

public String getKey()


getMetaClass

public MetaClass getMetaClass()


getProperty

public Object getProperty(String property)


getSalesPrice

public BigDecimal getSalesPrice()


invokeMethod

public Object invokeMethod(String method, Object arguments)


setMetaClass

public void setMetaClass(MetaClass mc)


setProperty

public void setProperty(String property, Object value)


 

com.acquitygroup.demandware:demandware-testing-framework:0.09