Class MFAFIDO2CredentialEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MFAFIDO2CredentialEntry>
com.liferay.multi.factor.authentication.fido2.credential.model.MFAFIDO2CredentialEntryWrapper
All Implemented Interfaces:
MFAFIDO2CredentialEntry, MFAFIDO2CredentialEntryModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<MFAFIDO2CredentialEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<MFAFIDO2CredentialEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<MFAFIDO2CredentialEntry>

public class MFAFIDO2CredentialEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MFAFIDO2CredentialEntry> implements MFAFIDO2CredentialEntry, com.liferay.portal.kernel.model.ModelWrapper<MFAFIDO2CredentialEntry>

This class is a wrapper for MFAFIDO2CredentialEntry.

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.fido2.credential.model.MFAFIDO2CredentialEntry

    MFA_FIDO2_CREDENTIAL_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this mfafido2 credential entry.
    Returns the create date of this mfafido2 credential entry.
    Returns the credential key of this mfafido2 credential entry.
    long
    Returns the credential key hash of this mfafido2 credential entry.
    int
    Returns the credential type of this mfafido2 credential entry.
    int
    Returns the failed attempts of this mfafido2 credential entry.
    long
    Returns the mfa fido2 credential entry ID of this mfafido2 credential entry.
     
    Returns the modified date of this mfafido2 credential entry.
    long
    Returns the mvcc version of this mfafido2 credential entry.
    long
    Returns the primary key of this mfafido2 credential entry.
    Returns the public key cose of this mfafido2 credential entry.
    long
    Returns the signature count of this mfafido2 credential entry.
    long
    Returns the user ID of this mfafido2 credential entry.
    Returns the user name of this mfafido2 credential entry.
    Returns the user uuid of this mfafido2 credential entry.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this mfafido2 credential entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this mfafido2 credential entry.
    void
    setCredentialKey(String credentialKey)
    Sets the credential key of this mfafido2 credential entry.
    void
    setCredentialKeyHash(long credentialKeyHash)
    Sets the credential key hash of this mfafido2 credential entry.
    void
    setCredentialType(int credentialType)
    Sets the credential type of this mfafido2 credential entry.
    void
    setFailedAttempts(int failedAttempts)
    Sets the failed attempts of this mfafido2 credential entry.
    void
    setMfaFIDO2CredentialEntryId(long mfaFIDO2CredentialEntryId)
    Sets the mfa fido2 credential entry ID of this mfafido2 credential entry.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this mfafido2 credential entry.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this mfafido2 credential entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this mfafido2 credential entry.
    void
    setPublicKeyCOSE(String publicKeyCOSE)
    Sets the public key cose of this mfafido2 credential entry.
    void
    setSignatureCount(long signatureCount)
    Sets the signature count of this mfafido2 credential entry.
    void
    setUserId(long userId)
    Sets the user ID of this mfafido2 credential entry.
    void
    setUserName(String userName)
    Sets the user name of this mfafido2 credential entry.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this mfafido2 credential entry.
     
    wrap(MFAFIDO2CredentialEntry mfaFIDO2CredentialEntry)
     

    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

    • MFAFIDO2CredentialEntryWrapper

      public MFAFIDO2CredentialEntryWrapper(MFAFIDO2CredentialEntry mfaFIDO2CredentialEntry)
  • Method Details

    • getModelAttributes

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

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

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

      public long getCompanyId()
      Returns the company ID of this mfafido2 credential entry.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface MFAFIDO2CredentialEntryModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this mfafido2 credential entry
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this mfafido2 credential entry.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface MFAFIDO2CredentialEntryModel
      Returns:
      the create date of this mfafido2 credential entry
    • getCredentialKey

      public String getCredentialKey()
      Returns the credential key of this mfafido2 credential entry.
      Specified by:
      getCredentialKey in interface MFAFIDO2CredentialEntryModel
      Returns:
      the credential key of this mfafido2 credential entry
    • getCredentialKeyHash

      public long getCredentialKeyHash()
      Returns the credential key hash of this mfafido2 credential entry.
      Specified by:
      getCredentialKeyHash in interface MFAFIDO2CredentialEntryModel
      Returns:
      the credential key hash of this mfafido2 credential entry
    • getCredentialType

      public int getCredentialType()
      Returns the credential type of this mfafido2 credential entry.
      Specified by:
      getCredentialType in interface MFAFIDO2CredentialEntryModel
      Returns:
      the credential type of this mfafido2 credential entry
    • getFailedAttempts

      public int getFailedAttempts()
      Returns the failed attempts of this mfafido2 credential entry.
      Specified by:
      getFailedAttempts in interface MFAFIDO2CredentialEntryModel
      Returns:
      the failed attempts of this mfafido2 credential entry
    • getMfaFIDO2CredentialEntryId

      public long getMfaFIDO2CredentialEntryId()
      Returns the mfa fido2 credential entry ID of this mfafido2 credential entry.
      Specified by:
      getMfaFIDO2CredentialEntryId in interface MFAFIDO2CredentialEntryModel
      Returns:
      the mfa fido2 credential entry ID of this mfafido2 credential entry
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this mfafido2 credential entry.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface MFAFIDO2CredentialEntryModel
      Returns:
      the modified date of this mfafido2 credential entry
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this mfafido2 credential entry.
      Specified by:
      getMvccVersion in interface MFAFIDO2CredentialEntryModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this mfafido2 credential entry
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this mfafido2 credential entry.
      Specified by:
      getPrimaryKey in interface MFAFIDO2CredentialEntryModel
      Returns:
      the primary key of this mfafido2 credential entry
    • getPublicKeyCOSE

      public String getPublicKeyCOSE()
      Returns the public key cose of this mfafido2 credential entry.
      Specified by:
      getPublicKeyCOSE in interface MFAFIDO2CredentialEntryModel
      Returns:
      the public key cose of this mfafido2 credential entry
    • getSignatureCount

      public long getSignatureCount()
      Returns the signature count of this mfafido2 credential entry.
      Specified by:
      getSignatureCount in interface MFAFIDO2CredentialEntryModel
      Returns:
      the signature count of this mfafido2 credential entry
    • getUserId

      public long getUserId()
      Returns the user ID of this mfafido2 credential entry.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface MFAFIDO2CredentialEntryModel
      Returns:
      the user ID of this mfafido2 credential entry
    • getUserName

      public String getUserName()
      Returns the user name of this mfafido2 credential entry.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface MFAFIDO2CredentialEntryModel
      Returns:
      the user name of this mfafido2 credential entry
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this mfafido2 credential entry.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface MFAFIDO2CredentialEntryModel
      Returns:
      the user uuid of this mfafido2 credential 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 mfafido2 credential entry.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface MFAFIDO2CredentialEntryModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this mfafido2 credential entry
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this mfafido2 credential entry.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface MFAFIDO2CredentialEntryModel
      Parameters:
      createDate - the create date of this mfafido2 credential entry
    • setCredentialKey

      public void setCredentialKey(String credentialKey)
      Sets the credential key of this mfafido2 credential entry.
      Specified by:
      setCredentialKey in interface MFAFIDO2CredentialEntryModel
      Parameters:
      credentialKey - the credential key of this mfafido2 credential entry
    • setCredentialKeyHash

      public void setCredentialKeyHash(long credentialKeyHash)
      Sets the credential key hash of this mfafido2 credential entry.
      Specified by:
      setCredentialKeyHash in interface MFAFIDO2CredentialEntryModel
      Parameters:
      credentialKeyHash - the credential key hash of this mfafido2 credential entry
    • setCredentialType

      public void setCredentialType(int credentialType)
      Sets the credential type of this mfafido2 credential entry.
      Specified by:
      setCredentialType in interface MFAFIDO2CredentialEntryModel
      Parameters:
      credentialType - the credential type of this mfafido2 credential entry
    • setFailedAttempts

      public void setFailedAttempts(int failedAttempts)
      Sets the failed attempts of this mfafido2 credential entry.
      Specified by:
      setFailedAttempts in interface MFAFIDO2CredentialEntryModel
      Parameters:
      failedAttempts - the failed attempts of this mfafido2 credential entry
    • setMfaFIDO2CredentialEntryId

      public void setMfaFIDO2CredentialEntryId(long mfaFIDO2CredentialEntryId)
      Sets the mfa fido2 credential entry ID of this mfafido2 credential entry.
      Specified by:
      setMfaFIDO2CredentialEntryId in interface MFAFIDO2CredentialEntryModel
      Parameters:
      mfaFIDO2CredentialEntryId - the mfa fido2 credential entry ID of this mfafido2 credential entry
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this mfafido2 credential entry.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface MFAFIDO2CredentialEntryModel
      Parameters:
      modifiedDate - the modified date of this mfafido2 credential entry
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this mfafido2 credential entry.
      Specified by:
      setMvccVersion in interface MFAFIDO2CredentialEntryModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this mfafido2 credential entry
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this mfafido2 credential entry.
      Specified by:
      setPrimaryKey in interface MFAFIDO2CredentialEntryModel
      Parameters:
      primaryKey - the primary key of this mfafido2 credential entry
    • setPublicKeyCOSE

      public void setPublicKeyCOSE(String publicKeyCOSE)
      Sets the public key cose of this mfafido2 credential entry.
      Specified by:
      setPublicKeyCOSE in interface MFAFIDO2CredentialEntryModel
      Parameters:
      publicKeyCOSE - the public key cose of this mfafido2 credential entry
    • setSignatureCount

      public void setSignatureCount(long signatureCount)
      Sets the signature count of this mfafido2 credential entry.
      Specified by:
      setSignatureCount in interface MFAFIDO2CredentialEntryModel
      Parameters:
      signatureCount - the signature count of this mfafido2 credential entry
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this mfafido2 credential entry.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface MFAFIDO2CredentialEntryModel
      Parameters:
      userId - the user ID of this mfafido2 credential entry
    • setUserName

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

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

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

      protected MFAFIDO2CredentialEntryWrapper wrap(MFAFIDO2CredentialEntry mfaFIDO2CredentialEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MFAFIDO2CredentialEntry>