org.broadleafcommerce.core.pricing.service.workflow.type
Class ShippingServiceType
java.lang.Object
org.broadleafcommerce.core.pricing.service.workflow.type.ShippingServiceType
- All Implemented Interfaces:
- Serializable, BroadleafEnumerationType
public class ShippingServiceType
- extends Object
- implements Serializable, BroadleafEnumerationType
An extendible enumeration of shipping service types.
- Author:
- jfischer
- See Also:
- Serialized Form
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(String type,
String friendlyType)
getInstance
public static ShippingServiceType getInstance(String type)
getType
public String getType()
- Specified by:
getType in interface BroadleafEnumerationType
getFriendlyType
public String getFriendlyType()
- Specified by:
getFriendlyType in interface 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.