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

paymentInfo

protected PaymentInfoWrapper paymentInfo

referenced

protected ReferencedWrapper referenced
Constructor Detail

PaymentReferenceMapWrapper

public PaymentReferenceMapWrapper()
Method Detail

getPaymentInfoWrapper

public PaymentInfoWrapper getPaymentInfoWrapper()

setPaymentInfoWrapper

public void setPaymentInfoWrapper(PaymentInfoWrapper paymentInfo)

getReferencedWrapper

public ReferencedWrapper getReferencedWrapper()

setReferencedWrapper

public void setReferencedWrapper(ReferencedWrapper referenced)


Copyright © 2013. All Rights Reserved.