public class ExcelBaseEntity extends Object
| 构造器和说明 |
|---|
ExcelBaseEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDatabaseFormat() |
String |
getFormat() |
Method |
getMethod() |
List<Method> |
getMethods() |
String |
getName() |
String[] |
getReplace() |
int |
getType() |
boolean |
isHyperlink() |
void |
setDatabaseFormat(String databaseFormat) |
void |
setFormat(String format) |
void |
setHyperlink(boolean hyperlink) |
void |
setMethod(Method method) |
void |
setMethods(List<Method> methods) |
void |
setName(String name) |
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 isHyperlink()
public void setHyperlink(boolean hyperlink)
Copyright © 2017. All Rights Reserved.