public class Flow extends AbstractFlowType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.hybris.com/cockpitng/config/wizard-config}AbstractFlowType">
<attribute name="title" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="size" type="{http://www.hybris.com/cockpitng/config/wizard-config}Size" default="medium" />
<attribute name="show-breadcrumb" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
showBreadcrumb |
protected Size |
size |
protected String |
title |
generatedId, id, mergeMode, model, prepare, stepOrSubflow| Constructor and Description |
|---|
Flow() |
| Modifier and Type | Method and Description |
|---|---|
Size |
getSize()
Gets the value of the size property.
|
String |
getTitle()
Gets the value of the title property.
|
boolean |
isShowBreadcrumb()
Gets the value of the showBreadcrumb property.
|
void |
setShowBreadcrumb(Boolean value)
Sets the value of the showBreadcrumb property.
|
void |
setSize(Size value)
Sets the value of the size property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
afterUnmarshal, getGeneratedId, getId, getMergeMode, getModel, getPrepare, getStepOrSubflow, setId, setMergeMode, setModel, setPrepareprotected String title
protected Size size
protected Boolean showBreadcrumb
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic void setSize(Size value)
value - allowed object is
Sizepublic boolean isShowBreadcrumb()
BooleanCopyright © 2018. All rights reserved.