Class ListColumn
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn
-
public class ListColumn extends Positioned
Java class for list-column complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="list-column"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/config/common}positioned"> <attribute name="qualifier" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="auto-extract" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sortable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="hflex" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="spring-bean" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="maxChar" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="link" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="link-value" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanautoExtractprotected java.lang.Stringclazzprotected java.lang.Stringhflexprotected java.lang.Stringlabelprotected java.lang.Booleanlinkprotected java.lang.StringlinkValueprotected java.lang.IntegermaxCharprotected java.lang.StringmergeModeprotected java.lang.Stringqualifierprotected java.lang.Booleansortableprotected java.lang.StringspringBeanprotected java.lang.Stringtypeprotected java.lang.Stringwidth-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description ListColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClazz()Gets the value of the clazz property.java.lang.StringgetHflex()Gets the value of the hflex property.java.lang.StringgetLabel()Gets the value of the label property.java.lang.StringgetLinkValue()Gets the value of the linkValue property.java.lang.IntegergetMaxChar()Gets the value of the maxChar property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetQualifier()Gets the value of the qualifier property.java.lang.StringgetSpringBean()Gets the value of the springBean property.java.lang.StringgetType()Gets the value of the type property.java.lang.StringgetWidth()Gets the value of the width property.booleanisAutoExtract()Gets the value of the autoExtract property.java.lang.BooleanisLink()Gets the value of the link property.booleanisSortable()Gets the value of the sortable property.voidsetAutoExtract(java.lang.Boolean value)Sets the value of the autoExtract property.voidsetClazz(java.lang.String value)Sets the value of the clazz property.voidsetHflex(java.lang.String value)Sets the value of the hflex property.voidsetLabel(java.lang.String value)Sets the value of the label property.voidsetLink(java.lang.Boolean value)Sets the value of the link property.voidsetLinkValue(java.lang.String value)Sets the value of the linkValue property.voidsetMaxChar(java.lang.Integer value)Sets the value of the maxChar 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.voidsetSortable(java.lang.Boolean value)Sets the value of the sortable property.voidsetSpringBean(java.lang.String value)Sets the value of the springBean property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetWidth(java.lang.String value)Sets the value of the width property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Field Detail
-
qualifier
protected java.lang.String qualifier
-
autoExtract
protected java.lang.Boolean autoExtract
-
label
protected java.lang.String label
-
type
protected java.lang.String type
-
sortable
protected java.lang.Boolean sortable
-
clazz
protected java.lang.String clazz
-
width
protected java.lang.String width
-
hflex
protected java.lang.String hflex
-
springBean
protected java.lang.String springBean
-
mergeMode
protected java.lang.String mergeMode
-
maxChar
protected java.lang.Integer maxChar
-
link
protected java.lang.Boolean link
-
linkValue
protected java.lang.String linkValue
-
-
Method Detail
-
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
-
isAutoExtract
public boolean isAutoExtract()
Gets the value of the autoExtract property.- Returns:
- possible object is
Boolean
-
setAutoExtract
public void setAutoExtract(java.lang.Boolean value)
Sets the value of the autoExtract property.- Parameters:
value- allowed object isBoolean
-
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
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isSortable
public boolean isSortable()
Gets the value of the sortable property.- Returns:
- possible object is
Boolean
-
setSortable
public void setSortable(java.lang.Boolean value)
Sets the value of the sortable property.- Parameters:
value- allowed object isBoolean
-
getClazz
public java.lang.String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(java.lang.String value)
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getWidth
public java.lang.String getWidth()
Gets the value of the width property.- Returns:
- possible object is
String
-
setWidth
public void setWidth(java.lang.String value)
Sets the value of the width property.- Parameters:
value- allowed object isString
-
getHflex
public java.lang.String getHflex()
Gets the value of the hflex property.- Returns:
- possible object is
String
-
setHflex
public void setHflex(java.lang.String value)
Sets the value of the hflex property.- Parameters:
value- allowed object isString
-
getSpringBean
public java.lang.String getSpringBean()
Gets the value of the springBean property.- Returns:
- possible object is
String
-
setSpringBean
public void setSpringBean(java.lang.String value)
Sets the value of the springBean 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
-
getMaxChar
public java.lang.Integer getMaxChar()
Gets the value of the maxChar property.- Returns:
- possible object is
Integer
-
setMaxChar
public void setMaxChar(java.lang.Integer value)
Sets the value of the maxChar property.- Parameters:
value- allowed object isInteger
-
isLink
public java.lang.Boolean isLink()
Gets the value of the link property.- Returns:
- possible object is
Boolean
-
setLink
public void setLink(java.lang.Boolean value)
Sets the value of the link property.- Parameters:
value- allowed object isBoolean
-
getLinkValue
public java.lang.String getLinkValue()
Gets the value of the linkValue property.- Returns:
- possible object is
String
-
setLinkValue
public void setLinkValue(java.lang.String value)
Sets the value of the linkValue property.- Parameters:
value- allowed object isString
-
-