public class RegistrationRequestDTO extends Object implements Serializable
Constructor and Description |
---|
RegistrationRequestDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getBase64EncodedPublicKey()
|
String |
getContactData()
Getter for the field
contactData . |
String |
getDescription()
|
String |
getEmail()
|
String |
getName()
|
Usertype |
getUsertype() |
void |
setBase64EncodedPublicKey(String base64EncodedPublicKey)
|
void |
setContactData(String contactData)
Setter for the field
contactData . |
void |
setDescription(String description)
|
void |
setEmail(String email)
|
void |
setName(String name)
|
void |
setUsertype(Usertype usertype) |
public void setBase64EncodedPublicKey(String base64EncodedPublicKey)
base64EncodedPublicKey
- a String
object.public void setDescription(String description)
description
- a String
object.public String getContactData()
Getter for the field contactData
.
public void setContactData(String contactData)
Setter for the field contactData
.
contactData
- the contactData to setpublic Usertype getUsertype()
public void setUsertype(Usertype usertype)
usertype
- the usertype to setCopyright © 2015 Universitätsmedizin Mainz, Abteilung IMBEI. All rights reserved.