Class DynamicTab
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.dynamicforms.AbstractDynamicElement
-
- com.hybris.cockpitng.core.config.impl.jaxb.dynamicforms.DynamicTab
-
public class DynamicTab extends AbstractDynamicElement
Java class for dynamicTab complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dynamicTab"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/component/dynamicForms}abstractDynamicElement"> <attribute name="gotoTabId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="gotoTabIf" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringfallbackGotoTabIdprotected java.lang.StringgotoTabIdprotected java.lang.StringgotoTabIf-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.dynamicforms.AbstractDynamicElement
disabledIf, id, mergeMode, modelProperty, qualifier, scriptingConfig, triggeredOn, visibleIf
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description DynamicTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetFallbackGotoTabId()Gets the value of the fallbackGotoTabId property.java.lang.StringgetGotoTabId()Gets the value of the gotoTabId property.java.lang.StringgetGotoTabIf()Gets the value of the gotoTabIf property.inthashCode()voidsetFallbackGotoTabId(java.lang.String fallbackGotoTabId)Sets the value of the fallbackGotoTabId property.voidsetGotoTabId(java.lang.String gotoTabId)Sets the value of the gotoTabId property.voidsetGotoTabIf(java.lang.String gotoTabIf)Sets the value of the gotoTabIf property.java.lang.StringtoString()-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.dynamicforms.AbstractDynamicElement
getDisabledIf, getId, getMergeMode, getModelProperty, getQualifier, getScriptingConfig, getTriggeredOn, getVisibleIf, setDisabledIf, setId, setMergeMode, setModelProperty, setQualifier, setScriptingConfig, setTriggeredOn, setVisibleIf
-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Method Detail
-
getGotoTabId
public java.lang.String getGotoTabId()
Gets the value of the gotoTabId property.- Returns:
- possible object is
String
-
setGotoTabId
public void setGotoTabId(java.lang.String gotoTabId)
Sets the value of the gotoTabId property.- Parameters:
gotoTabId- allowed object isString
-
getGotoTabIf
public java.lang.String getGotoTabIf()
Gets the value of the gotoTabIf property.- Returns:
- possible object is
String
-
setGotoTabIf
public void setGotoTabIf(java.lang.String gotoTabIf)
Sets the value of the gotoTabIf property.- Parameters:
gotoTabIf- allowed object isString
-
getFallbackGotoTabId
public java.lang.String getFallbackGotoTabId()
Gets the value of the fallbackGotoTabId property.- Returns:
- possible object is
String
-
setFallbackGotoTabId
public void setFallbackGotoTabId(java.lang.String fallbackGotoTabId)
Sets the value of the fallbackGotoTabId property.- Parameters:
fallbackGotoTabId- allowed object isString
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classAbstractDynamicElement
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractDynamicElement
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractDynamicElement
-
-