public class OfferDeliveryType extends Object implements Serializable, BroadleafEnumerationType, Comparable<OfferDeliveryType>
| Modifier and Type | Field and Description |
|---|---|
static OfferDeliveryType |
AUTOMATIC |
static OfferDeliveryType |
CODE |
static OfferDeliveryType |
MANUAL |
| Constructor and Description |
|---|
OfferDeliveryType() |
OfferDeliveryType(String type,
String friendlyType,
int order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OfferDeliveryType arg0) |
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static OfferDeliveryType |
getInstance(String type) |
int |
getOrder() |
String |
getType() |
int |
hashCode() |
void |
setOrder(int order) |
void |
setType(String type) |
public static final OfferDeliveryType AUTOMATIC
public static final OfferDeliveryType CODE
public static final OfferDeliveryType MANUAL
public static OfferDeliveryType getInstance(String type)
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(OfferDeliveryType arg0)
compareTo in interface Comparable<OfferDeliveryType>Copyright © 2014. All Rights Reserved.