Class Flow
- java.lang.Object
-
- com.hybris.cockpitng.config.jaxb.wizard.AbstractFlowType
-
- com.hybris.cockpitng.config.jaxb.wizard.Flow
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanshowBreadcrumbprotected Sizesizeprotected java.lang.Stringtitle-
Fields inherited from class com.hybris.cockpitng.config.jaxb.wizard.AbstractFlowType
generatedId, handler, id, mergeMode, model, prepare, stepOrSubflow
-
-
Constructor Summary
Constructors Constructor Description Flow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SizegetSize()Gets the value of the size property.java.lang.StringgetTitle()Gets the value of the title property.booleanisShowBreadcrumb()Gets the value of the showBreadcrumb property.voidsetShowBreadcrumb(java.lang.Boolean value)Sets the value of the showBreadcrumb property.voidsetSize(Size value)Sets the value of the size property.voidsetTitle(java.lang.String value)Sets the value of the title property.-
Methods inherited from class com.hybris.cockpitng.config.jaxb.wizard.AbstractFlowType
afterUnmarshal, getGeneratedId, getHandler, getId, getMergeMode, getModel, getPrepare, getStepOrSubflow, setId, setMergeMode, setModel, setPrepare
-
-
-
-
Field Detail
-
title
protected java.lang.String title
-
size
protected Size size
-
showBreadcrumb
protected java.lang.Boolean showBreadcrumb
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(java.lang.String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
setSize
public void setSize(Size value)
Sets the value of the size property.- Parameters:
value- allowed object isSize
-
isShowBreadcrumb
public boolean isShowBreadcrumb()
Gets the value of the showBreadcrumb property.- Returns:
- possible object is
Boolean
-
setShowBreadcrumb
public void setShowBreadcrumb(java.lang.Boolean value)
Sets the value of the showBreadcrumb property.- Parameters:
value- allowed object isBoolean
-
-