Package de.xima.fc.mdl
Class LoginAttempt
- java.lang.Object
-
- de.xima.fc.mdl.LoginAttempt
-
- All Implemented Interfaces:
Serializable
public class LoginAttempt extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoginAttempt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
attempt()
long
getCount()
Date
getLastAttempt()
void
setCount(long count)
String
toString()
-