org.broadleafcommerce.vendor.usps.service.type
Class USPSShipDateOptionType

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

Field Summary
static USPSShipDateOptionType EMSH
           
static USPSShipDateOptionType HFP
           
 
Constructor Summary
USPSShipDateOptionType()
           
USPSShipDateOptionType(String type, String friendlyType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFriendlyType()
           
static USPSShipDateOptionType getInstance(String type)
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMSH

public static final USPSShipDateOptionType EMSH

HFP

public static final USPSShipDateOptionType HFP
Constructor Detail

USPSShipDateOptionType

public USPSShipDateOptionType()

USPSShipDateOptionType

public USPSShipDateOptionType(String type,
                              String friendlyType)
Method Detail

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.