org.broadleafcommerce.order.service.type
Class USPSServiceMethod

java.lang.Object
  extended by org.broadleafcommerce.order.service.type.USPSServiceMethod
All Implemented Interfaces:
Serializable

public class USPSServiceMethod
extends Object
implements Serializable

Author:
jfischer
See Also:
Serialized Form

Field Summary
static USPSServiceMethod BOUNDPRINTEDMATTER
           
static USPSServiceMethod EXPRESSMAILFLATRATEENVELOPE
           
static USPSServiceMethod EXPRESSMAILFLATRATEENVELOPEHOLDFORPICKUP
           
static USPSServiceMethod EXPRESSMAILFLATRATEENVELOPESUNDAYHOLIDAY
           
static USPSServiceMethod EXPRESSMAILHOLDFORPICKUP
           
static USPSServiceMethod EXPRESSMAILPOTOADDRESSEE
           
static USPSServiceMethod EXPRESSMAILSUNDAYHOLIDAY
           
static USPSServiceMethod FIRSTCLASS
           
static USPSServiceMethod FIRSTCLASSKEYSANDIDS
           
static USPSServiceMethod FIRSTCLASSPOSTCARDSTAMPED
           
static USPSServiceMethod LIBRARY
           
static USPSServiceMethod MEDIAMAIL
           
static USPSServiceMethod PARCELPOST
           
static USPSServiceMethod PRIORITYMAIL
           
static USPSServiceMethod PRIORITYMAILFLATRATEBOX
           
static USPSServiceMethod PRIORITYMAILFLATRATEENVELOPE
           
static USPSServiceMethod PRIORITYMAILFLATRATELARGEBOX
           
static USPSServiceMethod PRIORITYMAILKEYSANDIDS
           
 
Constructor Summary
USPSServiceMethod()
           
USPSServiceMethod(String type)
           
 
Method Summary
 boolean equals(Object obj)
           
static USPSServiceMethod 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

FIRSTCLASS

public static final USPSServiceMethod FIRSTCLASS

PRIORITYMAIL

public static final USPSServiceMethod PRIORITYMAIL

EXPRESSMAILHOLDFORPICKUP

public static final USPSServiceMethod EXPRESSMAILHOLDFORPICKUP

EXPRESSMAILPOTOADDRESSEE

public static final USPSServiceMethod EXPRESSMAILPOTOADDRESSEE

PARCELPOST

public static final USPSServiceMethod PARCELPOST

BOUNDPRINTEDMATTER

public static final USPSServiceMethod BOUNDPRINTEDMATTER

MEDIAMAIL

public static final USPSServiceMethod MEDIAMAIL

LIBRARY

public static final USPSServiceMethod LIBRARY

FIRSTCLASSPOSTCARDSTAMPED

public static final USPSServiceMethod FIRSTCLASSPOSTCARDSTAMPED

EXPRESSMAILFLATRATEENVELOPE

public static final USPSServiceMethod EXPRESSMAILFLATRATEENVELOPE

PRIORITYMAILFLATRATEENVELOPE

public static final USPSServiceMethod PRIORITYMAILFLATRATEENVELOPE

PRIORITYMAILFLATRATEBOX

public static final USPSServiceMethod PRIORITYMAILFLATRATEBOX

PRIORITYMAILKEYSANDIDS

public static final USPSServiceMethod PRIORITYMAILKEYSANDIDS

FIRSTCLASSKEYSANDIDS

public static final USPSServiceMethod FIRSTCLASSKEYSANDIDS

PRIORITYMAILFLATRATELARGEBOX

public static final USPSServiceMethod PRIORITYMAILFLATRATELARGEBOX

EXPRESSMAILSUNDAYHOLIDAY

public static final USPSServiceMethod EXPRESSMAILSUNDAYHOLIDAY

EXPRESSMAILFLATRATEENVELOPESUNDAYHOLIDAY

public static final USPSServiceMethod EXPRESSMAILFLATRATEENVELOPESUNDAYHOLIDAY

EXPRESSMAILFLATRATEENVELOPEHOLDFORPICKUP

public static final USPSServiceMethod EXPRESSMAILFLATRATEENVELOPEHOLDFORPICKUP
Constructor Detail

USPSServiceMethod

public USPSServiceMethod()

USPSServiceMethod

public USPSServiceMethod(String type)
Method Detail

getInstance

public static USPSServiceMethod getInstance(String type)

getType

public String getType()

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.