Class SummaryView
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.ImagePreview
-
- com.hybris.cockpitng.config.summaryview.jaxb.SummaryView
-
public class SummaryView extends ImagePreview
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/common}image-preview"> <sequence> <choice maxOccurs="unbounded" minOccurs="0"> <element name="custom-section" type="{http://www.hybris.com/cockpitng/component/summaryview}customSection"/> <element name="section" type="{http://www.hybris.com/cockpitng/component/summaryview}section"/> </choice> </sequence> <attribute name="display-title" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Section>customSectionOrSectionprotected java.lang.BooleandisplayTitle-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.ImagePreview
defaultImage, displayDefaultImage, displayPreview, displayThumbnail
-
-
Constructor Summary
Constructors Constructor Description SummaryView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Section>getCustomSectionOrSection()Gets the value of the customSectionOrSection property.booleanisDisplayTitle()Gets the value of the displayTitle property.voidsetDisplayTitle(java.lang.Boolean value)Sets the value of the displayTitle property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.ImagePreview
getDefaultImage, isDisplayDefaultImage, isDisplayPreview, isDisplayThumbnail, setDefaultImage, setDisplayDefaultImage, setDisplayPreview, setDisplayThumbnail
-
-
-
-
Field Detail
-
customSectionOrSection
protected java.util.List<Section> customSectionOrSection
-
displayTitle
protected java.lang.Boolean displayTitle
-
-
Method Detail
-
getCustomSectionOrSection
public java.util.List<Section> getCustomSectionOrSection()
Gets the value of the customSectionOrSection property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the customSectionOrSection property.For example, to add a new item, do as follows:
getCustomSectionOrSection().add(newItem);Objects of the following type(s) are allowed in the list
CustomSectionSection
-
isDisplayTitle
public boolean isDisplayTitle()
Gets the value of the displayTitle property.- Returns:
- possible object is
Boolean
-
setDisplayTitle
public void setDisplayTitle(java.lang.Boolean value)
Sets the value of the displayTitle property.- Parameters:
value- allowed object isBoolean
-
-