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

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

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

Created with IntelliJ IDEA. User: elbertbautista Date: 6/20/12 Time: 2:28 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
static PayPalShippingDisplayType CAPTURE_SHIPPING
           
static PayPalShippingDisplayType NO_DISPLAY
           
static PayPalShippingDisplayType PROVIDE_SHIPPING
           
 
Constructor Summary
PayPalShippingDisplayType()
           
PayPalShippingDisplayType(String type, String friendlyType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFriendlyType()
           
static PayPalShippingDisplayType 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

PROVIDE_SHIPPING

public static final PayPalShippingDisplayType PROVIDE_SHIPPING

NO_DISPLAY

public static final PayPalShippingDisplayType NO_DISPLAY

CAPTURE_SHIPPING

public static final PayPalShippingDisplayType CAPTURE_SHIPPING
Constructor Detail

PayPalShippingDisplayType

public PayPalShippingDisplayType()

PayPalShippingDisplayType

public PayPalShippingDisplayType(String type,
                                 String friendlyType)
Method Detail

getInstance

public static PayPalShippingDisplayType 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 © 2013. All Rights Reserved.