public class TaxType extends java.lang.Object implements java.io.Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static TaxType |
CITY |
static TaxType |
COMBINED |
static TaxType |
COUNTRY |
static TaxType |
COUNTY |
static TaxType |
DISTRICT |
static TaxType |
SHIPPING |
static TaxType |
STATE |
| Constructor and Description |
|---|
TaxType() |
TaxType(java.lang.String type,
java.lang.String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFriendlyType() |
static TaxType |
getInstance(java.lang.String type) |
java.lang.String |
getType() |
int |
hashCode() |
public static final TaxType CITY
public static final TaxType STATE
public static final TaxType DISTRICT
public static final TaxType COUNTY
public static final TaxType COUNTRY
public static final TaxType SHIPPING
public static final TaxType COMBINED
public TaxType()
public TaxType(java.lang.String type,
java.lang.String friendlyType)
public static TaxType getInstance(java.lang.String type)
public java.lang.String getType()
getType in interface BroadleafEnumerationTypepublic java.lang.String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.