Class CollectionBrowser


  • public class CollectionBrowser
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="available-molds" type="{http://www.hybris.com/cockpitng/config/collectionbrowser}mold-list" minOccurs="0"/>
           </sequence>
           <attribute name="enable-multi-select" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • availableMolds

        protected MoldList availableMolds
      • enableMultiSelect

        protected java.lang.Boolean enableMultiSelect
    • Constructor Detail

      • CollectionBrowser

        public CollectionBrowser()
    • Method Detail

      • getAvailableMolds

        public MoldList getAvailableMolds()
        Gets the value of the availableMolds property.
        Returns:
        possible object is MoldList
      • setAvailableMolds

        public void setAvailableMolds​(MoldList value)
        Sets the value of the availableMolds property.
        Parameters:
        value - allowed object is MoldList
      • isEnableMultiSelect

        public java.lang.Boolean isEnableMultiSelect()
        Gets the value of the enableMultiSelect property.
        Returns:
        possible object is Boolean
      • setEnableMultiSelect

        public void setEnableMultiSelect​(java.lang.Boolean value)
        Sets the value of the enableMultiSelect property.
        Parameters:
        value - allowed object is Boolean