public class MFAEmailOTPEntryWrapper extends BaseModelWrapper<MFAEmailOTPEntry> implements MFAEmailOTPEntry, ModelWrapper<MFAEmailOTPEntry>
This class is a wrapper for MFAEmailOTPEntry.
MFAEmailOTPEntry,
Serialized FormmodelMFA_EMAIL_OTP_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
MFAEmailOTPEntryWrapper(MFAEmailOTPEntry mfaEmailOTPEntry) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this mfa email otp entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this mfa email otp entry.
|
int |
getFailedAttempts()
Returns the failed attempts of this mfa email otp entry.
|
java.util.Date |
getLastFailDate()
Returns the last fail date of this mfa email otp entry.
|
java.lang.String |
getLastFailIP()
Returns the last fail ip of this mfa email otp entry.
|
java.util.Date |
getLastSuccessDate()
Returns the last success date of this mfa email otp entry.
|
java.lang.String |
getLastSuccessIP()
Returns the last success ip of this mfa email otp entry.
|
long |
getMfaEmailOTPEntryId()
Returns the mfa email otp entry ID of this mfa email otp entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this mfa email otp entry.
|
long |
getMvccVersion()
Returns the mvcc version of this mfa email otp entry.
|
long |
getPrimaryKey()
Returns the primary key of this mfa email otp entry.
|
long |
getUserId()
Returns the user ID of this mfa email otp entry.
|
java.lang.String |
getUserName()
Returns the user name of this mfa email otp entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this mfa email otp entry.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setCompanyId(long companyId)
Sets the company ID of this mfa email otp entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this mfa email otp entry.
|
void |
setFailedAttempts(int failedAttempts)
Sets the failed attempts of this mfa email otp entry.
|
void |
setLastFailDate(java.util.Date lastFailDate)
Sets the last fail date of this mfa email otp entry.
|
void |
setLastFailIP(java.lang.String lastFailIP)
Sets the last fail ip of this mfa email otp entry.
|
void |
setLastSuccessDate(java.util.Date lastSuccessDate)
Sets the last success date of this mfa email otp entry.
|
void |
setLastSuccessIP(java.lang.String lastSuccessIP)
Sets the last success ip of this mfa email otp entry.
|
void |
setMfaEmailOTPEntryId(long mfaEmailOTPEntryId)
Sets the mfa email otp entry ID of this mfa email otp entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this mfa email otp entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this mfa email otp entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this mfa email otp entry.
|
void |
setUserId(long userId)
Sets the user ID of this mfa email otp entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this mfa email otp entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this mfa email otp entry.
|
protected MFAEmailOTPEntryWrapper |
wrap(MFAEmailOTPEntry mfaEmailOTPEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic MFAEmailOTPEntryWrapper(MFAEmailOTPEntry mfaEmailOTPEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<MFAEmailOTPEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<MFAEmailOTPEntry>public long getCompanyId()
getCompanyId in interface MFAEmailOTPEntryModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface MFAEmailOTPEntryModelgetCreateDate in interface AuditedModelpublic int getFailedAttempts()
getFailedAttempts in interface MFAEmailOTPEntryModelpublic java.util.Date getLastFailDate()
getLastFailDate in interface MFAEmailOTPEntryModelpublic java.lang.String getLastFailIP()
getLastFailIP in interface MFAEmailOTPEntryModelpublic java.util.Date getLastSuccessDate()
getLastSuccessDate in interface MFAEmailOTPEntryModelpublic java.lang.String getLastSuccessIP()
getLastSuccessIP in interface MFAEmailOTPEntryModelpublic long getMfaEmailOTPEntryId()
getMfaEmailOTPEntryId in interface MFAEmailOTPEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface MFAEmailOTPEntryModelgetModifiedDate in interface AuditedModelpublic long getMvccVersion()
getMvccVersion in interface MFAEmailOTPEntryModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface MFAEmailOTPEntryModelpublic long getUserId()
getUserId in interface MFAEmailOTPEntryModelgetUserId in interface AuditedModelpublic java.lang.String getUserName()
getUserName in interface MFAEmailOTPEntryModelgetUserName in interface AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface MFAEmailOTPEntryModelgetUserUuid in interface AuditedModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface MFAEmailOTPEntryModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this mfa email otp entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface MFAEmailOTPEntryModelsetCreateDate in interface AuditedModelcreateDate - the create date of this mfa email otp entrypublic void setFailedAttempts(int failedAttempts)
setFailedAttempts in interface MFAEmailOTPEntryModelfailedAttempts - the failed attempts of this mfa email otp entrypublic void setLastFailDate(java.util.Date lastFailDate)
setLastFailDate in interface MFAEmailOTPEntryModellastFailDate - the last fail date of this mfa email otp entrypublic void setLastFailIP(java.lang.String lastFailIP)
setLastFailIP in interface MFAEmailOTPEntryModellastFailIP - the last fail ip of this mfa email otp entrypublic void setLastSuccessDate(java.util.Date lastSuccessDate)
setLastSuccessDate in interface MFAEmailOTPEntryModellastSuccessDate - the last success date of this mfa email otp entrypublic void setLastSuccessIP(java.lang.String lastSuccessIP)
setLastSuccessIP in interface MFAEmailOTPEntryModellastSuccessIP - the last success ip of this mfa email otp entrypublic void setMfaEmailOTPEntryId(long mfaEmailOTPEntryId)
setMfaEmailOTPEntryId in interface MFAEmailOTPEntryModelmfaEmailOTPEntryId - the mfa email otp entry ID of this mfa email otp entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface MFAEmailOTPEntryModelsetModifiedDate in interface AuditedModelmodifiedDate - the modified date of this mfa email otp entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MFAEmailOTPEntryModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this mfa email otp entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface MFAEmailOTPEntryModelprimaryKey - the primary key of this mfa email otp entrypublic void setUserId(long userId)
setUserId in interface MFAEmailOTPEntryModelsetUserId in interface AuditedModeluserId - the user ID of this mfa email otp entrypublic void setUserName(java.lang.String userName)
setUserName in interface MFAEmailOTPEntryModelsetUserName in interface AuditedModeluserName - the user name of this mfa email otp entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface MFAEmailOTPEntryModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this mfa email otp entryprotected MFAEmailOTPEntryWrapper wrap(MFAEmailOTPEntry mfaEmailOTPEntry)
wrap in class BaseModelWrapper<MFAEmailOTPEntry>