Class KeyAndPasswordVM
- java.lang.Object
-
- de.trustable.ca3s.core.web.rest.vm.KeyAndPasswordVM
-
public class KeyAndPasswordVM extends Object
View Model object for storing the user's key and password.
-
-
Constructor Summary
Constructors Constructor Description KeyAndPasswordVM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetNewPassword()voidsetKey(String key)voidsetNewPassword(String newPassword)
-