public class ExcelBaseEntity extends Object
| 构造器和说明 |
|---|
ExcelBaseEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDatabaseFormat() |
String |
getDict() |
Integer |
getFixedIndex() |
String |
getFormat() |
String |
getGroupName() |
Method |
getMethod() |
List<Method> |
getMethods() |
String |
getName() |
String |
getNumFormat() |
String[] |
getReplace() |
int |
getType() |
boolean |
isHyperlink() |
boolean |
isMultiReplace() |
void |
setDatabaseFormat(String databaseFormat) |
void |
setDict(String dict) |
void |
setFixedIndex(Integer fixedIndex) |
void |
setFormat(String format) |
void |
setGroupName(String groupName) |
void |
setHyperlink(boolean hyperlink) |
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)
public Integer getFixedIndex()
public void setFixedIndex(Integer fixedIndex)
public String getDict()
public void setDict(String dict)
public boolean isHyperlink()
public void setHyperlink(boolean hyperlink)
Copyright © 2023. All rights reserved.