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 password
    protected java.lang.String oldPasswordThree
    The third most recent previous password
    protected java.lang.String oldPasswordTwo
    The second most recent previous password
    protected WebAccount webAccount
    The WebAccount object linked with this object
    protected int webAccountId
    Holds the ID of the WebAccount 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 webAccountId
      Holds the ID of the WebAccount this object belongs to
    • oldPasswordOne

      protected java.lang.String oldPasswordOne
      The most recent previous password
    • oldPasswordTwo

      protected java.lang.String oldPasswordTwo
      The second most recent previous password
    • oldPasswordThree

      protected java.lang.String oldPasswordThree
      The third most recent previous password
    • webAccount

      protected WebAccount webAccount
      The WebAccount object linked with this object
  • Constructor Details

    • OldPasswords

      public OldPasswords()