类 CorePasswordPolicyBean
- java.lang.Object
-
- net.sinodawn.framework.support.domain.AbstractBaseData
-
- net.sinodawn.framework.support.domain.AbstractPersistable<Long>
-
- net.sinodawn.module.sys.password.bean.CorePasswordPolicyBean
-
- 所有已实现的接口:
Serializable,BaseData,Persistable<Long>,Suspendable<Long>
public class CorePasswordPolicyBean extends AbstractPersistable<Long> implements Suspendable<Long>
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 CorePasswordPolicyBean()
-
方法概要
-
从类继承的方法 net.sinodawn.framework.support.domain.AbstractBaseData
getExt$, getExt$Item, setExt$, setExt$Item
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.sinodawn.framework.support.domain.BaseData
getExt$, setExt$, setExt$Item
-
-
-
-
方法详细资料
-
getId
public Long getId()
- 指定者:
getId在接口中Persistable<Long>
-
setId
public void setId(Long id)
- 指定者:
setId在接口中Persistable<Long>
-
getType
public String getType()
-
setType
public void setType(String type)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getMinNumber
public Long getMinNumber()
-
setMinNumber
public void setMinNumber(Long minNumber)
-
getMinLowercase
public Long getMinLowercase()
-
setMinLowercase
public void setMinLowercase(Long minLowercase)
-
getMinUppercase
public Long getMinUppercase()
-
setMinUppercase
public void setMinUppercase(Long minUppercase)
-
getMinSpecialCharacters
public Long getMinSpecialCharacters()
-
setMinSpecialCharacters
public void setMinSpecialCharacters(Long minSpecialCharacters)
-
getMinLength
public Long getMinLength()
-
setMinLength
public void setMinLength(Long minLength)
-
getMaxLength
public Long getMaxLength()
-
setMaxLength
public void setMaxLength(Long maxLength)
-
getComposition
public Long getComposition()
-
setComposition
public void setComposition(Long composition)
-
getMaxFailedAttempts
public Long getMaxFailedAttempts()
-
setMaxFailedAttempts
public void setMaxFailedAttempts(Long maxFailedAttempts)
-
getExpiryInterval
public Long getExpiryInterval()
-
setExpiryInterval
public void setExpiryInterval(Long expiryInterval)
-
getExpiryWarningInterval
public Long getExpiryWarningInterval()
-
setExpiryWarningInterval
public void setExpiryWarningInterval(Long expiryWarningInterval)
-
getExpiredMaxUse
public Long getExpiredMaxUse()
-
setExpiredMaxUse
public void setExpiredMaxUse(Long expiredMaxUse)
-
getReuseInterval
public Long getReuseInterval()
-
setReuseInterval
public void setReuseInterval(Long reuseInterval)
-
getHistoryLength
public Long getHistoryLength()
-
setHistoryLength
public void setHistoryLength(Long historyLength)
-
getLastSuspendedFlag
public String getLastSuspendedFlag()
- 指定者:
getLastSuspendedFlag在接口中Suspendable<Long>
-
setLastSuspendedFlag
public void setLastSuspendedFlag(String lastSuspendedFlag)
- 指定者:
setLastSuspendedFlag在接口中Suspendable<Long>
-
getLastSuspendedById
public String getLastSuspendedById()
- 指定者:
getLastSuspendedById在接口中Suspendable<Long>
-
setLastSuspendedById
public void setLastSuspendedById(String lastSuspendedById)
- 指定者:
setLastSuspendedById在接口中Suspendable<Long>
-
getLastSuspendedByName
public String getLastSuspendedByName()
- 指定者:
getLastSuspendedByName在接口中Suspendable<Long>
-
setLastSuspendedByName
public void setLastSuspendedByName(String lastSuspendedByName)
- 指定者:
setLastSuspendedByName在接口中Suspendable<Long>
-
getLastSuspendedTime
public java.time.LocalDateTime getLastSuspendedTime()
- 指定者:
getLastSuspendedTime在接口中Suspendable<Long>
-
setLastSuspendedTime
public void setLastSuspendedTime(java.time.LocalDateTime lastSuspendedTime)
- 指定者:
setLastSuspendedTime在接口中Suspendable<Long>
-
-