org.broadleafcommerce.vendor.usps.service.type
Class USPSShipDateOptionType
java.lang.Object
org.broadleafcommerce.vendor.usps.service.type.USPSShipDateOptionType
- All Implemented Interfaces:
- Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
public class USPSShipDateOptionType
- extends Object
- implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
An extendible enumeration of ship date option types.
- Author:
- jfischer
- See Also:
- Serialized Form
EMSH
public static final USPSShipDateOptionType EMSH
HFP
public static final USPSShipDateOptionType HFP
USPSShipDateOptionType
public USPSShipDateOptionType()
USPSShipDateOptionType
public USPSShipDateOptionType(String type,
String friendlyType)
getInstance
public static USPSShipDateOptionType getInstance(String type)
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.