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

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
      extended by org.broadleafcommerce.core.web.api.wrapper.RelatedProductWrapper
All Implemented Interfaces:
APIWrapper<RelatedProduct>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class RelatedProductWrapper
extends BaseWrapper
implements APIWrapper<RelatedProduct>

This is a JAXB wrapper for RelatedProducts User: Kelly Tisdell Date: 4/10/12


Field Summary
protected  Long id
           
protected  ProductWrapper product
           
protected  String promotionalMessage
           
protected  Long sequence
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
RelatedProductWrapper()
           
 
Method Summary
 void wrap(RelatedProduct 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

sequence

protected Long sequence

promotionalMessage

protected String promotionalMessage

product

protected ProductWrapper product
Constructor Detail

RelatedProductWrapper

public RelatedProductWrapper()
Method Detail

wrap

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


Copyright © 2012. All Rights Reserved.