public class InventoryType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static InventoryType |
ALWAYS_AVAILABLE |
static InventoryType |
BASIC
Deprecated.
|
static InventoryType |
CHECK_QUANTITY |
static InventoryType |
NONE
Deprecated.
|
static InventoryType |
UNAVAILABLE |
| Constructor and Description |
|---|
InventoryType() |
InventoryType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static InventoryType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
@Deprecated public static final InventoryType NONE
@Deprecated public static final InventoryType BASIC
public static final InventoryType ALWAYS_AVAILABLE
public static final InventoryType UNAVAILABLE
public static final InventoryType CHECK_QUANTITY
public static InventoryType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2015. All Rights Reserved.