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, setVersion
public String getType()
FulfillmentType
public 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.FulfillmentType
public 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 CartModifyingRequest
protected boolean canEqual(Object other)
canEqual
in class CartModifyingRequest
public int hashCode()
hashCode
in class CartModifyingRequest
public String toString()
toString
in class CartModifyingRequest
Copyright © 2021. All rights reserved.