public class FulfillmentGroupRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.broadleafcommerce.profile.core.domain.Address |
address |
protected List<FulfillmentGroupItemRequest> |
fulfillmentGroupItemRequests |
protected FulfillmentType |
fulfillmentType |
protected String |
method
Deprecated.
|
protected FulfillmentOption |
option |
protected Order |
order |
protected org.broadleafcommerce.profile.core.domain.Phone |
phone |
protected String |
service
Deprecated.
|
| Constructor and Description |
|---|
FulfillmentGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.profile.core.domain.Address |
getAddress() |
List<FulfillmentGroupItemRequest> |
getFulfillmentGroupItemRequests() |
FulfillmentType |
getFulfillmentType() |
String |
getMethod()
Deprecated.
|
FulfillmentOption |
getOption() |
Order |
getOrder() |
org.broadleafcommerce.profile.core.domain.Phone |
getPhone() |
String |
getService()
Deprecated.
|
void |
setAddress(org.broadleafcommerce.profile.core.domain.Address address) |
void |
setFulfillmentGroupItemRequests(List<FulfillmentGroupItemRequest> fulfillmentGroupItemRequests) |
void |
setFulfillmentType(FulfillmentType fulfillmentType) |
void |
setMethod(String method)
Deprecated.
|
void |
setOption(FulfillmentOption option) |
void |
setOrder(Order order) |
void |
setPhone(org.broadleafcommerce.profile.core.domain.Phone phone) |
void |
setService(String service)
Deprecated.
|
protected org.broadleafcommerce.profile.core.domain.Address address
protected Order order
protected org.broadleafcommerce.profile.core.domain.Phone phone
@Deprecated protected String method
@Deprecated protected String service
protected FulfillmentOption option
protected List<FulfillmentGroupItemRequest> fulfillmentGroupItemRequests
protected FulfillmentType fulfillmentType
public org.broadleafcommerce.profile.core.domain.Address getAddress()
public void setAddress(org.broadleafcommerce.profile.core.domain.Address address)
public Order getOrder()
public void setOrder(Order order)
public org.broadleafcommerce.profile.core.domain.Phone getPhone()
public void setPhone(org.broadleafcommerce.profile.core.domain.Phone phone)
public FulfillmentOption getOption()
public void setOption(FulfillmentOption option)
public List<FulfillmentGroupItemRequest> getFulfillmentGroupItemRequests()
public void setFulfillmentGroupItemRequests(List<FulfillmentGroupItemRequest> fulfillmentGroupItemRequests)
public FulfillmentType getFulfillmentType()
public void setFulfillmentType(FulfillmentType fulfillmentType)
@Deprecated public String getMethod()
getOption()FulfillmentOption}@Deprecated public void setMethod(String method)
setOption(FulfillmentOption)FulfillmentOption}@Deprecated public String getService()
getOption()FulfillmentOption}@Deprecated public void setService(String service)
setOption(FulfillmentOption)FulfillmentOption}Copyright © 2022. All rights reserved.