Class CellRenderer
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.jaxb.listview.ColumnConfiguration
-
- de.hybris.platform.cockpit.services.config.jaxb.listview.CellRenderer
-
public class CellRenderer extends ColumnConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringclazzprotected java.lang.StringspringBean
-
Constructor Summary
Constructors Constructor Description CellRenderer()
-
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.StringgetSpringBean()Gets the value of the springBean property.voidsetClazz(java.lang.String value)Sets the value of the clazz property.voidsetSpringBean(java.lang.String value)Sets the value of the springBean property.-
Methods inherited from class de.hybris.platform.cockpit.services.config.jaxb.listview.ColumnConfiguration
getName, getPosition, getRenderer, getWidth, isEditable, isSortable, isVisible, setEditable, setName, setPosition, setRenderer, setSortable, setVisible, setWidth
-
-
-
-
Method Detail
-
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
-
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
-
-