org.broadleafcommerce.pricing.service.workflow.type
Class ShippingServiceType

java.lang.Object
  extended by 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

Field Summary
static ShippingServiceType BANDED_SHIPPING
           
static ShippingServiceType DHL
           
static ShippingServiceType FED_EX
           
static ShippingServiceType UPS
           
static ShippingServiceType USPS
           
 
Constructor Summary
ShippingServiceType()
           
ShippingServiceType(java.lang.String type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static ShippingServiceType getInstance(java.lang.String type)
           
 java.lang.String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ShippingServiceType

public ShippingServiceType()

ShippingServiceType

public ShippingServiceType(java.lang.String type)
Method Detail

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.