public class ColumnValue extends Object
| Constructor and Description |
|---|
ColumnValue(IColumn column,
Object value)
构造函数
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
IColumn |
getColumn()
Gets the value of column
|
Object |
getValue()
Gets the value of value
|
int |
hashCode() |
void |
setColumn(IColumn column)
Sets the column
|
void |
setValue(Object value)
Sets the value
|
String |
toString() |
public IColumn getColumn()
public void setColumn(IColumn column)
You can use getColumn() to get the value of column
column - columnpublic Object getValue()
public void setValue(Object value)
You can use getValue() to get the value of value
value - valueCopyright © 2020 IBIT程序猿. All rights reserved.