Class KeePassLogin
- java.lang.Object
-
- net.seidengarn.keepasshttp.client.KeePassLogin
-
public class KeePassLogin extends Object
container for logins- Author:
- Ralf Seidengarn
-
-
Constructor Summary
Constructors Constructor Description KeePassLogin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLogin()StringgetName()StringgetPassword()voidsetLogin(String login)voidsetName(String name)voidsetPassword(String password)
-