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

java.lang.Object
  extended by org.broadleafcommerce.core.pricing.service.workflow.type.ShippingServiceType
All Implemented Interfaces:
java.io.Serializable, BroadleafEnumerationType

public class ShippingServiceType
extends java.lang.Object
implements java.io.Serializable, BroadleafEnumerationType

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, java.lang.String friendlyType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getFriendlyType()
           
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,
                           java.lang.String friendlyType)
Method Detail

getInstance

public static ShippingServiceType getInstance(java.lang.String type)

getType

public java.lang.String getType()
Specified by:
getType in interface BroadleafEnumerationType

getFriendlyType

public java.lang.String getFriendlyType()
Specified by:
getFriendlyType in interface BroadleafEnumerationType

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 © 2012. All Rights Reserved.