Interface MFAFIDO2CredentialEntryModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<MFAFIDO2CredentialEntry>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<MFAFIDO2CredentialEntry>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
MFAFIDO2CredentialEntry
All Known Implementing Classes:
MFAFIDO2CredentialEntryWrapper

@ProviderType public interface MFAFIDO2CredentialEntryModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<MFAFIDO2CredentialEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the MFAFIDO2CredentialEntry service. Represents a row in the "MFAFIDO2CredentialEntry" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.multi.factor.authentication.fido2.credential.model.impl.MFAFIDO2CredentialEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.multi.factor.authentication.fido2.credential.model.impl.MFAFIDO2CredentialEntryImpl.

See Also:
Generated:
  • 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
    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
    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.
    default String
     

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

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this mfafido2 credential entry.
      Returns:
      the primary key of this mfafido2 credential entry
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this mfafido2 credential entry.
      Parameters:
      primaryKey - the primary key of this mfafido2 credential entry
    • getMvccVersion

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

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

      long getMfaFIDO2CredentialEntryId()
      Returns the mfa fido2 credential entry ID of this mfafido2 credential entry.
      Returns:
      the mfa fido2 credential entry ID of this mfafido2 credential entry
    • setMfaFIDO2CredentialEntryId

      void setMfaFIDO2CredentialEntryId(long mfaFIDO2CredentialEntryId)
      Sets the mfa fido2 credential entry ID of this mfafido2 credential entry.
      Parameters:
      mfaFIDO2CredentialEntryId - the mfa fido2 credential entry ID of this mfafido2 credential entry
    • getCompanyId

      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 com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this mfafido2 credential entry
    • setCompanyId

      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 com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this mfafido2 credential entry
    • getUserId

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

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

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

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

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

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

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

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

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

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

      @AutoEscape String getCredentialKey()
      Returns the credential key of this mfafido2 credential entry.
      Returns:
      the credential key of this mfafido2 credential entry
    • setCredentialKey

      void setCredentialKey(String credentialKey)
      Sets the credential key of this mfafido2 credential entry.
      Parameters:
      credentialKey - the credential key of this mfafido2 credential entry
    • getCredentialKeyHash

      long getCredentialKeyHash()
      Returns the credential key hash of this mfafido2 credential entry.
      Returns:
      the credential key hash of this mfafido2 credential entry
    • setCredentialKeyHash

      void setCredentialKeyHash(long credentialKeyHash)
      Sets the credential key hash of this mfafido2 credential entry.
      Parameters:
      credentialKeyHash - the credential key hash of this mfafido2 credential entry
    • getCredentialType

      int getCredentialType()
      Returns the credential type of this mfafido2 credential entry.
      Returns:
      the credential type of this mfafido2 credential entry
    • setCredentialType

      void setCredentialType(int credentialType)
      Sets the credential type of this mfafido2 credential entry.
      Parameters:
      credentialType - the credential type of this mfafido2 credential entry
    • getFailedAttempts

      int getFailedAttempts()
      Returns the failed attempts of this mfafido2 credential entry.
      Returns:
      the failed attempts of this mfafido2 credential entry
    • setFailedAttempts

      void setFailedAttempts(int failedAttempts)
      Sets the failed attempts of this mfafido2 credential entry.
      Parameters:
      failedAttempts - the failed attempts of this mfafido2 credential entry
    • getPublicKeyCOSE

      @AutoEscape String getPublicKeyCOSE()
      Returns the public key cose of this mfafido2 credential entry.
      Returns:
      the public key cose of this mfafido2 credential entry
    • setPublicKeyCOSE

      void setPublicKeyCOSE(String publicKeyCOSE)
      Sets the public key cose of this mfafido2 credential entry.
      Parameters:
      publicKeyCOSE - the public key cose of this mfafido2 credential entry
    • getSignatureCount

      long getSignatureCount()
      Returns the signature count of this mfafido2 credential entry.
      Returns:
      the signature count of this mfafido2 credential entry
    • setSignatureCount

      void setSignatureCount(long signatureCount)
      Sets the signature count of this mfafido2 credential entry.
      Parameters:
      signatureCount - the signature count of this mfafido2 credential entry
    • cloneWithOriginalValues

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

      default String toXmlString()