public class CheckoutStageType extends Object implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType, Comparable<CheckoutStageType>
| Modifier and Type | Field and Description |
|---|---|
static CheckoutStageType |
PAYMENT_INFO |
static CheckoutStageType |
REVIEW |
static CheckoutStageType |
SHIPPING_INFO |
| Constructor and Description |
|---|
CheckoutStageType() |
CheckoutStageType(String type,
String friendlyType,
int order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CheckoutStageType arg0) |
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static CheckoutStageType |
getInstance(String type) |
int |
getOrder() |
String |
getType() |
int |
hashCode() |
void |
setOrder(int order) |
void |
setType(String type) |
public static final CheckoutStageType SHIPPING_INFO
public static final CheckoutStageType PAYMENT_INFO
public static final CheckoutStageType REVIEW
public static CheckoutStageType getInstance(String type)
public void setType(String type)
public String getType()
getType in interface org.broadleafcommerce.common.BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface org.broadleafcommerce.common.BroadleafEnumerationTypepublic int getOrder()
public void setOrder(int order)
public int compareTo(CheckoutStageType arg0)
compareTo in interface Comparable<CheckoutStageType>Copyright © 2022. All rights reserved.