org.broadleafcommerce.core.web.api.wrapper
Class PaymentReferenceMapWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
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
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
paymentInfoWrapper
protected PaymentInfoWrapper paymentInfoWrapper
referencedWrapper
protected ReferencedWrapper referencedWrapper
PaymentReferenceMapWrapper
public PaymentReferenceMapWrapper()
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.