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