java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.dashboard.Position

public class Position extends Object

Java class for position complex type.

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

 <complexType name="position">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="widgetID" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="row" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Position

      public Position()
  • Method Details

    • getWidgetID

      public String getWidgetID()
      Gets the value of the widgetID property.
      Returns:
      possible object is String
    • setWidgetID

      public void setWidgetID(String value)
      Sets the value of the widgetID property.
      Parameters:
      value - allowed object is String
    • getColumn

      public BigInteger getColumn()
      Gets the value of the column property.
      Returns:
      possible object is BigInteger
    • setColumn

      public void setColumn(BigInteger value)
      Sets the value of the column property.
      Parameters:
      value - allowed object is BigInteger
    • getRow

      public BigInteger getRow()
      Gets the value of the row property.
      Returns:
      possible object is BigInteger
    • setRow

      public void setRow(BigInteger value)
      Sets the value of the row property.
      Parameters:
      value - allowed object is BigInteger