org.broadleafcommerce.vendor.paypal.service.payment.message
Class PayPalRequest

java.lang.Object
  extended by org.broadleafcommerce.vendor.paypal.service.payment.message.PayPalRequest
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PayPalDetailsRequest, PayPalPaymentRequest

public abstract class PayPalRequest
extends Object
implements Serializable

Author:
Jeff Fischer
See Also:
Serialized Form

Field Summary
protected  PayPalMethodType methodType
           
protected  PayPalMethodType secondaryMethodType
           
 
Constructor Summary
PayPalRequest()
           
 
Method Summary
 boolean equals(Object o)
           
 PayPalMethodType getMethodType()
           
 PayPalMethodType getSecondaryMethodType()
           
 int hashCode()
           
 void setMethodType(PayPalMethodType methodType)
           
 void setSecondaryMethodType(PayPalMethodType secondaryMethodType)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

secondaryMethodType

protected PayPalMethodType secondaryMethodType

methodType

protected PayPalMethodType methodType
Constructor Detail

PayPalRequest

public PayPalRequest()
Method Detail

getMethodType

public PayPalMethodType getMethodType()

setMethodType

public void setMethodType(PayPalMethodType methodType)

getSecondaryMethodType

public PayPalMethodType getSecondaryMethodType()

setSecondaryMethodType

public void setSecondaryMethodType(PayPalMethodType secondaryMethodType)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.