public class SearchCell extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HeaderColumnSI |
column |
protected TextValidationMechanism |
textValueValidationMechanism |
protected Object |
value |
protected ValueType |
valueType |
| Constructor and Description |
|---|
SearchCell(HeaderColumnSI column,
Object value,
ValueType valueType,
TextValidationMechanism textValueValidationMechanism) |
| Modifier and Type | Method and Description |
|---|---|
HeaderColumnSI |
getColumn() |
TextValidationMechanism |
getTextValueValidationMechanism() |
Object |
getValue() |
ValueType |
getValueType() |
void |
setColumn(HeaderColumnSI column) |
void |
setTextValueValidationMechanism(TextValidationMechanism textValueValidationMechanism) |
void |
setValue(Object value) |
void |
setValueType(ValueType valueType) |
String |
toString() |
protected HeaderColumnSI column
protected Object value
protected ValueType valueType
protected TextValidationMechanism textValueValidationMechanism
public SearchCell(HeaderColumnSI column, Object value, ValueType valueType, TextValidationMechanism textValueValidationMechanism)
public HeaderColumnSI getColumn()
public void setColumn(HeaderColumnSI column)
public Object getValue()
public void setValue(Object value)
public ValueType getValueType()
public void setValueType(ValueType valueType)
public TextValidationMechanism getTextValueValidationMechanism()
public void setTextValueValidationMechanism(TextValidationMechanism textValueValidationMechanism)
Copyright © 2021. All rights reserved.