Class WidgetMove
- java.lang.Object
-
- com.hybris.cockpitng.core.persistence.impl.jaxb.WidgetMove
-
public class WidgetMove extends java.lang.ObjectSpecifies widget to be moved to as a child (by ID).Java class for WidgetMove complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WidgetMove"> <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="targetWidgetId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="targetSlotId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="failOnError" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanfailOnErrorprotected java.lang.Integerpositionprotected java.lang.StringtargetSlotIdprotected java.lang.StringtargetWidgetIdprotected java.lang.StringwidgetId
-
Constructor Summary
Constructors Constructor Description WidgetMove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetPosition()Gets the value of the position property.java.lang.StringgetTargetSlotId()Gets the value of the targetSlotId property.java.lang.StringgetTargetWidgetId()Gets the value of the targetWidgetId property.java.lang.StringgetWidgetId()Gets the value of the widgetId property.booleanisFailOnError()Gets the value of the failOnError property.voidsetFailOnError(java.lang.Boolean value)Sets the value of the failOnError property.voidsetPosition(java.lang.Integer value)Sets the value of the position property.voidsetTargetSlotId(java.lang.String value)Sets the value of the targetSlotId property.voidsetTargetWidgetId(java.lang.String value)Sets the value of the targetWidgetId 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
-
getTargetWidgetId
public java.lang.String getTargetWidgetId()
Gets the value of the targetWidgetId property.- Returns:
- possible object is
String
-
setTargetWidgetId
public void setTargetWidgetId(java.lang.String value)
Sets the value of the targetWidgetId property.- Parameters:
value- allowed object isString
-
getTargetSlotId
public java.lang.String getTargetSlotId()
Gets the value of the targetSlotId property.- Returns:
- possible object is
String
-
setTargetSlotId
public void setTargetSlotId(java.lang.String value)
Sets the value of the targetSlotId property.- Parameters:
value- allowed object isString
-
getPosition
public java.lang.Integer getPosition()
Gets the value of the position property.- Returns:
- possible object is
Integer
-
setPosition
public void setPosition(java.lang.Integer value)
Sets the value of the position property.- Parameters:
value- allowed object isInteger
-
isFailOnError
public boolean isFailOnError()
Gets the value of the failOnError property.- Returns:
- possible object is
Boolean
-
setFailOnError
public void setFailOnError(java.lang.Boolean value)
Sets the value of the failOnError property.- Parameters:
value- allowed object isBoolean
-
-