Class DynamicAttribute
- 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.DynamicAttribute
-
public class DynamicAttribute extends AbstractDynamicElement
Java class for dynamicAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dynamicAttribute"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/component/dynamicForms}abstractDynamicElement"> <attribute name="computedValue" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomputedValueprotected java.lang.Stringlangprotected java.lang.StringparamName-
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 DynamicAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetComputedValue()Gets the value of the computedValue property.java.lang.StringgetLang()Gets the value of the lang property.java.lang.StringgetParamName()Gets the value of the paramName property.inthashCode()voidsetComputedValue(java.lang.String value)Sets the value of the computedValue property.voidsetLang(java.lang.String value)Sets the value of the lang property.voidsetParamName(java.lang.String value)Sets the value of the paramName 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
-
getComputedValue
public java.lang.String getComputedValue()
Gets the value of the computedValue property.- Returns:
- possible object is
String
-
setComputedValue
public void setComputedValue(java.lang.String value)
Sets the value of the computedValue property.- Parameters:
value- allowed object isString
-
getLang
public java.lang.String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
public void setLang(java.lang.String value)
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
setParamName
public void setParamName(java.lang.String value)
Sets the value of the paramName property.- Parameters:
value- allowed object isString
-
getParamName
public java.lang.String getParamName()
Gets the value of the paramName property.- Returns:
- possible object is
String
-
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
-
-