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
modelFields inherited from interface com.liferay.multi.factor.authentication.fido2.credential.model.MFAFIDO2CredentialEntry
MFA_FIDO2_CREDENTIAL_ENTRY_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionMFAFIDO2CredentialEntryWrapper(MFAFIDO2CredentialEntry mfaFIDO2CredentialEntry) -
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.voidpersist()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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected MFAFIDO2CredentialEntryWrapperwrap(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, 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
-
MFAFIDO2CredentialEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MFAFIDO2CredentialEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MFAFIDO2CredentialEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<MFAFIDO2CredentialEntry>- Specified by:
cloneWithOriginalValuesin interfaceMFAFIDO2CredentialEntryModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this mfafido2 credential entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceMFAFIDO2CredentialEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this mfafido2 credential entry
-
getCreateDate
Returns the create date of this mfafido2 credential entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceMFAFIDO2CredentialEntryModel- Returns:
- the create date of this mfafido2 credential entry
-
getCredentialKey
Returns the credential key of this mfafido2 credential entry.- Specified by:
getCredentialKeyin interfaceMFAFIDO2CredentialEntryModel- 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:
getCredentialKeyHashin interfaceMFAFIDO2CredentialEntryModel- 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:
getCredentialTypein interfaceMFAFIDO2CredentialEntryModel- Returns:
- the credential type of this mfafido2 credential entry
-
getFailedAttempts
public int getFailedAttempts()Returns the failed attempts of this mfafido2 credential entry.- Specified by:
getFailedAttemptsin interfaceMFAFIDO2CredentialEntryModel- 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:
getMfaFIDO2CredentialEntryIdin interfaceMFAFIDO2CredentialEntryModel- Returns:
- the mfa fido2 credential entry ID of this mfafido2 credential entry
-
getModifiedDate
Returns the modified date of this mfafido2 credential entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceMFAFIDO2CredentialEntryModel- Returns:
- the modified date of this mfafido2 credential entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this mfafido2 credential entry.- Specified by:
getMvccVersionin interfaceMFAFIDO2CredentialEntryModel- Specified by:
getMvccVersionin interfacecom.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:
getPrimaryKeyin interfaceMFAFIDO2CredentialEntryModel- Returns:
- the primary key of this mfafido2 credential entry
-
getPublicKeyCOSE
Returns the public key cose of this mfafido2 credential entry.- Specified by:
getPublicKeyCOSEin interfaceMFAFIDO2CredentialEntryModel- 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:
getSignatureCountin interfaceMFAFIDO2CredentialEntryModel- Returns:
- the signature count of this mfafido2 credential entry
-
getUserId
public long getUserId()Returns the user ID of this mfafido2 credential entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceMFAFIDO2CredentialEntryModel- Returns:
- the user ID of this mfafido2 credential entry
-
getUserName
Returns the user name of this mfafido2 credential entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceMFAFIDO2CredentialEntryModel- Returns:
- the user name of this mfafido2 credential entry
-
getUserUuid
Returns the user uuid of this mfafido2 credential entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceMFAFIDO2CredentialEntryModel- Returns:
- the user uuid of this mfafido2 credential 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 mfafido2 credential entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceMFAFIDO2CredentialEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this mfafido2 credential entry
-
setCreateDate
Sets the create date of this mfafido2 credential entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceMFAFIDO2CredentialEntryModel- Parameters:
createDate- the create date of this mfafido2 credential entry
-
setCredentialKey
Sets the credential key of this mfafido2 credential entry.- Specified by:
setCredentialKeyin interfaceMFAFIDO2CredentialEntryModel- 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:
setCredentialKeyHashin interfaceMFAFIDO2CredentialEntryModel- 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:
setCredentialTypein interfaceMFAFIDO2CredentialEntryModel- 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:
setFailedAttemptsin interfaceMFAFIDO2CredentialEntryModel- 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:
setMfaFIDO2CredentialEntryIdin interfaceMFAFIDO2CredentialEntryModel- Parameters:
mfaFIDO2CredentialEntryId- the mfa fido2 credential entry ID of this mfafido2 credential entry
-
setModifiedDate
Sets the modified date of this mfafido2 credential entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceMFAFIDO2CredentialEntryModel- 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:
setMvccVersionin interfaceMFAFIDO2CredentialEntryModel- Specified by:
setMvccVersionin interfacecom.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:
setPrimaryKeyin interfaceMFAFIDO2CredentialEntryModel- Parameters:
primaryKey- the primary key of this mfafido2 credential entry
-
setPublicKeyCOSE
Sets the public key cose of this mfafido2 credential entry.- Specified by:
setPublicKeyCOSEin interfaceMFAFIDO2CredentialEntryModel- 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:
setSignatureCountin interfaceMFAFIDO2CredentialEntryModel- 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceMFAFIDO2CredentialEntryModel- Parameters:
userId- the user ID of this mfafido2 credential entry
-
setUserName
Sets the user name of this mfafido2 credential entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceMFAFIDO2CredentialEntryModel- Parameters:
userName- the user name of this mfafido2 credential entry
-
setUserUuid
Sets the user uuid of this mfafido2 credential entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceMFAFIDO2CredentialEntryModel- Parameters:
userUuid- the user uuid of this mfafido2 credential entry
-
toXmlString
- Specified by:
toXmlStringin interfaceMFAFIDO2CredentialEntryModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MFAFIDO2CredentialEntry>
-