Class AbstractPanel

  • Direct Known Subclasses:
    Panel

    public abstract class AbstractPanel
    extends AbstractPositioned

    Java class for abstractPanel complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="abstractPanel">
       <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="colspan" type="{http://www.w3.org/2001/XMLSchema}decimal" />
           <attribute name="rowspan" type="{http://www.w3.org/2001/XMLSchema}decimal" />
           <attribute name="description" 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.math.BigDecimal colspan  
      protected java.lang.String description  
      protected java.lang.String mergeMode  
      protected java.lang.String name  
      protected java.math.BigDecimal rowspan  
      • Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned

        position
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractPanel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigDecimal getColspan()
      Gets the value of the colspan property.
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      java.lang.String getName()
      Gets the value of the name property.
      java.math.BigDecimal getRowspan()
      Gets the value of the rowspan property.
      void setColspan​(java.math.BigDecimal value)
      Sets the value of the colspan property.
      void setDescription​(java.lang.String value)
      Sets the value of the description 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.
      void setRowspan​(java.math.BigDecimal value)
      Sets the value of the rowspan 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
      • colspan

        protected java.math.BigDecimal colspan
      • rowspan

        protected java.math.BigDecimal rowspan
      • description

        protected java.lang.String description
      • mergeMode

        protected java.lang.String mergeMode
    • Constructor Detail

      • AbstractPanel

        public AbstractPanel()
    • 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
      • getColspan

        public java.math.BigDecimal getColspan()
        Gets the value of the colspan property.
        Returns:
        possible object is BigDecimal
      • setColspan

        public void setColspan​(java.math.BigDecimal value)
        Sets the value of the colspan property.
        Parameters:
        value - allowed object is BigDecimal
      • getRowspan

        public java.math.BigDecimal getRowspan()
        Gets the value of the rowspan property.
        Returns:
        possible object is BigDecimal
      • setRowspan

        public void setRowspan​(java.math.BigDecimal value)
        Sets the value of the rowspan property.
        Parameters:
        value - allowed object is BigDecimal
      • 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 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