Class Position
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.jaxb.dashboard.Position
-
public class Position extends java.lang.ObjectJava 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>
-
-
Constructor Summary
Constructors Constructor Description Position()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetColumn()Gets the value of the column property.java.math.BigIntegergetRow()Gets the value of the row property.java.lang.StringgetWidgetID()Gets the value of the widgetID property.voidsetColumn(java.math.BigInteger value)Sets the value of the column property.voidsetRow(java.math.BigInteger value)Sets the value of the row property.voidsetWidgetID(java.lang.String value)Sets the value of the widgetID property.
-
-
-
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 isString
-
getColumn
public java.math.BigInteger getColumn()
Gets the value of the column property.- Returns:
- possible object is
BigInteger
-
setColumn
public void setColumn(java.math.BigInteger value)
Sets the value of the column property.- Parameters:
value- allowed object isBigInteger
-
getRow
public java.math.BigInteger getRow()
Gets the value of the row property.- Returns:
- possible object is
BigInteger
-
setRow
public void setRow(java.math.BigInteger value)
Sets the value of the row property.- Parameters:
value- allowed object isBigInteger
-
-