org.broadleafcommerce.pricing.service.workflow.type
Class ShippingServiceType
java.lang.Object
org.broadleafcommerce.pricing.service.workflow.type.ShippingServiceType
- All Implemented Interfaces:
- java.io.Serializable
public class ShippingServiceType
- extends java.lang.Object
- implements java.io.Serializable
An extendible enumeration of shipping service types.
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BANDED_SHIPPING
public static final ShippingServiceType BANDED_SHIPPING
USPS
public static final ShippingServiceType USPS
FED_EX
public static final ShippingServiceType FED_EX
UPS
public static final ShippingServiceType UPS
DHL
public static final ShippingServiceType DHL
ShippingServiceType
public ShippingServiceType()
ShippingServiceType
public ShippingServiceType(java.lang.String type)
getInstance
public static ShippingServiceType getInstance(java.lang.String type)
getType
public java.lang.String getType()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2010. All Rights Reserved.