Class Placement
- java.lang.Object
-
- com.hybris.cockpitng.config.dashboard.jaxb.Placement
-
public class Placement extends java.lang.ObjectJava class for placement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="placement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="widgetId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="width" type="{http://www.hybris.com/cockpitng/config/dashboard}positiveInt" default="1" /> <attribute name="height" type="{http://www.hybris.com/cockpitng/config/dashboard}positiveInt" default="1" /> <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}int" default="0" /> <attribute name="y" type="{http://www.w3.org/2001/XMLSchema}int" default="0" /> <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Placement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()Gets the value of the height property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetWidgetId()Gets the value of the widgetId property.intgetWidth()Gets the value of the width property.intgetX()Gets the value of the x property.intgetY()Gets the value of the y property.voidsetHeight(java.lang.Integer value)Sets the value of the height property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetWidgetId(java.lang.String value)Sets the value of the widgetId property.voidsetWidth(java.lang.Integer value)Sets the value of the width property.voidsetX(java.lang.Integer value)Sets the value of the x property.voidsetY(java.lang.Integer value)Sets the value of the y 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
-
getWidth
public int getWidth()
Gets the value of the width property.- Returns:
- possible object is
Integer
-
setWidth
public void setWidth(java.lang.Integer value)
Sets the value of the width property.- Parameters:
value- allowed object isInteger
-
getHeight
public int getHeight()
Gets the value of the height property.- Returns:
- possible object is
Integer
-
setHeight
public void setHeight(java.lang.Integer value)
Sets the value of the height property.- Parameters:
value- allowed object isInteger
-
getX
public int getX()
Gets the value of the x property.- Returns:
- possible object is
Integer
-
setX
public void setX(java.lang.Integer value)
Sets the value of the x property.- Parameters:
value- allowed object isInteger
-
getY
public int getY()
Gets the value of the y property.- Returns:
- possible object is
Integer
-
setY
public void setY(java.lang.Integer value)
Sets the value of the y property.- Parameters:
value- allowed object isInteger
-
getMergeMode
public java.lang.String getMergeMode()
Gets the value of the mergeMode property.- Returns:
- possible object is
String
-
setMergeMode
public void setMergeMode(java.lang.String value)
Sets the value of the mergeMode property.- Parameters:
value- allowed object isString
-
-