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:
  • Field Details

  • Constructor Details

    • PayPalShippingDisplayType

      public PayPalShippingDisplayType()
    • PayPalShippingDisplayType

      public PayPalShippingDisplayType(String type, String friendlyType)
  • Method Details

    • 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