Class AbstractSection
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.config.summaryview.jaxb.AbstractSection
-
- Direct Known Subclasses:
Section
public abstract class AbstractSection extends Positioned
Java class for abstractSection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractSection"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/config/common}positioned"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringmergeModeprotected java.lang.Stringname-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description AbstractSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetName()Gets the value of the name property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetName(java.lang.String value)Sets the value of the name property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getMergeMode
public java.lang.String getMergeMode()
Gets the value of the mergeMode property.- Returns:
- possible object is
String
-
setMergeMode
public void setMergeMode(java.lang.String value)
Sets the value of the mergeMode property.- Parameters:
value- allowed object isString
-
-