Class WidgetConnectionRemove
- java.lang.Object
-
- com.hybris.cockpitng.core.persistence.impl.jaxb.WidgetConnectionRemove
-
public class WidgetConnectionRemove extends java.lang.ObjectRemoves a connection between two widgets.Java class for WidgetConnectionRemove complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WidgetConnectionRemove"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sourceWidgetId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="outputId" 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="inputId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringinputIdprotected java.lang.Stringnameprotected java.lang.StringoutputIdprotected java.lang.StringsourceWidgetIdprotected java.lang.StringtargetWidgetId
-
Constructor Summary
Constructors Constructor Description WidgetConnectionRemove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInputId()Gets the value of the inputId property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetOutputId()Gets the value of the outputId property.java.lang.StringgetSourceWidgetId()Gets the value of the sourceWidgetId property.java.lang.StringgetTargetWidgetId()Gets the value of the targetWidgetId property.voidsetInputId(java.lang.String value)Sets the value of the inputId property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetOutputId(java.lang.String value)Sets the value of the outputId property.voidsetSourceWidgetId(java.lang.String value)Sets the value of the sourceWidgetId property.voidsetTargetWidgetId(java.lang.String value)Sets the value of the targetWidgetId property.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getSourceWidgetId
public java.lang.String getSourceWidgetId()
Gets the value of the sourceWidgetId property.- Returns:
- possible object is
String
-
setSourceWidgetId
public void setSourceWidgetId(java.lang.String value)
Sets the value of the sourceWidgetId property.- Parameters:
value- allowed object isString
-
getOutputId
public java.lang.String getOutputId()
Gets the value of the outputId property.- Returns:
- possible object is
String
-
setOutputId
public void setOutputId(java.lang.String value)
Sets the value of the outputId 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
-
getInputId
public java.lang.String getInputId()
Gets the value of the inputId property.- Returns:
- possible object is
String
-
setInputId
public void setInputId(java.lang.String value)
Sets the value of the inputId property.- Parameters:
value- allowed object isString
-
-