org.jeecgframework.poi.excel.entity.params
类 ExcelVerifyEntity

java.lang.Object
  继承者 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity

public class ExcelVerifyEntity
extends Object

Excel 校验对象

作者:
JueYue

构造方法摘要
ExcelVerifyEntity()
           
 
方法摘要
 int getMaxLength()
           
 int getMinLength()
           
 String getRegex()
           
 String getRegexTip()
           
 boolean isEmail()
           
 boolean isInterHandler()
           
 boolean isMobile()
           
 boolean isNotNull()
           
 boolean isTel()
           
 void setEmail(boolean isEmail)
           
 void setInterHandler(boolean interHandler)
           
 void setMaxLength(int maxLength)
           
 void setMinLength(int minLength)
           
 void setMobile(boolean isMobile)
           
 void setNotNull(boolean notNull)
           
 void setRegex(String regex)
           
 void setRegexTip(String regexTip)
           
 void setTel(boolean isTel)
           
 
从类 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.