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

java.lang.Object
  extended by org.broadleafcommerce.common.vendor.service.type.ContainerSizeType
      extended by org.broadleafcommerce.vendor.usps.service.type.USPSContainerSizeType
All Implemented Interfaces:
Serializable, org.broadleafcommerce.common.BroadleafEnumerationType

public class USPSContainerSizeType
extends org.broadleafcommerce.common.vendor.service.type.ContainerSizeType

An extendible enumeration of container size types.

Author:
jfischer
See Also:
Serialized Form

Field Summary
static USPSContainerSizeType LARGE
           
static USPSContainerSizeType OVERSIZE
           
static USPSContainerSizeType REGULAR
           
 
Constructor Summary
USPSContainerSizeType()
           
USPSContainerSizeType(String type, String friendlyType)
           
 
Method Summary
 
Methods inherited from class org.broadleafcommerce.common.vendor.service.type.ContainerSizeType
equals, getFriendlyType, getInstance, getType, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGULAR

public static final USPSContainerSizeType REGULAR

LARGE

public static final USPSContainerSizeType LARGE

OVERSIZE

public static final USPSContainerSizeType OVERSIZE
Constructor Detail

USPSContainerSizeType

public USPSContainerSizeType()

USPSContainerSizeType

public USPSContainerSizeType(String type,
                             String friendlyType)


Copyright © 2012. All Rights Reserved.