Class WidgetDashboard
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.dashboard.WidgetDashboard
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the containerlayout property.Gets the value of the widgetpositions property.voidSets the value of the containerlayout property.voidSets the value of the widgetpositions property.
-
Field Details
-
containerlayout
-
widgetpositions
-
-
Constructor Details
-
WidgetDashboard
public WidgetDashboard()
-
-
Method Details
-
getContainerlayout
Gets the value of the containerlayout property.- Returns:
- possible object is
Containerlayout
-
setContainerlayout
Sets the value of the containerlayout property.- Parameters:
value- allowed object isContainerlayout
-
getWidgetpositions
Gets the value of the widgetpositions property.- Returns:
- possible object is
Widgetpositions
-
setWidgetpositions
Sets the value of the widgetpositions property.- Parameters:
value- allowed object isWidgetpositions
-