public class ExcelBaseEntity extends Object
| 构造器和说明 |
|---|
ExcelBaseEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDatabaseFormat() |
String |
getFormat() |
String |
getGroupName() |
Method |
getMethod() |
List<Method> |
getMethods() |
String |
getName() |
String |
getNumFormat() |
String[] |
getReplace() |
int |
getType() |
boolean |
isMultiReplace() |
void |
setDatabaseFormat(String databaseFormat) |
void |
setFormat(String format) |
void |
setGroupName(String groupName) |
void |
setMethod(Method method) |
void |
setMethods(List<Method> methods) |
void |
setMultiReplace(boolean multiReplace) |
void |
setName(String name) |
void |
setNumFormat(String numFormat) |
void |
setReplace(String[] replace) |
void |
setType(int type) |
protected String name
public String getDatabaseFormat()
public String getFormat()
public Method getMethod()
public String getName()
public String[] getReplace()
public int getType()
public void setDatabaseFormat(String databaseFormat)
public void setFormat(String format)
public void setMethod(Method method)
public void setName(String name)
public void setReplace(String[] replace)
public void setType(int type)
public boolean isMultiReplace()
public void setMultiReplace(boolean multiReplace)
public String getNumFormat()
public void setNumFormat(String numFormat)
public String getGroupName()
public void setGroupName(String groupName)
Copyright © 2022. All rights reserved.