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

public class WidgetDashboard extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="containerlayout" type="{}containerlayout"/>
         <element name="widgetpositions" type="{}widgetpositions"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • WidgetDashboard

      public WidgetDashboard()
  • Method Details

    • getContainerlayout

      public Containerlayout getContainerlayout()
      Gets the value of the containerlayout property.
      Returns:
      possible object is Containerlayout
    • setContainerlayout

      public void setContainerlayout(Containerlayout value)
      Sets the value of the containerlayout property.
      Parameters:
      value - allowed object is Containerlayout
    • getWidgetpositions

      public Widgetpositions getWidgetpositions()
      Gets the value of the widgetpositions property.
      Returns:
      possible object is Widgetpositions
    • setWidgetpositions

      public void setWidgetpositions(Widgetpositions value)
      Sets the value of the widgetpositions property.
      Parameters:
      value - allowed object is Widgetpositions