public class FulfillmentLocationWrapper extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper implements org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<FulfillmentLocation>
| Modifier and Type | Field and Description |
|---|---|
protected com.broadleafcommerce.rest.api.wrapper.AddressWrapper |
address |
protected Boolean |
defaultLocation |
protected String |
fulfillmentType |
protected Long |
id |
protected String |
name |
| Constructor and Description |
|---|
FulfillmentLocationWrapper() |
| Modifier and Type | Method and Description |
|---|---|
com.broadleafcommerce.rest.api.wrapper.AddressWrapper |
getAddress() |
Boolean |
getDefaultLocation() |
String |
getFulfillmentType() |
Long |
getId() |
String |
getName() |
void |
setAddress(com.broadleafcommerce.rest.api.wrapper.AddressWrapper address) |
void |
setDefaultLocation(Boolean defaultLocation) |
void |
setFulfillmentType(String fulfillmentType) |
void |
setId(Long id) |
void |
setName(String name) |
void |
wrapDetails(FulfillmentLocation model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(FulfillmentLocation model,
javax.servlet.http.HttpServletRequest request) |
protected Long id
protected String name
protected Boolean defaultLocation
protected String fulfillmentType
protected com.broadleafcommerce.rest.api.wrapper.AddressWrapper address
public void wrapDetails(FulfillmentLocation model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<FulfillmentLocation>public void wrapSummary(FulfillmentLocation model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<FulfillmentLocation>public Long getId()
public void setId(Long id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic Boolean getDefaultLocation()
public void setDefaultLocation(Boolean defaultLocation)
defaultLocation - the defaultLocation to setpublic String getFulfillmentType()
public void setFulfillmentType(String fulfillmentType)
fulfillmentType - the fulfillmentType to setpublic com.broadleafcommerce.rest.api.wrapper.AddressWrapper getAddress()
public void setAddress(com.broadleafcommerce.rest.api.wrapper.AddressWrapper address)
address - the address to setCopyright © 2020. All rights reserved.