public class TaxType extends Object implements 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(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static TaxType |
getInstance(String type) |
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 String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2014. All Rights Reserved.