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

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

java.lang.Object
  com.acquitygroup.webtest.model.product.ProductIdentifier
All Implemented Interfaces:
GroovyObject

public class ProductIdentifier
extends Object

Constructor Summary
ProductIdentifier(String variantId)

ProductIdentifier(String variantId, String pid)

 
Method Summary
MetaClass getMetaClass()

String getPid()

Object getProperty(String property)

String getVariantId()

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

ProductIdentifier

public ProductIdentifier(String variantId)


ProductIdentifier

public ProductIdentifier(String variantId, String pid)


 
Method Detail

getMetaClass

public MetaClass getMetaClass()


getPid

public String getPid()


getProperty

public Object getProperty(String property)


getVariantId

public String getVariantId()


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