|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.pricing.service.workflow.type.ShippingServiceType
FulfillmentOption and FulfillmentPricingProvider paradigm
@Deprecated public class ShippingServiceType
An extendible enumeration of shipping service types.
FulfillmentOption}, {@link FulfillmentPricingProvider},
Serialized Form| Field Summary | |
|---|---|
static ShippingServiceType |
BANDED_SHIPPING
Deprecated. |
static ShippingServiceType |
DHL
Deprecated. |
static ShippingServiceType |
FED_EX
Deprecated. |
static ShippingServiceType |
UPS
Deprecated. |
static ShippingServiceType |
USPS
Deprecated. |
| Constructor Summary | |
|---|---|
ShippingServiceType()
Deprecated. |
|
ShippingServiceType(String type,
String friendlyType)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Deprecated. |
String |
getFriendlyType()
Deprecated. |
static ShippingServiceType |
getInstance(String type)
Deprecated. |
String |
getType()
Deprecated. |
int |
hashCode()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ShippingServiceType BANDED_SHIPPING
public static final ShippingServiceType USPS
public static final ShippingServiceType FED_EX
public static final ShippingServiceType UPS
public static final ShippingServiceType DHL
| Constructor Detail |
|---|
public ShippingServiceType()
public ShippingServiceType(String type,
String friendlyType)
| Method Detail |
|---|
public static ShippingServiceType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||