public class InventoryNotificationWrapper extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper implements org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<InventoryNotification>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
date |
protected String |
emailAddress |
protected Long |
id |
protected FulfillmentLocationWrapper |
location |
protected boolean |
processed |
protected com.broadleafcommerce.rest.api.wrapper.SkuWrapper |
sku |
| Constructor and Description |
|---|
InventoryNotificationWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate() |
String |
getEmailAddress() |
Long |
getId() |
FulfillmentLocationWrapper |
getLocation() |
com.broadleafcommerce.rest.api.wrapper.SkuWrapper |
getSku() |
boolean |
isProcessed() |
void |
setDate(Date date) |
void |
setEmailAddress(String emailAddress) |
void |
setId(Long id) |
void |
setLocation(FulfillmentLocationWrapper location) |
void |
setProcessed(boolean processed) |
void |
setSku(com.broadleafcommerce.rest.api.wrapper.SkuWrapper sku) |
void |
wrapDetails(InventoryNotification model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(InventoryNotification model,
javax.servlet.http.HttpServletRequest request) |
protected Long id
protected com.broadleafcommerce.rest.api.wrapper.SkuWrapper sku
protected FulfillmentLocationWrapper location
protected String emailAddress
protected Date date
protected boolean processed
public void wrapDetails(InventoryNotification model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<InventoryNotification>public void wrapSummary(InventoryNotification model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<InventoryNotification>public Long getId()
public void setId(Long id)
id - the id to setpublic com.broadleafcommerce.rest.api.wrapper.SkuWrapper getSku()
public void setSku(com.broadleafcommerce.rest.api.wrapper.SkuWrapper sku)
sku - the sku to setpublic FulfillmentLocationWrapper getLocation()
public void setLocation(FulfillmentLocationWrapper location)
location - the location to setpublic String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - the emailAddress to setpublic Date getDate()
public void setDate(Date date)
date - the date to setpublic boolean isProcessed()
public void setProcessed(boolean processed)
processed - the processed to setCopyright © 2020. All rights reserved.