org.jeecgframework.poi.excel.entity.params
类 ExcelVerifyEntity
java.lang.Object
org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity
public class ExcelVerifyEntity
- extends Object
Excel 校验对象
- 作者:
- JueYue
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelVerifyEntity
public ExcelVerifyEntity()
getMaxLength
public int getMaxLength()
getMinLength
public int getMinLength()
getRegex
public String getRegex()
getRegexTip
public String getRegexTip()
isEmail
public boolean isEmail()
isInterHandler
public boolean isInterHandler()
isMobile
public boolean isMobile()
isNotNull
public boolean isNotNull()
isTel
public boolean isTel()
setEmail
public void setEmail(boolean isEmail)
setInterHandler
public void setInterHandler(boolean interHandler)
setMaxLength
public void setMaxLength(int maxLength)
setMinLength
public void setMinLength(int minLength)
setMobile
public void setMobile(boolean isMobile)
setNotNull
public void setNotNull(boolean notNull)
setRegex
public void setRegex(String regex)
setRegexTip
public void setRegexTip(String regexTip)
setTel
public void setTel(boolean isTel)
Copyright © 2015. All Rights Reserved.