Class CollectionBrowser
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.collectionbrowser.CollectionBrowser
-
public class CollectionBrowser extends java.lang.ObjectJava 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 Summary
Fields Modifier and Type Field Description protected MoldListavailableMoldsprotected java.lang.BooleanenableMultiSelect
-
Constructor Summary
Constructors Constructor Description CollectionBrowser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MoldListgetAvailableMolds()Gets the value of the availableMolds property.java.lang.BooleanisEnableMultiSelect()Gets the value of the enableMultiSelect property.voidsetAvailableMolds(MoldList value)Sets the value of the availableMolds property.voidsetEnableMultiSelect(java.lang.Boolean value)Sets the value of the enableMultiSelect property.
-
-
-
Field Detail
-
availableMolds
protected MoldList availableMolds
-
enableMultiSelect
protected java.lang.Boolean enableMultiSelect
-
-
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 isMoldList
-
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 isBoolean
-
-