Class CheckinStep
java.lang.Object
de.hybris.platform.traveladdon.checkin.steps.CheckinStep
The type Checkin step.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleannextStep()voidsetCheckinGroup(CheckinGroup checkinGroup) voidsetProgressBarId(String progressBarId) voidsetTransitions(Map<String, String> transitions)
-
Field Details
-
PREVIOUS
- See Also:
-
CURRENT
- See Also:
-
NEXT
- See Also:
-
-
Constructor Details
-
CheckinStep
public CheckinStep()
-
-
Method Details
-
go
-
isEnabled
public boolean isEnabled()- Returns:
- boolean
-
previousStep
- Returns:
- String
-
currentStep
- Returns:
- String
-
nextStep
- Returns:
- String
-
getTransitions
- Returns:
- the transition map
-
setTransitions
- Parameters:
transitions-
-
getProgressBarId
- Returns:
- String the progress bar id
-
setProgressBarId
- Parameters:
progressBarId-
-
getCheckinGroup
- Returns:
- the checkinGroup
-
setCheckinGroup
- Parameters:
checkinGroup- the checkinGroup to set
-