Class SimpleSectionRowModel

java.lang.Object
de.hybris.platform.cmscockpit.components.editorarea.model.SimpleSectionRowModel

public class SimpleSectionRowModel extends Object
Model POJO representing the state of SimpleSectionRowComponent.
  • Constructor Details

    • SimpleSectionRowModel

      public SimpleSectionRowModel(String label, Object value)
  • Method Details

    • getLabel

      public String getLabel()
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      Parameters:
      label - the label to set
    • isEditable

      public boolean isEditable()
      Returns:
      the editable
    • setEditable

      public void setEditable(boolean editable)
      Parameters:
      editable - the editable to set
    • isVisible

      public boolean isVisible()
      Returns:
      the visible
    • setVisible

      public void setVisible(boolean visible)
      Parameters:
      visible - the visible to set
    • getValue

      public Object getValue()
      Returns:
      the value
    • setValue

      public void setValue(Object value)
      Parameters:
      value - the value to set
    • getToolTipText

      public String getToolTipText()
      Returns:
      the toolTipText
    • setToolTipText

      public void setToolTipText(String toolTipText)
      Parameters:
      toolTipText - the toolTipText to set