Class MFATimeBasedOTPEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MFATimeBasedOTPEntry>
com.liferay.multi.factor.authentication.timebased.otp.model.MFATimeBasedOTPEntryWrapper
- All Implemented Interfaces:
MFATimeBasedOTPEntry,MFATimeBasedOTPEntryModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<MFATimeBasedOTPEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<MFATimeBasedOTPEntry>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<MFATimeBasedOTPEntry>
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.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.multi.factor.authentication.timebased.otp.model.MFATimeBasedOTPEntry
MFA_TIME_BASED_OTP_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this mfa time based otp entry.Returns the create date of this mfa time based otp entry.intReturns the failed attempts of this mfa time based otp entry.Returns the last fail date of this mfa time based otp entry.Returns the last fail ip of this mfa time based otp entry.Returns the last success date of this mfa time based otp entry.Returns the last success ip of this mfa time based otp entry.Returns the last valid totp of this mfa time based otp entry.longReturns the mfa time based otp entry ID of this mfa time based otp entry.Returns the modified date of this mfa time based otp entry.longReturns the mvcc version of this mfa time based otp entry.longReturns the primary key of this mfa time based otp entry.Returns the shared secret of this mfa time based otp entry.longReturns the user ID of this mfa time based otp entry.Returns the user name of this mfa time based otp entry.Returns the user uuid of this mfa time based otp entry.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this mfa time based otp entry.voidsetCreateDate(Date createDate) Sets the create date of this mfa time based otp entry.voidsetFailedAttempts(int failedAttempts) Sets the failed attempts of this mfa time based otp entry.voidsetLastFailDate(Date lastFailDate) Sets the last fail date of this mfa time based otp entry.voidsetLastFailIP(String lastFailIP) Sets the last fail ip of this mfa time based otp entry.voidsetLastSuccessDate(Date lastSuccessDate) Sets the last success date of this mfa time based otp entry.voidsetLastSuccessIP(String lastSuccessIP) Sets the last success ip of this mfa time based otp entry.voidsetLastValidTOTP(String lastValidTOTP) Sets the last valid totp of this mfa time based otp entry.voidsetMfaTimeBasedOTPEntryId(long mfaTimeBasedOTPEntryId) Sets the mfa time based otp entry ID of this mfa time based otp entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this mfa time based otp entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this mfa time based otp entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this mfa time based otp entry.voidsetSharedSecret(String sharedSecret) Sets the shared secret of this mfa time based otp entry.voidsetUserId(long userId) Sets the user ID of this mfa time based otp entry.voidsetUserName(String userName) Sets the user name of this mfa time based otp entry.voidsetUserUuid(String userUuid) Sets the user uuid of this mfa time based otp entry.protected MFATimeBasedOTPEntryWrapperwrap(MFATimeBasedOTPEntry mfaTimeBasedOTPEntry) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
MFATimeBasedOTPEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MFATimeBasedOTPEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MFATimeBasedOTPEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<MFATimeBasedOTPEntry>- Specified by:
cloneWithOriginalValuesin interfaceMFATimeBasedOTPEntryModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this mfa time based otp entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceMFATimeBasedOTPEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this mfa time based otp entry
-
getCreateDate
Returns the create date of this mfa time based otp entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceMFATimeBasedOTPEntryModel- Returns:
- the create date of this mfa time based otp entry
-
getFailedAttempts
public int getFailedAttempts()Returns the failed attempts of this mfa time based otp entry.- Specified by:
getFailedAttemptsin interfaceMFATimeBasedOTPEntryModel- Returns:
- the failed attempts of this mfa time based otp entry
-
getLastFailDate
Returns the last fail date of this mfa time based otp entry.- Specified by:
getLastFailDatein interfaceMFATimeBasedOTPEntryModel- Returns:
- the last fail date of this mfa time based otp entry
-
getLastFailIP
Returns the last fail ip of this mfa time based otp entry.- Specified by:
getLastFailIPin interfaceMFATimeBasedOTPEntryModel- Returns:
- the last fail ip of this mfa time based otp entry
-
getLastSuccessDate
Returns the last success date of this mfa time based otp entry.- Specified by:
getLastSuccessDatein interfaceMFATimeBasedOTPEntryModel- Returns:
- the last success date of this mfa time based otp entry
-
getLastSuccessIP
Returns the last success ip of this mfa time based otp entry.- Specified by:
getLastSuccessIPin interfaceMFATimeBasedOTPEntryModel- Returns:
- the last success ip of this mfa time based otp entry
-
getLastValidTOTP
Returns the last valid totp of this mfa time based otp entry.- Specified by:
getLastValidTOTPin interfaceMFATimeBasedOTPEntryModel- Returns:
- the last valid totp of this mfa time based otp entry
-
getMfaTimeBasedOTPEntryId
public long getMfaTimeBasedOTPEntryId()Returns the mfa time based otp entry ID of this mfa time based otp entry.- Specified by:
getMfaTimeBasedOTPEntryIdin interfaceMFATimeBasedOTPEntryModel- Returns:
- the mfa time based otp entry ID of this mfa time based otp entry
-
getModifiedDate
Returns the modified date of this mfa time based otp entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceMFATimeBasedOTPEntryModel- Returns:
- the modified date of this mfa time based otp entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this mfa time based otp entry.- Specified by:
getMvccVersionin interfaceMFATimeBasedOTPEntryModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this mfa time based otp entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this mfa time based otp entry.- Specified by:
getPrimaryKeyin interfaceMFATimeBasedOTPEntryModel- Returns:
- the primary key of this mfa time based otp entry
-
getUserId
public long getUserId()Returns the user ID of this mfa time based otp entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceMFATimeBasedOTPEntryModel- Returns:
- the user ID of this mfa time based otp entry
-
getUserName
Returns the user name of this mfa time based otp entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceMFATimeBasedOTPEntryModel- Returns:
- the user name of this mfa time based otp entry
-
getUserUuid
Returns the user uuid of this mfa time based otp entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceMFATimeBasedOTPEntryModel- Returns:
- the user uuid of this mfa time based otp entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this mfa time based otp entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceMFATimeBasedOTPEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this mfa time based otp entry
-
setCreateDate
Sets the create date of this mfa time based otp entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceMFATimeBasedOTPEntryModel- Parameters:
createDate- the create date of this mfa time based otp entry
-
setFailedAttempts
public void setFailedAttempts(int failedAttempts) Sets the failed attempts of this mfa time based otp entry.- Specified by:
setFailedAttemptsin interfaceMFATimeBasedOTPEntryModel- Parameters:
failedAttempts- the failed attempts of this mfa time based otp entry
-
setLastFailDate
Sets the last fail date of this mfa time based otp entry.- Specified by:
setLastFailDatein interfaceMFATimeBasedOTPEntryModel- Parameters:
lastFailDate- the last fail date of this mfa time based otp entry
-
setLastFailIP
Sets the last fail ip of this mfa time based otp entry.- Specified by:
setLastFailIPin interfaceMFATimeBasedOTPEntryModel- Parameters:
lastFailIP- the last fail ip of this mfa time based otp entry
-
setLastSuccessDate
Sets the last success date of this mfa time based otp entry.- Specified by:
setLastSuccessDatein interfaceMFATimeBasedOTPEntryModel- Parameters:
lastSuccessDate- the last success date of this mfa time based otp entry
-
setLastSuccessIP
Sets the last success ip of this mfa time based otp entry.- Specified by:
setLastSuccessIPin interfaceMFATimeBasedOTPEntryModel- Parameters:
lastSuccessIP- the last success ip of this mfa time based otp entry
-
setLastValidTOTP
Sets the last valid totp of this mfa time based otp entry.- Specified by:
setLastValidTOTPin interfaceMFATimeBasedOTPEntryModel- Parameters:
lastValidTOTP- the last valid totp of this mfa time based otp entry
-
setMfaTimeBasedOTPEntryId
public void setMfaTimeBasedOTPEntryId(long mfaTimeBasedOTPEntryId) Sets the mfa time based otp entry ID of this mfa time based otp entry.- Specified by:
setMfaTimeBasedOTPEntryIdin interfaceMFATimeBasedOTPEntryModel- Parameters:
mfaTimeBasedOTPEntryId- the mfa time based otp entry ID of this mfa time based otp entry
-
setModifiedDate
Sets the modified date of this mfa time based otp entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceMFATimeBasedOTPEntryModel- Parameters:
modifiedDate- the modified date of this mfa time based otp entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this mfa time based otp entry.- Specified by:
setMvccVersionin interfaceMFATimeBasedOTPEntryModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this mfa time based otp entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this mfa time based otp entry.- Specified by:
setPrimaryKeyin interfaceMFATimeBasedOTPEntryModel- Parameters:
primaryKey- the primary key of this mfa time based otp entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this mfa time based otp entry.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceMFATimeBasedOTPEntryModel- Parameters:
userId- the user ID of this mfa time based otp entry
-
setUserName
Sets the user name of this mfa time based otp entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceMFATimeBasedOTPEntryModel- Parameters:
userName- the user name of this mfa time based otp entry
-
setUserUuid
Sets the user uuid of this mfa time based otp entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceMFATimeBasedOTPEntryModel- Parameters:
userUuid- the user uuid of this mfa time based otp entry
-
toXmlString
- Specified by:
toXmlStringin interfaceMFATimeBasedOTPEntryModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MFATimeBasedOTPEntry>
-