类 FormatModel
- java.lang.Object
-
- org.sagacity.sqltoy.config.model.FormatModel
-
- 所有已实现的接口:
Serializable
public class FormatModel extends Object implements Serializable
- 版本:
- v1.0,Date:2018年6月26日
- 作者:
- zhongxuchen
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 FormatModel()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetColumn()StringgetFormat()StringgetLocale()RoundingModegetRoundingMode()intgetType()voidsetColumn(String column)voidsetFormat(String format)voidsetLocale(String locale)voidsetRoundingMode(RoundingMode roundingMode)voidsetType(int type)
-
-
-
方法详细资料
-
getColumn
public String getColumn()
- 返回:
- the column
-
setColumn
public void setColumn(String column)
- 参数:
column- the column to set
-
getFormat
public String getFormat()
- 返回:
- the format
-
setFormat
public void setFormat(String format)
- 参数:
format- the format to set
-
getType
public int getType()
- 返回:
- the type
-
setType
public void setType(int type)
- 参数:
type- the type to set
-
getRoundingMode
public RoundingMode getRoundingMode()
- 返回:
- the roundingMode
-
setRoundingMode
public void setRoundingMode(RoundingMode roundingMode)
- 参数:
roundingMode- the roundingMode to set
-
getLocale
public String getLocale()
-
setLocale
public void setLocale(String locale)
-
-