Class DynamicNode
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.config.explorertree.jaxb.ExplorerNode
-
- com.hybris.cockpitng.config.explorertree.jaxb.DynamicNode
-
public class DynamicNode extends ExplorerNode
Java class for dynamic-node complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dynamic-node"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/config/explorertree}explorer-node"> <sequence maxOccurs="unbounded" minOccurs="0"> <element name="dynamic-node-parameter" type="{http://www.hybris.com/cockpitng/config/explorertree}parameter"/> </sequence> <attribute name="populator-bean-id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="populator-class-name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="indexing-depth" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="hide-root-node" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Parameter>dynamicNodeParameterprotected java.lang.BooleanhideRootNodeprotected java.lang.IntegerindexingDepthprotected java.lang.StringpopulatorBeanIdprotected java.lang.StringpopulatorClassName-
Fields inherited from class com.hybris.cockpitng.config.explorertree.jaxb.ExplorerNode
expandedByDefault, id, mergeMode, navigationNodeOrTypeNodeOrDynamicNode
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description DynamicNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Parameter>getDynamicNodeParameter()Gets the value of the dynamicNodeParameter property.java.lang.IntegergetIndexingDepth()Gets the value of the indexingDepth property.java.lang.StringgetPopulatorBeanId()Gets the value of the populatorBeanId property.java.lang.StringgetPopulatorClassName()Gets the value of the populatorClassName property.java.lang.BooleanisHideRootNode()Gets the value of the hideRootNode property.voidsetHideRootNode(java.lang.Boolean value)Sets the value of the hideRootNode property.voidsetIndexingDepth(java.lang.Integer value)Sets the value of the indexingDepth property.voidsetPopulatorBeanId(java.lang.String value)Sets the value of the populatorBeanId property.voidsetPopulatorClassName(java.lang.String value)Sets the value of the populatorClassName property.-
Methods inherited from class com.hybris.cockpitng.config.explorertree.jaxb.ExplorerNode
getExpandedByDefault, getId, getMergeMode, getNavigationNodeOrTypeNodeOrDynamicNode, setExpandedByDefault, setId, setMergeMode
-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Field Detail
-
dynamicNodeParameter
protected java.util.List<Parameter> dynamicNodeParameter
-
populatorBeanId
protected java.lang.String populatorBeanId
-
populatorClassName
protected java.lang.String populatorClassName
-
indexingDepth
protected java.lang.Integer indexingDepth
-
hideRootNode
protected java.lang.Boolean hideRootNode
-
-
Method Detail
-
getDynamicNodeParameter
public java.util.List<Parameter> getDynamicNodeParameter()
Gets the value of the dynamicNodeParameter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the dynamicNodeParameter property.For example, to add a new item, do as follows:
getDynamicNodeParameter().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
-
getPopulatorBeanId
public java.lang.String getPopulatorBeanId()
Gets the value of the populatorBeanId property.- Returns:
- possible object is
String
-
setPopulatorBeanId
public void setPopulatorBeanId(java.lang.String value)
Sets the value of the populatorBeanId property.- Parameters:
value- allowed object isString
-
getPopulatorClassName
public java.lang.String getPopulatorClassName()
Gets the value of the populatorClassName property.- Returns:
- possible object is
String
-
setPopulatorClassName
public void setPopulatorClassName(java.lang.String value)
Sets the value of the populatorClassName property.- Parameters:
value- allowed object isString
-
getIndexingDepth
public java.lang.Integer getIndexingDepth()
Gets the value of the indexingDepth property.- Returns:
- possible object is
Integer
-
setIndexingDepth
public void setIndexingDepth(java.lang.Integer value)
Sets the value of the indexingDepth property.- Parameters:
value- allowed object isInteger
-
isHideRootNode
public java.lang.Boolean isHideRootNode()
Gets the value of the hideRootNode property.- Returns:
- possible object is
Boolean
-
setHideRootNode
public void setHideRootNode(java.lang.Boolean value)
Sets the value of the hideRootNode property.- Parameters:
value- allowed object isBoolean
-
-