public class MFATimeBasedOTPEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MFATimeBasedOTPEntry> implements MFATimeBasedOTPEntry, com.liferay.portal.kernel.model.ModelWrapper<MFATimeBasedOTPEntry>
This class is a wrapper for MFATimeBasedOTPEntry
.
MFATimeBasedOTPEntry
,
Serialized FormMFA_TIME_BASED_OTP_ENTRY_ID_ACCESSOR
Constructor and Description |
---|
MFATimeBasedOTPEntryWrapper(MFATimeBasedOTPEntry mfaTimeBasedOTPEntry) |
Modifier and Type | Method and Description |
---|---|
MFATimeBasedOTPEntry |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this mfa time based otp entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this mfa time based otp entry.
|
int |
getFailedAttempts()
Returns the failed attempts of this mfa time based otp entry.
|
java.util.Date |
getLastFailDate()
Returns the last fail date of this mfa time based otp entry.
|
java.lang.String |
getLastFailIP()
Returns the last fail ip of this mfa time based otp entry.
|
java.util.Date |
getLastSuccessDate()
Returns the last success date of this mfa time based otp entry.
|
java.lang.String |
getLastSuccessIP()
Returns the last success ip of this mfa time based otp entry.
|
long |
getMfaTimeBasedOTPEntryId()
Returns the mfa time based otp entry ID of this mfa time based otp entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this mfa time based otp entry.
|
long |
getMvccVersion()
Returns the mvcc version of this mfa time based otp entry.
|
long |
getPrimaryKey()
Returns the primary key of this mfa time based otp entry.
|
java.lang.String |
getSharedSecret()
Returns the shared secret of this mfa time based otp entry.
|
long |
getUserId()
Returns the user ID of this mfa time based otp entry.
|
java.lang.String |
getUserName()
Returns the user name of this mfa time based otp entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this mfa time based otp entry.
|
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this mfa time based otp entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this mfa time based otp entry.
|
void |
setFailedAttempts(int failedAttempts)
Sets the failed attempts of this mfa time based otp entry.
|
void |
setLastFailDate(java.util.Date lastFailDate)
Sets the last fail date of this mfa time based otp entry.
|
void |
setLastFailIP(java.lang.String lastFailIP)
Sets the last fail ip of this mfa time based otp entry.
|
void |
setLastSuccessDate(java.util.Date lastSuccessDate)
Sets the last success date of this mfa time based otp entry.
|
void |
setLastSuccessIP(java.lang.String lastSuccessIP)
Sets the last success ip of this mfa time based otp entry.
|
void |
setMfaTimeBasedOTPEntryId(long mfaTimeBasedOTPEntryId)
Sets the mfa time based otp entry ID of this mfa time based 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 time based otp entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this mfa time based otp entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this mfa time based otp entry.
|
void |
setSharedSecret(java.lang.String sharedSecret)
Sets the shared secret of this mfa time based otp entry.
|
void |
setUserId(long userId)
Sets the user ID of this mfa time based otp entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this mfa time based otp entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this mfa time based otp entry.
|
java.lang.String |
toXmlString() |
protected MFATimeBasedOTPEntryWrapper |
wrap(MFATimeBasedOTPEntry mfaTimeBasedOTPEntry) |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public MFATimeBasedOTPEntryWrapper(MFATimeBasedOTPEntry mfaTimeBasedOTPEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MFATimeBasedOTPEntry>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MFATimeBasedOTPEntry>
public MFATimeBasedOTPEntry cloneWithOriginalValues()
cloneWithOriginalValues
in interface MFATimeBasedOTPEntryModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<MFATimeBasedOTPEntry>
public long getCompanyId()
getCompanyId
in interface MFATimeBasedOTPEntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public java.util.Date getCreateDate()
getCreateDate
in interface MFATimeBasedOTPEntryModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
public int getFailedAttempts()
getFailedAttempts
in interface MFATimeBasedOTPEntryModel
public java.util.Date getLastFailDate()
getLastFailDate
in interface MFATimeBasedOTPEntryModel
public java.lang.String getLastFailIP()
getLastFailIP
in interface MFATimeBasedOTPEntryModel
public java.util.Date getLastSuccessDate()
getLastSuccessDate
in interface MFATimeBasedOTPEntryModel
public java.lang.String getLastSuccessIP()
getLastSuccessIP
in interface MFATimeBasedOTPEntryModel
public long getMfaTimeBasedOTPEntryId()
getMfaTimeBasedOTPEntryId
in interface MFATimeBasedOTPEntryModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface MFATimeBasedOTPEntryModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
public long getMvccVersion()
getMvccVersion
in interface MFATimeBasedOTPEntryModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface MFATimeBasedOTPEntryModel
public java.lang.String getSharedSecret()
getSharedSecret
in interface MFATimeBasedOTPEntryModel
public long getUserId()
getUserId
in interface MFATimeBasedOTPEntryModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface MFATimeBasedOTPEntryModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface MFATimeBasedOTPEntryModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface MFATimeBasedOTPEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this mfa time based otp entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface MFATimeBasedOTPEntryModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this mfa time based otp entrypublic void setFailedAttempts(int failedAttempts)
setFailedAttempts
in interface MFATimeBasedOTPEntryModel
failedAttempts
- the failed attempts of this mfa time based otp entrypublic void setLastFailDate(java.util.Date lastFailDate)
setLastFailDate
in interface MFATimeBasedOTPEntryModel
lastFailDate
- the last fail date of this mfa time based otp entrypublic void setLastFailIP(java.lang.String lastFailIP)
setLastFailIP
in interface MFATimeBasedOTPEntryModel
lastFailIP
- the last fail ip of this mfa time based otp entrypublic void setLastSuccessDate(java.util.Date lastSuccessDate)
setLastSuccessDate
in interface MFATimeBasedOTPEntryModel
lastSuccessDate
- the last success date of this mfa time based otp entrypublic void setLastSuccessIP(java.lang.String lastSuccessIP)
setLastSuccessIP
in interface MFATimeBasedOTPEntryModel
lastSuccessIP
- the last success ip of this mfa time based otp entrypublic void setMfaTimeBasedOTPEntryId(long mfaTimeBasedOTPEntryId)
setMfaTimeBasedOTPEntryId
in interface MFATimeBasedOTPEntryModel
mfaTimeBasedOTPEntryId
- the mfa time based otp entry ID of this mfa time based otp entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface MFATimeBasedOTPEntryModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this mfa time based otp entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MFATimeBasedOTPEntryModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this mfa time based otp entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface MFATimeBasedOTPEntryModel
primaryKey
- the primary key of this mfa time based otp entrypublic void setSharedSecret(java.lang.String sharedSecret)
setSharedSecret
in interface MFATimeBasedOTPEntryModel
sharedSecret
- the shared secret of this mfa time based otp entrypublic void setUserId(long userId)
setUserId
in interface MFATimeBasedOTPEntryModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this mfa time based otp entrypublic void setUserName(java.lang.String userName)
setUserName
in interface MFATimeBasedOTPEntryModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this mfa time based otp entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface MFATimeBasedOTPEntryModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this mfa time based otp entrypublic java.lang.String toXmlString()
toXmlString
in interface MFATimeBasedOTPEntryModel
protected MFATimeBasedOTPEntryWrapper wrap(MFATimeBasedOTPEntry mfaTimeBasedOTPEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MFATimeBasedOTPEntry>