public class CheckoutProgressStates
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckoutProgressStates.DEFAULT_STATES
Contains default states.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version
|
| Constructor and Description |
|---|
CheckoutProgressStates() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Integer> |
getCheckoutProgressLevels()
checkoutProgressLevels property contains checkout milestones available for user.
|
java.lang.String |
getCurrentLevel()
currentLevel property determines which pages can be displayed to user.
|
int |
getCurrentLevelAsInt() |
void |
setCheckoutProgressLevels(java.util.Map pCheckoutProgressLevels)
Sets checkout progress levels.
|
void |
setCurrentLevel(java.lang.String pCurrentLevel) |
public static final java.lang.String CLASS_VERSION
public java.lang.String getCurrentLevel()
public void setCurrentLevel(java.lang.String pCurrentLevel)
pCurrentLevel - the current level to set.public int getCurrentLevelAsInt()
public java.util.Map<java.lang.String,java.lang.Integer> getCheckoutProgressLevels()
public void setCheckoutProgressLevels(java.util.Map pCheckoutProgressLevels)
pCheckoutProgressLevels - the checkout progress levels to set.