Class AbstractDynamicElement
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.dynamicforms.AbstractDynamicElement
-
- Direct Known Subclasses:
DynamicAttribute,DynamicSection,DynamicTab
public abstract class AbstractDynamicElement extends Positioned
Java class for abstractDynamicElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractDynamicElement"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/config/common}positioned"> <sequence> <element name="scriptingConfig" type="{http://www.hybris.com/cockpitng/component/dynamicForms}scriptingConfig" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="visibleIf" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="disabledIf" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="modelProperty" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="triggeredOn" type="{http://www.w3.org/2001/XMLSchema}string" default="*" /> <attribute name="qualifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdisabledIfprotected java.lang.Stringidprotected java.lang.StringmergeModeprotected java.lang.StringmodelPropertyprotected java.lang.Stringqualifierprotected ScriptingConfigscriptingConfigprotected java.lang.StringtriggeredOnprotected java.lang.StringvisibleIf-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description AbstractDynamicElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDisabledIf()Gets the value of the disabledIf property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetModelProperty()Gets the value of the modelProperty property.java.lang.StringgetQualifier()Gets the value of the qualifier property.ScriptingConfiggetScriptingConfig()Gets the value of the scriptingConfig property.java.lang.StringgetTriggeredOn()Gets the value of the triggeredOn property.java.lang.StringgetVisibleIf()Gets the value of the visibleIf property.inthashCode()voidsetDisabledIf(java.lang.String value)Sets the value of the disabledIf property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetModelProperty(java.lang.String value)Sets the value of the modelProperty property.voidsetQualifier(java.lang.String value)Sets the value of the qualifier property.voidsetScriptingConfig(ScriptingConfig value)Sets the value of the scriptingConfig property.voidsetTriggeredOn(java.lang.String value)Sets the value of the triggeredOn property.voidsetVisibleIf(java.lang.String value)Sets the value of the visibleIf property.java.lang.StringtoString()-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Field Detail
-
scriptingConfig
protected ScriptingConfig scriptingConfig
-
id
protected java.lang.String id
-
mergeMode
protected java.lang.String mergeMode
-
visibleIf
protected java.lang.String visibleIf
-
disabledIf
protected java.lang.String disabledIf
-
modelProperty
protected java.lang.String modelProperty
-
triggeredOn
protected java.lang.String triggeredOn
-
qualifier
protected java.lang.String qualifier
-
-
Method Detail
-
getScriptingConfig
public ScriptingConfig getScriptingConfig()
Gets the value of the scriptingConfig property.- Returns:
- possible object is
ScriptingConfig
-
setScriptingConfig
public void setScriptingConfig(ScriptingConfig value)
Sets the value of the scriptingConfig property.- Parameters:
value- allowed object isScriptingConfig
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
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
-
getVisibleIf
public java.lang.String getVisibleIf()
Gets the value of the visibleIf property.- Returns:
- possible object is
String
-
setVisibleIf
public void setVisibleIf(java.lang.String value)
Sets the value of the visibleIf property.- Parameters:
value- allowed object isString
-
getDisabledIf
public java.lang.String getDisabledIf()
Gets the value of the disabledIf property.- Returns:
- possible object is
String
-
setDisabledIf
public void setDisabledIf(java.lang.String value)
Sets the value of the disabledIf property.- Parameters:
value- allowed object isString
-
getModelProperty
public java.lang.String getModelProperty()
Gets the value of the modelProperty property.- Returns:
- possible object is
String
-
setModelProperty
public void setModelProperty(java.lang.String value)
Sets the value of the modelProperty property.- Parameters:
value- allowed object isString
-
getTriggeredOn
public java.lang.String getTriggeredOn()
Gets the value of the triggeredOn property.- Returns:
- possible object is
String
-
setTriggeredOn
public void setTriggeredOn(java.lang.String value)
Sets the value of the triggeredOn property.- Parameters:
value- allowed object isString
-
getQualifier
public java.lang.String getQualifier()
Gets the value of the qualifier property.- Returns:
- possible object is
String
-
setQualifier
public void setQualifier(java.lang.String value)
Sets the value of the qualifier property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-