org.broadleafcommerce.vendor.usps.service.type
Class USPSServiceType
java.lang.Object
org.broadleafcommerce.vendor.usps.service.type.USPSServiceType
- All Implemented Interfaces:
- Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
public class USPSServiceType
- extends Object
- implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
An extendible enumeration of service types.
- Author:
- jfischer
- See Also:
- Serialized Form
ALL
public static final USPSServiceType ALL
ONLINE
public static final USPSServiceType ONLINE
FIRSTCLASS
public static final USPSServiceType FIRSTCLASS
PRIORITY
public static final USPSServiceType PRIORITY
PRIORITYCOMMERCIAL
public static final USPSServiceType PRIORITYCOMMERCIAL
EXPRESS
public static final USPSServiceType EXPRESS
EXPRESS_SH
public static final USPSServiceType EXPRESS_SH
EXPRESS_HFP
public static final USPSServiceType EXPRESS_HFP
EXPRESSCOMMERCIAL
public static final USPSServiceType EXPRESSCOMMERCIAL
EXPRESS_SH_COMMERCIAL
public static final USPSServiceType EXPRESS_SH_COMMERCIAL
EXPRESS_HFP_COMMERCIAL
public static final USPSServiceType EXPRESS_HFP_COMMERCIAL
BPM
public static final USPSServiceType BPM
PARCEL
public static final USPSServiceType PARCEL
MEDIA
public static final USPSServiceType MEDIA
LIBRARY
public static final USPSServiceType LIBRARY
USPSServiceType
public USPSServiceType()
USPSServiceType
public USPSServiceType(String type,
String friendlyType)
getInstance
public static USPSServiceType getInstance(String type)
getInstanceByServiceMethod
public static USPSServiceType getInstanceByServiceMethod(USPSServiceMethod method)
getType
public String getType()
- Specified by:
getType in interface org.broadleafcommerce.common.BroadleafEnumerationType
getFriendlyType
public String getFriendlyType()
- Specified by:
getFriendlyType in interface org.broadleafcommerce.common.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.