public class ColumnValue extends Object
| 构造器和说明 |
|---|
ColumnValue(IColumn column,
Object value)
构造函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
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
You can use getColumn() to get the value of column
|
void |
setValue(Object value)
Sets the value
You can use getValue() to get the value of 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.