public class FormatModel extends Object implements Serializable
| 构造器和说明 |
|---|
FormatModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumn() |
String |
getFormat() |
String |
getLocale() |
RoundingMode |
getRoundingMode() |
int |
getType() |
void |
setColumn(String column) |
void |
setFormat(String format) |
void |
setLocale(String locale) |
void |
setRoundingMode(RoundingMode roundingMode) |
void |
setType(int type) |
public String getColumn()
public void setColumn(String column)
column - the column to setpublic String getFormat()
public void setFormat(String format)
format - the format to setpublic int getType()
public void setType(int type)
type - the type to setpublic RoundingMode getRoundingMode()
public void setRoundingMode(RoundingMode roundingMode)
roundingMode - the roundingMode to setpublic String getLocale()
public void setLocale(String locale)
Copyright © 2023. All rights reserved.