public class OfferType extends Object implements Serializable, BroadleafEnumerationType, Comparable<OfferType>
| Modifier and Type | Field and Description |
|---|---|
static OfferType |
FULFILLMENT_GROUP |
static OfferType |
ORDER |
static OfferType |
ORDER_ITEM |
| Constructor and Description |
|---|
OfferType() |
OfferType(String type,
String friendlyType,
int order) |
public static final OfferType ORDER_ITEM
public static final OfferType ORDER
public static final OfferType FULFILLMENT_GROUP
public void setType(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int getOrder()
public void setOrder(int order)
public int compareTo(OfferType arg0)
compareTo in interface Comparable<OfferType>Copyright © 2014. All Rights Reserved.