Class Position
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.dashboard.Position
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the column property.getRow()Gets the value of the row property.Gets the value of the widgetID property.voidsetColumn(BigInteger value) Sets the value of the column property.voidsetRow(BigInteger value) Sets the value of the row property.voidsetWidgetID(String value) Sets the value of the widgetID property.
-
Field Details
-
widgetID
-
column
-
row
-
-
Constructor Details
-
Position
public Position()
-
-
Method Details
-
getWidgetID
Gets the value of the widgetID property.- Returns:
- possible object is
String
-
setWidgetID
Sets the value of the widgetID property.- Parameters:
value- allowed object isString
-
getColumn
Gets the value of the column property.- Returns:
- possible object is
BigInteger
-
setColumn
Sets the value of the column property.- Parameters:
value- allowed object isBigInteger
-
getRow
Gets the value of the row property.- Returns:
- possible object is
BigInteger
-
setRow
Sets the value of the row property.- Parameters:
value- allowed object isBigInteger
-