Class WinUserAuthn
-
- All Implemented Interfaces:
-
java.io.Serializable,pro.fessional.wings.faceless.service.journal.JournalAware,pro.fessional.wings.warlock.database.autogen.tables.interfaces.IWinUserAuthn
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.7"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class WinUserAuthn implements IWinUserAuthn
The table
wings.win_user_authn.
-
-
Field Summary
Fields Modifier and Type Field Description public Longidpublic LocalDateTimecreateDtpublic LocalDateTimemodifyDtpublic LocalDateTimedeleteDtpublic LongcommitIdpublic LonguserIdpublic StringauthTypepublic Stringusernamepublic Stringpasswordpublic StringextraParapublic StringextraUserpublic LocalDateTimeexpiredDtpublic IntegerfailedCntpublic IntegerfailedMax
-
Constructor Summary
Constructors Constructor Description WinUserAuthn()WinUserAuthn(IWinUserAuthn value)WinUserAuthn(Long id, LocalDateTime createDt, LocalDateTime modifyDt, LocalDateTime deleteDt, Long commitId, Long userId, String authType, String username, String password, String extraPara, String extraUser, LocalDateTime expiredDt, Integer failedCnt, Integer failedMax)
-
Method Summary
Modifier and Type Method Description LonggetId()Getter for win_user_authn.id.voidsetId(Long id)Setter for win_user_authn.id.LocalDateTimegetCreateDt()Getter for win_user_authn.create_dt.voidsetCreateDt(LocalDateTime createDt)Setter for win_user_authn.create_dt.LocalDateTimegetModifyDt()Getter for win_user_authn.modify_dt.voidsetModifyDt(LocalDateTime modifyDt)Setter for win_user_authn.modify_dt.LocalDateTimegetDeleteDt()Getter for win_user_authn.delete_dt.voidsetDeleteDt(LocalDateTime deleteDt)Setter for win_user_authn.delete_dt.LonggetCommitId()Getter for win_user_authn.commit_id.voidsetCommitId(Long commitId)Setter for win_user_authn.commit_id.LonggetUserId()Getter for win_user_authn.user_id.voidsetUserId(Long userId)Setter for win_user_authn.user_id.StringgetAuthType()Getter for win_user_authn.auth_type.voidsetAuthType(String authType)Setter for win_user_authn.auth_type.StringgetUsername()Getter for win_user_authn.username.voidsetUsername(String username)Setter for win_user_authn.username.StringgetPassword()Getter for win_user_authn.password.voidsetPassword(String password)Setter for win_user_authn.password.StringgetExtraPara()Getter for win_user_authn.extra_para.voidsetExtraPara(String extraPara)Setter for win_user_authn.extra_para.StringgetExtraUser()Getter for win_user_authn.extra_user.voidsetExtraUser(String extraUser)Setter for win_user_authn.extra_user.LocalDateTimegetExpiredDt()Getter for win_user_authn.expired_dt.voidsetExpiredDt(LocalDateTime expiredDt)Setter for win_user_authn.expired_dt.IntegergetFailedCnt()Getter for win_user_authn.failed_cnt.voidsetFailedCnt(Integer failedCnt)Setter for win_user_authn.failed_cnt.IntegergetFailedMax()Getter for win_user_authn.failed_max.voidsetFailedMax(Integer failedMax)Setter for win_user_authn.failed_max.booleanequals(Object obj)inthashCode()StringtoString()voidfrom(IWinUserAuthn from)Load data from another generated Record/POJO implementing the common interface IWinUserAuthn <E extends IWinUserAuthn> Einto(E into)Copy data into another generated Record/POJO implementing the common interface IWinUserAuthn -
Methods inherited from class pro.fessional.wings.warlock.database.autogen.tables.interfaces.IWinUserAuthn
setAuthType, setCommitId, setCreateDt, setDeleteDt, setExpiredDt, setExtraPara, setExtraUser, setFailedCnt, setFailedMax, setId, setModifyDt, setPassword, setUserId, setUsername -
Methods inherited from class pro.fessional.wings.faceless.service.journal.JournalAware
getCommitId, getCreateDt, getDeleteDt, getModifyDt, isDeleted, setCommitId, setCreateDt, setDeleteDt, setModifyDt -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WinUserAuthn
WinUserAuthn()
-
WinUserAuthn
WinUserAuthn(IWinUserAuthn value)
-
WinUserAuthn
WinUserAuthn(Long id, LocalDateTime createDt, LocalDateTime modifyDt, LocalDateTime deleteDt, Long commitId, Long userId, String authType, String username, String password, String extraPara, String extraUser, LocalDateTime expiredDt, Integer failedCnt, Integer failedMax)
-
-
Method Detail
-
getCreateDt
LocalDateTime getCreateDt()
Getter for
win_user_authn.create_dt.
-
setCreateDt
void setCreateDt(LocalDateTime createDt)
Setter for
win_user_authn.create_dt.
-
getModifyDt
LocalDateTime getModifyDt()
Getter for
win_user_authn.modify_dt.
-
setModifyDt
void setModifyDt(LocalDateTime modifyDt)
Setter for
win_user_authn.modify_dt.
-
getDeleteDt
LocalDateTime getDeleteDt()
Getter for
win_user_authn.delete_dt.
-
setDeleteDt
void setDeleteDt(LocalDateTime deleteDt)
Setter for
win_user_authn.delete_dt.
-
getCommitId
Long getCommitId()
Getter for
win_user_authn.commit_id.
-
setCommitId
void setCommitId(Long commitId)
Setter for
win_user_authn.commit_id.
-
getAuthType
String getAuthType()
Getter for
win_user_authn.auth_type.
-
setAuthType
void setAuthType(String authType)
Setter for
win_user_authn.auth_type.
-
getUsername
String getUsername()
Getter for
win_user_authn.username.
-
setUsername
void setUsername(String username)
Setter for
win_user_authn.username.
-
getPassword
String getPassword()
Getter for
win_user_authn.password.
-
setPassword
void setPassword(String password)
Setter for
win_user_authn.password.
-
getExtraPara
String getExtraPara()
Getter for
win_user_authn.extra_para.
-
setExtraPara
void setExtraPara(String extraPara)
Setter for
win_user_authn.extra_para.
-
getExtraUser
String getExtraUser()
Getter for
win_user_authn.extra_user.
-
setExtraUser
void setExtraUser(String extraUser)
Setter for
win_user_authn.extra_user.
-
getExpiredDt
LocalDateTime getExpiredDt()
Getter for
win_user_authn.expired_dt.
-
setExpiredDt
void setExpiredDt(LocalDateTime expiredDt)
Setter for
win_user_authn.expired_dt.
-
getFailedCnt
Integer getFailedCnt()
Getter for
win_user_authn.failed_cnt.
-
setFailedCnt
void setFailedCnt(Integer failedCnt)
Setter for
win_user_authn.failed_cnt.
-
getFailedMax
Integer getFailedMax()
Getter for
win_user_authn.failed_max.
-
setFailedMax
void setFailedMax(Integer failedMax)
Setter for
win_user_authn.failed_max.
-
hashCode
int hashCode()
-
from
void from(IWinUserAuthn from)
Load data from another generated Record/POJO implementing the common interface IWinUserAuthn
-
into
<E extends IWinUserAuthn> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IWinUserAuthn
-
-
-
-