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.StringoldPasswordOneThe most recent previous passwordprotected java.lang.StringoldPasswordThreeThe third most recent previous passwordprotected java.lang.StringoldPasswordTwoThe second most recent previous passwordprotected WebAccountwebAccountTheWebAccountobject linked with this objectprotected intwebAccountIdHolds the ID of theWebAccountthis 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 theWebAccountthis 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
TheWebAccountobject linked with this object
-
-
Constructor Details
-
OldPasswords
public OldPasswords()
-