org.jeecgframework.poi.word.entity.params
类 ListParamEntity
java.lang.Object
org.jeecgframework.poi.word.entity.params.ListParamEntity
public class ListParamEntity
- extends Object
Excel 对象导出结构
- 作者:
- JueYue
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SINGLE
public static final String SINGLE
- 另请参见:
- 常量字段值
LIST
public static final String LIST
- 另请参见:
- 常量字段值
ListParamEntity
public ListParamEntity()
ListParamEntity
public ListParamEntity(String name,
Object value)
ListParamEntity
public ListParamEntity(String name,
String target)
getName
public String getName()
getTarget
public String getTarget()
getType
public String getType()
getValue
public Object getValue()
setName
public void setName(String name)
setTarget
public void setTarget(String target)
setType
public void setType(String type)
setValue
public void setValue(Object value)
Copyright © 2015. All Rights Reserved.