Package com.skava.entities
Class MFAAuthEntity
java.lang.Object
com.skava.entities.MFAAuthEntity
- All Implemented Interfaces:
Serializable
@Config(defaultVariableName="user_mfa_auth")
@Entity(name="user_mfa_auth")
public class MFAAuthEntity
extends Object
implements Serializable
This class defines the Notes entity. This entity contains the following relationships properties -
Many to one with User entity. This entity maintains notes information of an user like notes title and description.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MFAAuthEntity
public MFAAuthEntity()Default constructor. Instantiates a new MFAAuthEntity object.
-