Class AbstractSection
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractPositioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractSection
-
- Direct Known Subclasses:
Section
public abstract class AbstractSection extends AbstractPositioned
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/component/editorArea}abstractPositioned"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="initiallyOpened" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <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.Stringdescriptionprotected java.lang.BooleaninitiallyOpenedprotected 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.StringgetDescription()Gets the value of the description property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetName()Gets the value of the name property.booleanisInitiallyOpened()Gets the value of the initiallyOpened property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetInitiallyOpened(java.lang.Boolean value)Sets the value of the initiallyOpened 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
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
isInitiallyOpened
public boolean isInitiallyOpened()
Gets the value of the initiallyOpened property.- Returns:
- possible object is
Boolean
-
setInitiallyOpened
public void setInitiallyOpened(java.lang.Boolean value)
Sets the value of the initiallyOpened property.- Parameters:
value- allowed object isBoolean
-
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
-
-