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

com.acquitygroup.webtest.model
[Java] Class Shipment

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

public class Shipment
extends Object

Constructor Summary
Shipment(String shippingMethod, List productLineItems, Address shippingAddress)

 
Method Summary
MetaClass getMetaClass()

List getProductLineItems()

Object getProperty(String property)

Address getShippingAddress()

String getShippingMethod()

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

Shipment

public Shipment(String shippingMethod, List productLineItems, Address shippingAddress)


 
Method Detail

getMetaClass

public MetaClass getMetaClass()


getProductLineItems

public List getProductLineItems()


getProperty

public Object getProperty(String property)


getShippingAddress

public Address getShippingAddress()


getShippingMethod

public String getShippingMethod()


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