类 StatisticsInfo
java.lang.Object
com.mbap.util.core.StatisticsInfo
统计项
- 作者:
- BW.Panda Jul 4, 2016
-
方法概要
修饰符和类型方法说明static StatisticsInfobuild(String name, AggregateFunType funType, String fieldName) 构建统计项getName()voidsetFieldName(String fieldName) voidsetFunType(AggregateFunType funType) void
-
方法详细资料
-
getName
-
setName
-
getFunType
-
setFunType
-
getFieldName
-
setFieldName
-
build
构建统计项- 参数:
name- 页面描述funType- 聚合函数类型fieldName- 对应业务实体的字段名- 返回:
-