Class Attribute
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractPositioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute
-
public class Attribute extends AbstractPositioned
Java class for attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attribute"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/component/editorArea}abstractPositioned"> <sequence> <element name="editor-parameter" type="{http://www.hybris.com/cockpitng/component/editorArea}parameter" maxOccurs="unbounded" minOccurs="0"/> <element name="column" type="{http://www.hybris.com/cockpitng/component/listView}list-column" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="qualifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="readonly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="editor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ListColumn>columnprotected java.lang.Stringdescriptionprotected java.lang.Stringeditorprotected java.util.List<Parameter>editorParameterprotected java.lang.Stringlabelprotected java.lang.StringmergeModeprotected java.lang.Stringqualifierprotected java.lang.Booleanreadonlyprotected java.lang.Booleanvisible-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description Attribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetEditor()Gets the value of the editor property.java.util.List<Parameter>getEditorParameter()Gets the value of the editorParameter property.java.lang.StringgetLabel()Gets the value of the label property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetQualifier()Gets the value of the qualifier property.booleanisReadonly()Gets the value of the readonly property.booleanisVisible()Gets the value of the visible property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetEditor(java.lang.String value)Sets the value of the editor property.voidsetLabel(java.lang.String value)Sets the value of the label property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetQualifier(java.lang.String value)Sets the value of the qualifier property.voidsetReadonly(java.lang.Boolean value)Sets the value of the readonly property.voidsetVisible(java.lang.Boolean value)Sets the value of the visible property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Field Detail
-
editorParameter
protected java.util.List<Parameter> editorParameter
-
column
protected java.util.List<ListColumn> column
-
qualifier
protected java.lang.String qualifier
-
label
protected java.lang.String label
-
visible
protected java.lang.Boolean visible
-
readonly
protected java.lang.Boolean readonly
-
editor
protected java.lang.String editor
-
mergeMode
protected java.lang.String mergeMode
-
description
protected java.lang.String description
-
-
Method Detail
-
getEditorParameter
public java.util.List<Parameter> getEditorParameter()
Gets the value of the editorParameter 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 editorParameter property.For example, to add a new item, do as follows:
getEditorParameter().add(newItem);Objects of the following type(s) are allowed in the list
Parameter
-
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
-
getLabel
public java.lang.String getLabel()
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
public void setLabel(java.lang.String value)
Sets the value of the label property.- Parameters:
value- allowed object isString
-
isVisible
public boolean isVisible()
Gets the value of the visible property.- Returns:
- possible object is
Boolean
-
setVisible
public void setVisible(java.lang.Boolean value)
Sets the value of the visible property.- Parameters:
value- allowed object isBoolean
-
isReadonly
public boolean isReadonly()
Gets the value of the readonly property.- Returns:
- possible object is
Boolean
-
setReadonly
public void setReadonly(java.lang.Boolean value)
Sets the value of the readonly property.- Parameters:
value- allowed object isBoolean
-
getEditor
public java.lang.String getEditor()
Gets the value of the editor property.- Returns:
- possible object is
String
-
setEditor
public void setEditor(java.lang.String value)
Sets the value of the editor 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
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
-