Class 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 Detail

      • title

        protected java.lang.String title
      • size

        protected Size size
      • showBreadcrumb

        protected java.lang.Boolean showBreadcrumb
    • Constructor Detail

      • Flow

        public Flow()
    • 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 is String
      • getSize

        public Size getSize()
        Gets the value of the size property.
        Returns:
        possible object is Size
      • setSize

        public void setSize​(Size value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is Size
      • 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 is Boolean