Class BenutzerLoginDTO
- java.lang.Object
-
- de.fhdw.hfw417.dokumentenpostfach.dto.BenutzerLoginDTO
-
public class BenutzerLoginDTO extends Object
Datentransferobjekt, welches zur Authentifizierung eines Benutzers genutzt wird. Alle Attribute des BenutzerLogins werden in Java-Basisdatentypen dargestellt.
-
-
Constructor Summary
Constructors Constructor Description BenutzerLoginDTO()
Leerer Konstruktor.BenutzerLoginDTO(String benutzername, String passwort)
Konstruktor mit Benutername und Passwort.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBenutzername()
String
getPasswort()
void
setBenutzername(String benutzername)
void
setPasswort(String passwort)
-