org.broadleafcommerce.vendor.paypal.service.payment.type
Class PayPalPendingReasonType

java.lang.Object
  extended by org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalPendingReasonType
All Implemented Interfaces:
Serializable, org.broadleafcommerce.common.BroadleafEnumerationType

public class PayPalPendingReasonType
extends Object
implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType

An extendible enumeration of transaction types.

Author:
jfischer
See Also:
Serialized Form

Field Summary
static PayPalPendingReasonType ADDRESS
           
static PayPalPendingReasonType AUTHORIZATION
           
static PayPalPendingReasonType ECHECK
           
static PayPalPendingReasonType INTL
           
static PayPalPendingReasonType MULTICURRENCY
           
static PayPalPendingReasonType NONE
           
static PayPalPendingReasonType ORDER
           
static PayPalPendingReasonType OTHER
           
static PayPalPendingReasonType PAYMENTREVIEW
           
static PayPalPendingReasonType UNILATERAL
           
static PayPalPendingReasonType VERIFY
           
 
Constructor Summary
PayPalPendingReasonType()
           
PayPalPendingReasonType(String type, String friendlyType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFriendlyType()
           
static PayPalPendingReasonType getInstance(String type)
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final PayPalPendingReasonType NONE

ADDRESS

public static final PayPalPendingReasonType ADDRESS

AUTHORIZATION

public static final PayPalPendingReasonType AUTHORIZATION

ECHECK

public static final PayPalPendingReasonType ECHECK

INTL

public static final PayPalPendingReasonType INTL

MULTICURRENCY

public static final PayPalPendingReasonType MULTICURRENCY

ORDER

public static final PayPalPendingReasonType ORDER

PAYMENTREVIEW

public static final PayPalPendingReasonType PAYMENTREVIEW

UNILATERAL

public static final PayPalPendingReasonType UNILATERAL

VERIFY

public static final PayPalPendingReasonType VERIFY

OTHER

public static final PayPalPendingReasonType OTHER
Constructor Detail

PayPalPendingReasonType

public PayPalPendingReasonType()

PayPalPendingReasonType

public PayPalPendingReasonType(String type,
                               String friendlyType)
Method Detail

getInstance

public static PayPalPendingReasonType getInstance(String type)

getType

public String getType()
Specified by:
getType in interface org.broadleafcommerce.common.BroadleafEnumerationType

getFriendlyType

public String getFriendlyType()
Specified by:
getFriendlyType in interface org.broadleafcommerce.common.BroadleafEnumerationType

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2012. All Rights Reserved.