public class TableColumnSetValues extends Object
Constructor and Description |
---|
TableColumnSetValues(Table table,
List<ColumnSetValue> columnValues)
构造函数
|
Modifier and Type | Method and Description |
---|---|
List<ColumnSetValue> |
getColumnValues()
Gets the value of columnValues
|
Table |
getTable()
Gets the value of table
|
void |
setColumnValues(List<ColumnSetValue> columnValues)
Sets the columnValues
|
void |
setTable(Table table)
Sets the table
|
public TableColumnSetValues(Table table, List<ColumnSetValue> columnValues)
table
- 表columnValues
- 列值public Table getTable()
public void setTable(Table table)
You can use getTable() to get the value of table
table
- tablepublic List<ColumnSetValue> getColumnValues()
public void setColumnValues(List<ColumnSetValue> columnValues)
You can use getColumnValues() to get the value of columnValues
columnValues
- columnValuesCopyright © 2020 IBIT程序猿. All rights reserved.