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 TypeMethodDescriptionlongReturns 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.longReturns the credential key hash of this mfafido2 credential entry.intReturns the credential type of this mfafido2 credential entry.intReturns the failed attempts of this mfafido2 credential entry.longReturns the mfa fido2 credential entry ID of this mfafido2 credential entry.Returns the modified date of this mfafido2 credential entry.longReturns the mvcc version of this mfafido2 credential entry.longReturns the primary key of this mfafido2 credential entry.Returns the public key cose of this mfafido2 credential entry.longReturns the signature count of this mfafido2 credential entry.longReturns 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.voidsetCompanyId(long companyId) Sets the company ID of this mfafido2 credential entry.voidsetCreateDate(Date createDate) Sets the create date of this mfafido2 credential entry.voidsetCredentialKey(String credentialKey) Sets the credential key of this mfafido2 credential entry.voidsetCredentialKeyHash(long credentialKeyHash) Sets the credential key hash of this mfafido2 credential entry.voidsetCredentialType(int credentialType) Sets the credential type of this mfafido2 credential entry.voidsetFailedAttempts(int failedAttempts) Sets the failed attempts of this mfafido2 credential entry.voidsetMfaFIDO2CredentialEntryId(long mfaFIDO2CredentialEntryId) Sets the mfa fido2 credential entry ID of this mfafido2 credential entry.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this mfafido2 credential entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this mfafido2 credential entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this mfafido2 credential entry.voidsetPublicKeyCOSE(String publicKeyCOSE) Sets the public key cose of this mfafido2 credential entry.voidsetSignatureCount(long signatureCount) Sets the signature count of this mfafido2 credential entry.voidsetUserId(long userId) Sets the user ID of this mfafido2 credential entry.voidsetUserName(String userName) Sets the user name of this mfafido2 credential entry.voidsetUserUuid(String userUuid) Sets the user uuid of this mfafido2 credential entry.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods 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:
getMvccVersionin interfacecom.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:
setMvccVersionin interfacecom.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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.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:
getUserIdin interfacecom.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:
setUserIdin interfacecom.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:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this mfafido2 credential entry
-
setUserUuid
Sets the user uuid of this mfafido2 credential entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this mfafido2 credential entry
-
getUserName
Returns the user name of this mfafido2 credential entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this mfafido2 credential entry
-
setUserName
Sets the user name of this mfafido2 credential entry.- Specified by:
setUserNamein interfacecom.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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this mfafido2 credential entry
-
setCreateDate
Sets the create date of this mfafido2 credential entry.- Specified by:
setCreateDatein interfacecom.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:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this mfafido2 credential entry
-
setModifiedDate
Sets the modified date of this mfafido2 credential entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this mfafido2 credential entry
-
getCredentialKey
Returns the credential key of this mfafido2 credential entry.- Returns:
- the credential key of this mfafido2 credential entry
-
setCredentialKey
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
Returns the public key cose of this mfafido2 credential entry.- Returns:
- the public key cose of this mfafido2 credential entry
-
setPublicKeyCOSE
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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<MFAFIDO2CredentialEntry>
-
toXmlString
-