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

    model

    Fields inherited from interface com.liferay.multi.factor.authentication.email.otp.model.MFAEmailOTPEntry

    MFA_EMAIL_OTP_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this mfa email otp entry.
    Returns the create date of this mfa email otp entry.
    int
    Returns 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.
    long
    Returns the mfa email otp entry ID of this mfa email otp entry.
     
    Returns the modified date of this mfa email otp entry.
    long
    Returns the mvcc version of this mfa email otp entry.
    long
    Returns the primary key of this mfa email otp entry.
    long
    Returns 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.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this mfa email otp entry.
    void
    setCreateDate(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(Date lastFailDate)
    Sets the last fail date of this mfa email otp entry.
    void
    setLastFailIP(String lastFailIP)
    Sets the last fail ip of this mfa email otp entry.
    void
    setLastSuccessDate(Date lastSuccessDate)
    Sets the last success date of this mfa email otp entry.
    void
    setLastSuccessIP(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
     
    void
    setModifiedDate(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(String userName)
    Sets the user name of this mfa email otp entry.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this mfa email otp entry.
     
    wrap(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, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods 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, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper

    getWrappedModel
  • Constructor Details

    • MFAEmailOTPEntryWrapper

      public MFAEmailOTPEntryWrapper(MFAEmailOTPEntry mfaEmailOTPEntry)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<MFAEmailOTPEntry>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<MFAEmailOTPEntry>
    • cloneWithOriginalValues

      public MFAEmailOTPEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<MFAEmailOTPEntry>
      Specified by:
      cloneWithOriginalValues in interface MFAEmailOTPEntryModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this mfa email otp entry.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface MFAEmailOTPEntryModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this mfa email otp entry
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this mfa email otp entry.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface MFAEmailOTPEntryModel
      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:
      getFailedAttempts in interface MFAEmailOTPEntryModel
      Returns:
      the failed attempts of this mfa email otp entry
    • getLastFailDate

      public Date getLastFailDate()
      Returns the last fail date of this mfa email otp entry.
      Specified by:
      getLastFailDate in interface MFAEmailOTPEntryModel
      Returns:
      the last fail date of this mfa email otp entry
    • getLastFailIP

      public String getLastFailIP()
      Returns the last fail ip of this mfa email otp entry.
      Specified by:
      getLastFailIP in interface MFAEmailOTPEntryModel
      Returns:
      the last fail ip of this mfa email otp entry
    • getLastSuccessDate

      public Date getLastSuccessDate()
      Returns the last success date of this mfa email otp entry.
      Specified by:
      getLastSuccessDate in interface MFAEmailOTPEntryModel
      Returns:
      the last success date of this mfa email otp entry
    • getLastSuccessIP

      public String getLastSuccessIP()
      Returns the last success ip of this mfa email otp entry.
      Specified by:
      getLastSuccessIP in interface MFAEmailOTPEntryModel
      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:
      getMfaEmailOTPEntryId in interface MFAEmailOTPEntryModel
      Returns:
      the mfa email otp entry ID of this mfa email otp entry
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this mfa email otp entry.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface MFAEmailOTPEntryModel
      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:
      getMvccVersion in interface MFAEmailOTPEntryModel
      Specified by:
      getMvccVersion in interface com.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:
      getPrimaryKey in interface MFAEmailOTPEntryModel
      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:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface MFAEmailOTPEntryModel
      Returns:
      the user ID of this mfa email otp entry
    • getUserName

      public String getUserName()
      Returns the user name of this mfa email otp entry.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface MFAEmailOTPEntryModel
      Returns:
      the user name of this mfa email otp entry
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this mfa email otp entry.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface MFAEmailOTPEntryModel
      Returns:
      the user uuid of this mfa email otp entry
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this mfa email otp entry.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface MFAEmailOTPEntryModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this mfa email otp entry
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this mfa email otp entry.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface MFAEmailOTPEntryModel
      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:
      setFailedAttempts in interface MFAEmailOTPEntryModel
      Parameters:
      failedAttempts - the failed attempts of this mfa email otp entry
    • setLastFailDate

      public void setLastFailDate(Date lastFailDate)
      Sets the last fail date of this mfa email otp entry.
      Specified by:
      setLastFailDate in interface MFAEmailOTPEntryModel
      Parameters:
      lastFailDate - the last fail date of this mfa email otp entry
    • setLastFailIP

      public void setLastFailIP(String lastFailIP)
      Sets the last fail ip of this mfa email otp entry.
      Specified by:
      setLastFailIP in interface MFAEmailOTPEntryModel
      Parameters:
      lastFailIP - the last fail ip of this mfa email otp entry
    • setLastSuccessDate

      public void setLastSuccessDate(Date lastSuccessDate)
      Sets the last success date of this mfa email otp entry.
      Specified by:
      setLastSuccessDate in interface MFAEmailOTPEntryModel
      Parameters:
      lastSuccessDate - the last success date of this mfa email otp entry
    • setLastSuccessIP

      public void setLastSuccessIP(String lastSuccessIP)
      Sets the last success ip of this mfa email otp entry.
      Specified by:
      setLastSuccessIP in interface MFAEmailOTPEntryModel
      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:
      setMfaEmailOTPEntryId in interface MFAEmailOTPEntryModel
      Parameters:
      mfaEmailOTPEntryId - the mfa email otp entry ID of this mfa email otp entry
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this mfa email otp entry.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface MFAEmailOTPEntryModel
      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:
      setMvccVersion in interface MFAEmailOTPEntryModel
      Specified by:
      setMvccVersion in interface com.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:
      setPrimaryKey in interface MFAEmailOTPEntryModel
      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:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface MFAEmailOTPEntryModel
      Parameters:
      userId - the user ID of this mfa email otp entry
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this mfa email otp entry.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface MFAEmailOTPEntryModel
      Parameters:
      userName - the user name of this mfa email otp entry
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this mfa email otp entry.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface MFAEmailOTPEntryModel
      Parameters:
      userUuid - the user uuid of this mfa email otp entry
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface MFAEmailOTPEntryModel
    • wrap

      protected MFAEmailOTPEntryWrapper wrap(MFAEmailOTPEntry mfaEmailOTPEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MFAEmailOTPEntry>