Class ScenarioSimulationContext.Status

  • Enclosing class:
    ScenarioSimulationContext

    public class ScenarioSimulationContext.Status
    extends Object
    Class representing the variable Status of the context
    • Field Detail

      • columnId

        protected String columnId
      • columnIndex

        protected int columnIndex
      • isRight

        protected boolean isRight
      • asProperty

        protected boolean asProperty
      • columnGroup

        protected String columnGroup
      • fullPackage

        protected String fullPackage
      • className

        protected String className
      • importPrefix

        protected String importPrefix
      • value

        protected String value
      • valueClassName

        protected String valueClassName
      • keepData

        protected boolean keepData
      • gridCellValue

        protected String gridCellValue
      • rowIndex

        protected int rowIndex
      • simulation

        protected org.drools.scenariosimulation.api.model.Simulation simulation
      • background

        protected org.drools.scenariosimulation.api.model.Background background
      • filterTerm

        protected String filterTerm
        The string to use for filtering in right panel
      • notEqualsSearch

        protected boolean notEqualsSearch
        flag to decide which kind of filter (equals or not euals) is to be applied. Default to false (= equals filter)
      • propertyNameElements

        protected List<String> propertyNameElements
        The List to eventually use to select the property in the test tools panel
      • headerCellValue

        protected String headerCellValue
        The content of a header cell
      • disable

        protected boolean disable
        Disable the TestTools
      • openDock

        protected boolean openDock
        open the Right dock
    • Constructor Detail

      • Status

        public Status()
    • Method Detail

      • getId

        public long getId()
      • getColumnId

        public String getColumnId()
      • setColumnId

        public void setColumnId​(String columnId)
      • getColumnIndex

        public int getColumnIndex()
      • setColumnIndex

        public void setColumnIndex​(int columnIndex)
      • isAsProperty

        public boolean isAsProperty()
      • setAsProperty

        public void setAsProperty​(boolean asProperty)
      • getColumnGroup

        public String getColumnGroup()
      • setColumnGroup

        public void setColumnGroup​(String columnGroup)
      • getClassName

        public String getClassName()
      • setClassName

        public void setClassName​(String className)
      • isRight

        public boolean isRight()
      • setRight

        public void setRight​(boolean right)
      • getFullPackage

        public String getFullPackage()
      • setFullPackage

        public void setFullPackage​(String fullPackage)
      • isKeepData

        public boolean isKeepData()
      • setKeepData

        public void setKeepData​(boolean keepData)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getValueClassName

        public String getValueClassName()
      • setValueClassName

        public void setValueClassName​(String valueClassName)
      • getRowIndex

        public int getRowIndex()
      • setRowIndex

        public void setRowIndex​(int rowIndex)
      • getFilterTerm

        public String getFilterTerm()
      • setFilterTerm

        public void setFilterTerm​(String filterTerm)
      • isNotEqualsSearch

        public boolean isNotEqualsSearch()
      • setNotEqualsSearch

        public void setNotEqualsSearch​(boolean notEqualsSearch)
      • getPropertyNameElements

        public List<String> getPropertyNameElements()
      • setPropertyNameElements

        public void setPropertyNameElements​(List<String> propertyNameElements)
      • isDisable

        public boolean isDisable()
      • setDisable

        public void setDisable​(boolean disable)
      • isOpenDock

        public boolean isOpenDock()
      • setOpenDock

        public void setOpenDock​(boolean openDock)
      • getGridCellValue

        public String getGridCellValue()
      • setGridCellValue

        public void setGridCellValue​(String gridCellValue)
      • getHeaderCellValue

        public String getHeaderCellValue()
      • setHeaderCellValue

        public void setHeaderCellValue​(String headerCellValue)
      • getSimulation

        public org.drools.scenariosimulation.api.model.Simulation getSimulation()
      • setSimulation

        public void setSimulation​(org.drools.scenariosimulation.api.model.Simulation simulation)
      • getBackground

        public org.drools.scenariosimulation.api.model.Background getBackground()
      • setBackground

        public void setBackground​(org.drools.scenariosimulation.api.model.Background background)
      • getCurrentGrid

        public GridWidget getCurrentGrid()
      • setCurrentGrid

        public void setCurrentGrid​(GridWidget currentGrid)
      • getImportPrefix

        public String getImportPrefix()
      • setImportPrefix

        public void setImportPrefix​(String importPrefix)