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

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

public class OfferWrapper
extends BaseWrapper
implements APIWrapper<Offer>

This is a JAXB wrapper around OfferWrapper.

User: Priyesh Patel


Field Summary
protected  BroadleafEnumerationTypeWrapper discountType
           
protected  String marketingMessage
           
protected  BroadleafEnumerationTypeWrapper offerType
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
OfferWrapper()
           
 
Method Summary
 void wrap(Offer 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

marketingMessage

protected String marketingMessage

offerType

protected BroadleafEnumerationTypeWrapper offerType

discountType

protected BroadleafEnumerationTypeWrapper discountType
Constructor Detail

OfferWrapper

public OfferWrapper()
Method Detail

wrap

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


Copyright © 2013. All Rights Reserved.