public class ScenarioSimulationContext.Status extends Object
| Type | Property and Description |
|---|---|
boolean |
isAs
Gets the value of the property asProperty.
|
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
asProperty |
protected String |
cellValue |
protected String |
className |
protected String |
columnGroup |
protected String |
columnId |
protected int |
columnIndex |
protected boolean |
disable
Disable the RightPanel
|
protected String |
filterTerm
The string to use for filtering in right panel
|
protected String |
fullPackage |
protected boolean |
isRight |
protected boolean |
keepData |
protected boolean |
notEqualsSearch
flag to decide which kind of filter (equals or not euals) is to be applied.
|
protected boolean |
openDock
open the Right dock
|
protected String |
propertyName
The string to eventually use to select the property in the right panel
|
protected int |
rowIndex |
protected Simulation |
simulation |
protected String |
value |
protected String |
valueClassName |
| Constructor and Description |
|---|
Status() |
protected String columnId
protected int columnIndex
protected boolean isRight
protected boolean asProperty
protected String columnGroup
protected String fullPackage
protected String className
protected String value
protected String valueClassName
protected boolean keepData
protected String cellValue
protected int rowIndex
protected Simulation simulation
protected String filterTerm
protected boolean notEqualsSearch
protected String propertyName
protected boolean disable
protected boolean openDock
public long getId()
public String getColumnId()
public void setColumnId(String columnId)
public int getColumnIndex()
public void setColumnIndex(int columnIndex)
public boolean isAsProperty()
public void setAsProperty(boolean asProperty)
public String getColumnGroup()
public void setColumnGroup(String columnGroup)
public String getClassName()
public void setClassName(String className)
public boolean isRight()
public void setRight(boolean right)
public String getFullPackage()
public void setFullPackage(String fullPackage)
public boolean isKeepData()
public void setKeepData(boolean keepData)
public String getValue()
public void setValue(String value)
public String getValueClassName()
public void setValueClassName(String valueClassName)
public int getRowIndex()
public void setRowIndex(int rowIndex)
public String getFilterTerm()
public void setFilterTerm(String filterTerm)
public boolean isNotEqualsSearch()
public void setNotEqualsSearch(boolean notEqualsSearch)
public String getPropertyName()
public void setPropertyName(String propertyName)
public boolean isDisable()
public void setDisable(boolean disable)
public boolean isOpenDock()
public void setOpenDock(boolean openDock)
public String getCellValue()
public void setCellValue(String cellValue)
public Simulation getSimulation()
public void setSimulation(Simulation simulation)
public ScenarioSimulationContext.Status cloneStatus()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.