org.broadleafcommerce.core.payment.service.workflow
Class PaymentSeed

java.lang.Object
  extended by org.broadleafcommerce.core.payment.service.workflow.PaymentSeed
All Implemented Interfaces:
CompositePaymentResponse

public class PaymentSeed
extends java.lang.Object
implements CompositePaymentResponse


Constructor Summary
PaymentSeed(Order order, java.util.Map<PaymentInfo,Referenced> infos, PaymentResponse paymentResponse)
           
 
Method Summary
 java.util.Map<PaymentInfo,Referenced> getInfos()
           
 Order getOrder()
           
 PaymentResponse getPaymentResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentSeed

public PaymentSeed(Order order,
                   java.util.Map<PaymentInfo,Referenced> infos,
                   PaymentResponse paymentResponse)
Method Detail

getInfos

public java.util.Map<PaymentInfo,Referenced> getInfos()
Specified by:
getInfos in interface CompositePaymentResponse

getOrder

public Order getOrder()
Specified by:
getOrder in interface CompositePaymentResponse

getPaymentResponse

public PaymentResponse getPaymentResponse()
Specified by:
getPaymentResponse in interface CompositePaymentResponse


Copyright © 2012. All Rights Reserved.