public class FulfillmentBandResultAmountType extends java.lang.Object implements java.io.Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static FulfillmentBandResultAmountType |
PERCENTAGE |
static FulfillmentBandResultAmountType |
RATE |
| Constructor and Description |
|---|
FulfillmentBandResultAmountType() |
FulfillmentBandResultAmountType(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 FulfillmentBandResultAmountType |
getInstance(java.lang.String type) |
java.lang.String |
getType() |
int |
hashCode() |
public static final FulfillmentBandResultAmountType RATE
public static final FulfillmentBandResultAmountType PERCENTAGE
public FulfillmentBandResultAmountType()
public FulfillmentBandResultAmountType(java.lang.String type,
java.lang.String friendlyType)
public static FulfillmentBandResultAmountType 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.