Package com.patreonshout.beans
Class OldPasswords
java.lang.Object
com.patreonshout.beans.OldPasswords
@Entity
public class OldPasswords
extends java.lang.Object
POJO that relates to the old_passwords table in our database
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
oldPasswordOne
The most recent previous passwordprotected java.lang.String
oldPasswordThree
The third most recent previous passwordprotected java.lang.String
oldPasswordTwo
The second most recent previous passwordprotected WebAccount
webAccount
TheWebAccount
object linked with this objectprotected int
webAccountId
Holds the ID of theWebAccount
this object belongs to -
Constructor Summary
Constructors Constructor Description OldPasswords()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
webAccountId
protected int webAccountIdHolds the ID of theWebAccount
this object belongs to -
oldPasswordOne
protected java.lang.String oldPasswordOneThe most recent previous password -
oldPasswordTwo
protected java.lang.String oldPasswordTwoThe second most recent previous password -
oldPasswordThree
protected java.lang.String oldPasswordThreeThe third most recent previous password -
webAccount
TheWebAccount
object linked with this object
-
-
Constructor Details
-
OldPasswords
public OldPasswords()
-