org.broadleafcommerce.core.web.api.wrapper
public class PhoneWrapper extends BaseWrapper implements APIWrapper<Phone>, APIUnwrapper<Phone>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Boolean |
isActive |
protected Boolean |
isDefault |
protected String |
phoneNumber |
context| Constructor and Description |
|---|
PhoneWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Phone |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext) |
void |
wrap(Phone model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected String phoneNumber
protected Boolean isActive
protected Boolean isDefault
public void wrap(Phone model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<Phone>public Phone unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext appContext)
unwrap in interface APIUnwrapper<Phone>Copyright © 2015. All Rights Reserved.