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

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

public class PaymentReferenceMapWrapper
extends BaseWrapper

This is a JAXB wrapper that encapsulates the mapping between a PaymentInfoWrapper and a ReferencedWrapper This is just a container, and will not be wrapped or unwrapped from a BLC entity

User: Elbert Bautista Date: 4/26/12


Field Summary
protected  PaymentInfoWrapper paymentInfoWrapper
           
protected  ReferencedWrapper referencedWrapper
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
PaymentReferenceMapWrapper()
           
 
Method Summary
 PaymentInfoWrapper getPaymentInfoWrapper()
           
 ReferencedWrapper getReferencedWrapper()
           
 void setPaymentInfoWrapper(PaymentInfoWrapper paymentInfoWrapper)
           
 void setReferencedWrapper(ReferencedWrapper referencedWrapper)
           
 
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

paymentInfoWrapper

protected PaymentInfoWrapper paymentInfoWrapper

referencedWrapper

protected ReferencedWrapper referencedWrapper
Constructor Detail

PaymentReferenceMapWrapper

public PaymentReferenceMapWrapper()
Method Detail

getPaymentInfoWrapper

public PaymentInfoWrapper getPaymentInfoWrapper()

setPaymentInfoWrapper

public void setPaymentInfoWrapper(PaymentInfoWrapper paymentInfoWrapper)

getReferencedWrapper

public ReferencedWrapper getReferencedWrapper()

setReferencedWrapper

public void setReferencedWrapper(ReferencedWrapper referencedWrapper)


Copyright © 2012. All Rights Reserved.