org.broadleafcommerce.core.web.api.wrapper
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| Modifier and Type | Field and Description |
|---|---|
protected PaymentInfoWrapper |
paymentInfoWrapper |
protected ReferencedWrapper |
referencedWrapper |
context| Constructor and Description |
|---|
PaymentReferenceMapWrapper() |
| Modifier and Type | Method and Description |
|---|---|
PaymentInfoWrapper |
getPaymentInfoWrapper() |
ReferencedWrapper |
getReferencedWrapper() |
void |
setPaymentInfoWrapper(PaymentInfoWrapper paymentInfoWrapper) |
void |
setReferencedWrapper(ReferencedWrapper referencedWrapper) |
setApplicationContextprotected PaymentInfoWrapper paymentInfoWrapper
protected ReferencedWrapper referencedWrapper
public PaymentInfoWrapper getPaymentInfoWrapper()
public void setPaymentInfoWrapper(PaymentInfoWrapper paymentInfoWrapper)
public ReferencedWrapper getReferencedWrapper()
public void setReferencedWrapper(ReferencedWrapper referencedWrapper)
Copyright © 2015. All Rights Reserved.