Class WidgetConnection
- java.lang.Object
-
- com.hybris.cockpitng.core.persistence.impl.jaxb.WidgetConnection
-
public class WidgetConnection extends java.lang.ObjectJava class for WidgetConnection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WidgetConnection"> <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.StringmoduleUrlprotected java.lang.Stringnameprotected java.lang.StringoutputIdprotected java.lang.StringsourceWidgetIdprotected java.lang.StringtargetWidgetId
-
Constructor Summary
Constructors Constructor Description WidgetConnection()
-
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.StringgetModuleUrl()Gets the value of the moduleUrl 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.voidsetModuleUrl(java.lang.String moduleUrl)Sets the value of the moduleUrl 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
-
getModuleUrl
public java.lang.String getModuleUrl()
Gets the value of the moduleUrl property.- Returns:
- possible object is
String
-
setModuleUrl
public void setModuleUrl(java.lang.String moduleUrl)
Sets the value of the moduleUrl property.- Parameters:
moduleUrl- allowed object isString
-
-