Password Event

@Entity
open class PasswordEvent : EquinoxItem

The PasswordEvent class is used to represent the event related to the Password's lifecycle

Author

N7ghtm4r3 - Tecknobit

See also

EquinoxItem

Constructors

Link copied to clipboard
constructor()
Constructor to init the PasswordEvent class
constructor(id: String, eventDate: Long, type: PasswordEventType, password: Password)
Constructor to init the PasswordEvent class

Properties

Link copied to clipboard
Link copied to clipboard
eventDate when the event occurred
Link copied to clipboard
protected val hItem: JsonHelper
Link copied to clipboard
protected val id: String
Link copied to clipboard
password the password owner of the event
Link copied to clipboard
protected val timeFormatter: TimeFormatter
Link copied to clipboard
type the type of the event

Functions

Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun toString(): String