Class Placement


  • public class Placement
    extends java.lang.Object

    Java class for placement complex type.

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

     <complexType name="placement">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="widgetId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="width" type="{http://www.hybris.com/cockpitng/config/dashboard}positiveInt" default="1" />
           <attribute name="height" type="{http://www.hybris.com/cockpitng/config/dashboard}positiveInt" default="1" />
           <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
           <attribute name="y" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
           <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Integer height  
      protected java.lang.String mergeMode  
      protected java.lang.String widgetId  
      protected java.lang.Integer width  
      protected java.lang.Integer x  
      protected java.lang.Integer y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Placement()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHeight()
      Gets the value of the height property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      java.lang.String getWidgetId()
      Gets the value of the widgetId property.
      int getWidth()
      Gets the value of the width property.
      int getX()
      Gets the value of the x property.
      int getY()
      Gets the value of the y property.
      void setHeight​(java.lang.Integer value)
      Sets the value of the height property.
      void setMergeMode​(java.lang.String value)
      Sets the value of the mergeMode property.
      void setWidgetId​(java.lang.String value)
      Sets the value of the widgetId property.
      void setWidth​(java.lang.Integer value)
      Sets the value of the width property.
      void setX​(java.lang.Integer value)
      Sets the value of the x property.
      void setY​(java.lang.Integer value)
      Sets the value of the y property.
      • Methods inherited from class java.lang.Object

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

      • widgetId

        protected java.lang.String widgetId
      • width

        protected java.lang.Integer width
      • height

        protected java.lang.Integer height
      • x

        protected java.lang.Integer x
      • y

        protected java.lang.Integer y
      • mergeMode

        protected java.lang.String mergeMode
    • Constructor Detail

      • Placement

        public Placement()
    • Method Detail

      • getWidgetId

        public java.lang.String getWidgetId()
        Gets the value of the widgetId property.
        Returns:
        possible object is String
      • setWidgetId

        public void setWidgetId​(java.lang.String value)
        Sets the value of the widgetId property.
        Parameters:
        value - allowed object is String
      • getWidth

        public int getWidth()
        Gets the value of the width property.
        Returns:
        possible object is Integer
      • setWidth

        public void setWidth​(java.lang.Integer value)
        Sets the value of the width property.
        Parameters:
        value - allowed object is Integer
      • getHeight

        public int getHeight()
        Gets the value of the height property.
        Returns:
        possible object is Integer
      • setHeight

        public void setHeight​(java.lang.Integer value)
        Sets the value of the height property.
        Parameters:
        value - allowed object is Integer
      • getX

        public int getX()
        Gets the value of the x property.
        Returns:
        possible object is Integer
      • setX

        public void setX​(java.lang.Integer value)
        Sets the value of the x property.
        Parameters:
        value - allowed object is Integer
      • getY

        public int getY()
        Gets the value of the y property.
        Returns:
        possible object is Integer
      • setY

        public void setY​(java.lang.Integer value)
        Sets the value of the y property.
        Parameters:
        value - allowed object is Integer
      • 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