public class PivotModel extends Object implements Serializable
| 构造器和说明 |
|---|
PivotModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getCategoryCols() |
String |
getCategorySql() |
Object |
getDefaultValue() |
String[] |
getGroupCols() |
String[] |
getStartEndCols() |
PivotModel |
setCategoryCols(String... categoryCols) |
PivotModel |
setCategorySql(String categorySql) |
PivotModel |
setDefaultValue(Object defaultValue) |
PivotModel |
setGroupCols(String... groupCols) |
PivotModel |
setStartEndCols(String... startEndCols) |
public String[] getGroupCols()
public PivotModel setGroupCols(String... groupCols)
groupCols - the groupCols to setpublic String[] getCategoryCols()
public PivotModel setCategoryCols(String... categoryCols)
categoryCols - the categoryCols to setpublic String[] getStartEndCols()
public PivotModel setStartEndCols(String... startEndCols)
startEndCols - the pivotCols to setpublic Object getDefaultValue()
public PivotModel setDefaultValue(Object defaultValue)
public String getCategorySql()
public PivotModel setCategorySql(String categorySql)
categorySql - the categorySql to setCopyright © 2023. All rights reserved.