org.broadleafcommerce.core.web.order.model
Class ShippingMethods

java.lang.Object
  extended by org.broadleafcommerce.core.web.order.model.ShippingMethods

public class ShippingMethods
extends Object


Constructor Summary
ShippingMethods()
           
 
Method Summary
 List<FulfillmentGroup> getRows()
           
 void setRows(List<FulfillmentGroup> rows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShippingMethods

public ShippingMethods()
Method Detail

getRows

public List<FulfillmentGroup> getRows()

setRows

public void setRows(List<FulfillmentGroup> rows)


Copyright © 2012. All Rights Reserved.