public class UpdateFulfillmentGroupRequest extends CartModifyingRequest implements Serializable
| Constructor and Description |
|---|
UpdateFulfillmentGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
com.broadleafcommerce.order.common.domain.Address |
getAddress()
The shipping address for this fulfillment group.
|
com.broadleafcommerce.order.common.domain.FulfillmentOption |
getFulfillmentOption()
The fulfillment option chosen for the
getType(). |
String |
getType()
The type of means by which this fulfillment group is fulfilled.
|
int |
hashCode() |
void |
setAddress(com.broadleafcommerce.order.common.domain.Address address)
The shipping address for this fulfillment group.
|
void |
setFulfillmentOption(com.broadleafcommerce.order.common.domain.FulfillmentOption fulfillmentOption)
The fulfillment option chosen for the
getType(). |
void |
setType(String type)
The type of means by which this fulfillment group is fulfilled.
|
String |
toString() |
getCartVersion, getVersion, setCartVersion, setVersionpublic String getType()
FulfillmentTypepublic com.broadleafcommerce.order.common.domain.FulfillmentOption getFulfillmentOption()
getType().public com.broadleafcommerce.order.common.domain.Address getAddress()
public void setType(String type)
type - The type of means by which this fulfillment group is fulfilled.FulfillmentTypepublic void setFulfillmentOption(com.broadleafcommerce.order.common.domain.FulfillmentOption fulfillmentOption)
getType().public void setAddress(com.broadleafcommerce.order.common.domain.Address address)
address - The shipping address for this fulfillment group.public boolean equals(Object o)
equals in class CartModifyingRequestprotected boolean canEqual(Object other)
canEqual in class CartModifyingRequestpublic int hashCode()
hashCode in class CartModifyingRequestpublic String toString()
toString in class CartModifyingRequestCopyright © 2021. All rights reserved.