public class CustomerAddressType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static CustomerAddressType |
BILLING |
static CustomerAddressType |
OTHER |
static CustomerAddressType |
SHIPPING |
| Constructor and Description |
|---|
CustomerAddressType() |
CustomerAddressType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static CustomerAddressType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final CustomerAddressType SHIPPING
public static final CustomerAddressType BILLING
public static final CustomerAddressType OTHER
public static CustomerAddressType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2015. All Rights Reserved.