Class CompareView
- java.lang.Object
-
- com.hybris.cockpitng.config.compareview.jaxb.CompareView
-
public class CompareView 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="editor-area-ctx" type="{http://www.hybris.com/cockpitng/component/compareview}editor-area-ctx" minOccurs="0"/> <element name="grid-view-ctx" type="{http://www.hybris.com/cockpitng/component/compareview}grid-view-ctx" minOccurs="0"/> <element name="header" type="{http://www.hybris.com/cockpitng/component/compareview}header" minOccurs="0"/> <element name="section" type="{http://www.hybris.com/cockpitng/component/compareview}section" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EditorAreaCtxeditorAreaCtxprotected GridViewCtxgridViewCtxprotected Headerheaderprotected java.util.List<Section>section
-
Constructor Summary
Constructors Constructor Description CompareView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditorAreaCtxgetEditorAreaCtx()Gets the value of the editorAreaCtx property.GridViewCtxgetGridViewCtx()Gets the value of the gridViewCtx property.HeadergetHeader()Gets the value of the header property.java.util.List<Section>getSection()Gets the value of the section property.voidsetEditorAreaCtx(EditorAreaCtx value)Sets the value of the editorAreaCtx property.voidsetGridViewCtx(GridViewCtx value)Sets the value of the gridViewCtx property.voidsetHeader(Header value)Sets the value of the header property.
-
-
-
Field Detail
-
editorAreaCtx
protected EditorAreaCtx editorAreaCtx
-
gridViewCtx
protected GridViewCtx gridViewCtx
-
header
protected Header header
-
section
protected java.util.List<Section> section
-
-
Method Detail
-
getEditorAreaCtx
public EditorAreaCtx getEditorAreaCtx()
Gets the value of the editorAreaCtx property.- Returns:
- possible object is
EditorAreaCtx
-
setEditorAreaCtx
public void setEditorAreaCtx(EditorAreaCtx value)
Sets the value of the editorAreaCtx property.- Parameters:
value- allowed object isEditorAreaCtx
-
getGridViewCtx
public GridViewCtx getGridViewCtx()
Gets the value of the gridViewCtx property.- Returns:
- possible object is
GridViewCtx
-
setGridViewCtx
public void setGridViewCtx(GridViewCtx value)
Sets the value of the gridViewCtx property.- Parameters:
value- allowed object isGridViewCtx
-
getHeader
public Header getHeader()
Gets the value of the header property.- Returns:
- possible object is
Header
-
setHeader
public void setHeader(Header value)
Sets the value of the header property.- Parameters:
value- allowed object isHeader
-
getSection
public java.util.List<Section> getSection()
Gets the value of the section 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 section property.For example, to add a new item, do as follows:
getSection().add(newItem);
Objects of the following type(s) are allowed in the list
Section
-
-