Class LoginAttempt

java.lang.Object
de.xima.fc.mdl.LoginAttempt
All Implemented Interfaces:
Serializable

public class LoginAttempt extends Object implements Serializable
See Also:
  • Constructor Details

    • LoginAttempt

      public LoginAttempt()
  • Method Details

    • getCount

      public long getCount()
    • setCount

      public void setCount(long count)
    • getLastAttempt

      public Date getLastAttempt()
    • attempt

      public void attempt()
    • toString

      public String toString()
      Overrides:
      toString in class Object