Class 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.String mergeMode  
      protected java.lang.String name  
      • 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.String getMergeMode()
      Gets the value of the mergeMode property.
      java.lang.String getName()
      Gets the value of the name property.
      void setMergeMode​(java.lang.String value)
      Sets the value of the mergeMode property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • mergeMode

        protected java.lang.String mergeMode
    • Constructor Detail

      • AbstractSection

        public AbstractSection()
    • 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 is String
      • 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 is String