org.broadleafcommerce.vendor.paypal.service.payment.type
Class PayPalShippingDisplayType
java.lang.Object
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
PROVIDE_SHIPPING
public static final PayPalShippingDisplayType PROVIDE_SHIPPING
NO_DISPLAY
public static final PayPalShippingDisplayType NO_DISPLAY
CAPTURE_SHIPPING
public static final PayPalShippingDisplayType CAPTURE_SHIPPING
PayPalShippingDisplayType
public PayPalShippingDisplayType()
PayPalShippingDisplayType
public PayPalShippingDisplayType(String type,
String friendlyType)
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.