org.broadleafcommerce.core.web.api.wrapper
Class CustomerWrapper

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
      extended by 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


Field Summary
protected  String emailAddress
           
protected  String firstName
           
protected  Long id
           
protected  String lastName
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
CustomerWrapper()
           
 
Method Summary
 void wrap(Customer model, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

firstName

protected String firstName

lastName

protected String lastName

emailAddress

protected String emailAddress
Constructor Detail

CustomerWrapper

public CustomerWrapper()
Method Detail

wrap

public void wrap(Customer model,
                 javax.servlet.http.HttpServletRequest request)
Specified by:
wrap in interface APIWrapper<Customer>


Copyright © 2013. All Rights Reserved.