类 UnpivotModel
- java.lang.Object
-
- org.sagacity.sqltoy.config.model.UnpivotModel
-
- 所有已实现的接口:
Serializable
public class UnpivotModel extends Object implements Serializable
- 版本:
- v1.0,Date:2015年12月20日
- 作者:
- zhongxuchen
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 UnpivotModel()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 String[]getColumnsToRows()intgetGroupSize()String[]getNewColumnsLabels()UnpivotModelsetColumnsToRows(String... columnsToRows)voidsetGroupSize(int groupSize)UnpivotModelsetNewColumnsLabels(String... newColumnsLabels)
-
-
-
方法详细资料
-
getColumnsToRows
public String[] getColumnsToRows()
-
setColumnsToRows
public UnpivotModel setColumnsToRows(String... columnsToRows)
-
getNewColumnsLabels
public String[] getNewColumnsLabels()
-
setNewColumnsLabels
public UnpivotModel setNewColumnsLabels(String... newColumnsLabels)
-
getGroupSize
public int getGroupSize()
-
setGroupSize
public void setGroupSize(int groupSize)
-
-