org.broadleafcommerce.core.web.api.wrapper
Class CustomerWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.CustomerWrapper
- All Implemented Interfaces:
- APIWrapper<Customer>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class CustomerWrapper
- extends BaseWrapper
- implements APIWrapper<Customer>
This is a JAXB wrapper around FulfillmentGroupItem.
User: Elbert Bautista
Date: 4/18/12
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
|
Method Summary |
void |
wrap(Customer model,
javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
firstName
protected String firstName
lastName
protected String lastName
emailAddress
protected String emailAddress
CustomerWrapper
public CustomerWrapper()
wrap
public void wrap(Customer model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<Customer>
Copyright © 2012. All Rights Reserved.