Class MFAEmailOTPEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MFAEmailOTPEntry>
com.liferay.multi.factor.authentication.email.otp.model.MFAEmailOTPEntryWrapper
- All Implemented Interfaces:
MFAEmailOTPEntry,MFAEmailOTPEntryModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<MFAEmailOTPEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<MFAEmailOTPEntry>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<MFAEmailOTPEntry>
public class MFAEmailOTPEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MFAEmailOTPEntry>
implements MFAEmailOTPEntry, com.liferay.portal.kernel.model.ModelWrapper<MFAEmailOTPEntry>
This class is a wrapper for MFAEmailOTPEntry.
- 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.email.otp.model.MFAEmailOTPEntry
MFA_EMAIL_OTP_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this mfa email otp entry.Returns the create date of this mfa email otp entry.intReturns the failed attempts of this mfa email otp entry.Returns the last fail date of this mfa email otp entry.Returns the last fail ip of this mfa email otp entry.Returns the last success date of this mfa email otp entry.Returns the last success ip of this mfa email otp entry.longReturns the mfa email otp entry ID of this mfa email otp entry.Returns the modified date of this mfa email otp entry.longReturns the mvcc version of this mfa email otp entry.longReturns the primary key of this mfa email otp entry.longReturns the user ID of this mfa email otp entry.Returns the user name of this mfa email otp entry.Returns the user uuid of this mfa email otp entry.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this mfa email otp entry.voidsetCreateDate(Date createDate) Sets the create date of this mfa email otp entry.voidsetFailedAttempts(int failedAttempts) Sets the failed attempts of this mfa email otp entry.voidsetLastFailDate(Date lastFailDate) Sets the last fail date of this mfa email otp entry.voidsetLastFailIP(String lastFailIP) Sets the last fail ip of this mfa email otp entry.voidsetLastSuccessDate(Date lastSuccessDate) Sets the last success date of this mfa email otp entry.voidsetLastSuccessIP(String lastSuccessIP) Sets the last success ip of this mfa email otp entry.voidsetMfaEmailOTPEntryId(long mfaEmailOTPEntryId) Sets the mfa email otp entry ID of this mfa email otp entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this mfa email otp entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this mfa email otp entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this mfa email otp entry.voidsetUserId(long userId) Sets the user ID of this mfa email otp entry.voidsetUserName(String userName) Sets the user name of this mfa email otp entry.voidsetUserUuid(String userUuid) Sets the user uuid of this mfa email otp entry.protected MFAEmailOTPEntryWrapperwrap(MFAEmailOTPEntry mfaEmailOTPEntry) 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
-
MFAEmailOTPEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MFAEmailOTPEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MFAEmailOTPEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<MFAEmailOTPEntry>- Specified by:
cloneWithOriginalValuesin interfaceMFAEmailOTPEntryModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this mfa email otp entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceMFAEmailOTPEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this mfa email otp entry
-
getCreateDate
Returns the create date of this mfa email otp entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceMFAEmailOTPEntryModel- Returns:
- the create date of this mfa email otp entry
-
getFailedAttempts
public int getFailedAttempts()Returns the failed attempts of this mfa email otp entry.- Specified by:
getFailedAttemptsin interfaceMFAEmailOTPEntryModel- Returns:
- the failed attempts of this mfa email otp entry
-
getLastFailDate
Returns the last fail date of this mfa email otp entry.- Specified by:
getLastFailDatein interfaceMFAEmailOTPEntryModel- Returns:
- the last fail date of this mfa email otp entry
-
getLastFailIP
Returns the last fail ip of this mfa email otp entry.- Specified by:
getLastFailIPin interfaceMFAEmailOTPEntryModel- Returns:
- the last fail ip of this mfa email otp entry
-
getLastSuccessDate
Returns the last success date of this mfa email otp entry.- Specified by:
getLastSuccessDatein interfaceMFAEmailOTPEntryModel- Returns:
- the last success date of this mfa email otp entry
-
getLastSuccessIP
Returns the last success ip of this mfa email otp entry.- Specified by:
getLastSuccessIPin interfaceMFAEmailOTPEntryModel- Returns:
- the last success ip of this mfa email otp entry
-
getMfaEmailOTPEntryId
public long getMfaEmailOTPEntryId()Returns the mfa email otp entry ID of this mfa email otp entry.- Specified by:
getMfaEmailOTPEntryIdin interfaceMFAEmailOTPEntryModel- Returns:
- the mfa email otp entry ID of this mfa email otp entry
-
getModifiedDate
Returns the modified date of this mfa email otp entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceMFAEmailOTPEntryModel- Returns:
- the modified date of this mfa email otp entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this mfa email otp entry.- Specified by:
getMvccVersionin interfaceMFAEmailOTPEntryModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this mfa email otp entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this mfa email otp entry.- Specified by:
getPrimaryKeyin interfaceMFAEmailOTPEntryModel- Returns:
- the primary key of this mfa email otp entry
-
getUserId
public long getUserId()Returns the user ID of this mfa email otp entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceMFAEmailOTPEntryModel- Returns:
- the user ID of this mfa email otp entry
-
getUserName
Returns the user name of this mfa email otp entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceMFAEmailOTPEntryModel- Returns:
- the user name of this mfa email otp entry
-
getUserUuid
Returns the user uuid of this mfa email otp entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceMFAEmailOTPEntryModel- Returns:
- the user uuid of this mfa email 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 email otp entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceMFAEmailOTPEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this mfa email otp entry
-
setCreateDate
Sets the create date of this mfa email otp entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceMFAEmailOTPEntryModel- Parameters:
createDate- the create date of this mfa email otp entry
-
setFailedAttempts
public void setFailedAttempts(int failedAttempts) Sets the failed attempts of this mfa email otp entry.- Specified by:
setFailedAttemptsin interfaceMFAEmailOTPEntryModel- Parameters:
failedAttempts- the failed attempts of this mfa email otp entry
-
setLastFailDate
Sets the last fail date of this mfa email otp entry.- Specified by:
setLastFailDatein interfaceMFAEmailOTPEntryModel- Parameters:
lastFailDate- the last fail date of this mfa email otp entry
-
setLastFailIP
Sets the last fail ip of this mfa email otp entry.- Specified by:
setLastFailIPin interfaceMFAEmailOTPEntryModel- Parameters:
lastFailIP- the last fail ip of this mfa email otp entry
-
setLastSuccessDate
Sets the last success date of this mfa email otp entry.- Specified by:
setLastSuccessDatein interfaceMFAEmailOTPEntryModel- Parameters:
lastSuccessDate- the last success date of this mfa email otp entry
-
setLastSuccessIP
Sets the last success ip of this mfa email otp entry.- Specified by:
setLastSuccessIPin interfaceMFAEmailOTPEntryModel- Parameters:
lastSuccessIP- the last success ip of this mfa email otp entry
-
setMfaEmailOTPEntryId
public void setMfaEmailOTPEntryId(long mfaEmailOTPEntryId) Sets the mfa email otp entry ID of this mfa email otp entry.- Specified by:
setMfaEmailOTPEntryIdin interfaceMFAEmailOTPEntryModel- Parameters:
mfaEmailOTPEntryId- the mfa email otp entry ID of this mfa email otp entry
-
setModifiedDate
Sets the modified date of this mfa email otp entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceMFAEmailOTPEntryModel- Parameters:
modifiedDate- the modified date of this mfa email otp entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this mfa email otp entry.- Specified by:
setMvccVersionin interfaceMFAEmailOTPEntryModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this mfa email otp entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this mfa email otp entry.- Specified by:
setPrimaryKeyin interfaceMFAEmailOTPEntryModel- Parameters:
primaryKey- the primary key of this mfa email otp entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this mfa email otp entry.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceMFAEmailOTPEntryModel- Parameters:
userId- the user ID of this mfa email otp entry
-
setUserName
Sets the user name of this mfa email otp entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceMFAEmailOTPEntryModel- Parameters:
userName- the user name of this mfa email otp entry
-
setUserUuid
Sets the user uuid of this mfa email otp entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceMFAEmailOTPEntryModel- Parameters:
userUuid- the user uuid of this mfa email otp entry
-
toXmlString
- Specified by:
toXmlStringin interfaceMFAEmailOTPEntryModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MFAEmailOTPEntry>
-